7940 - Restinstallation

McRib

Neuer User
Mitglied seit
27 Jan 2005
Beiträge
126
Punkte für Reaktionen
0
Punkte
0
Hallo,

als stolzer Besitzer zweier 7940 wuesste ich gern, wie folgende Dinge enabled werden:

- Anzeige und abrufen von voicemail
- Anzeige Datum/Uhrzeit
- Klingeltoene...
- feature buttons

ich habe das 8.2 SIP image auf den Phones und nutze asterisk.
 
Zuletzt bearbeitet:
schicke doch einfach mal deine conf, vielleicht können wir dir dann helfen;
Passwörter usw. ersetzen!!!
 
sip.conf
Code:
[general]
;context=text
bindaddr=192.168.2.1
srvlookup=no

[100]
username=100
secret=xxxxxx
type=friend
host=dynamic
allow=all
;context=test

[200]
username=200
secret=xxxxxxx
type=friend
host=dynamic
allow=all
;context=test

xmlDefault.CNF.XML
Code:
<Default>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>192.168.2.1</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>

SIPDefault.cnf
Code:
# image_version:P0S3-08-2-00;
proxy1_address: 192.168.2.1;
proxy_register: 1;
sntp_server: 192.168.2.1;
time_format_24hr: 1;

SIP001955xxxxxx.cnf
Code:
line1_name : 100
line1_authname : 100
line1_password : xxxxxxxxx

RINGLIST.DAT ist leer. wo gibt's die files ?
 
unter Setup 7 (Localization) 5 (SNTP) ist der korrekte SNTP server eingetragen, trotzdem scheint mein 7940 die Zeit nicht zubekommen...
 
also,
Code:
[general]
;context=text
bindaddr=192.168.2.1
srvlookup=no

[100]
username=100
secret=xxxxxx
type=friend
host=dynamic
allow=all
;context=test

[200]
username=200
secret=xxxxxxx
type=friend
host=dynamic
allow=all
context=test
[color=red][b]mailbox=<MAILBOXNUMMER>[/b][/color]

Warum definierst Du für die Endgeräte keinen context?


SIPDefault.cnf
Code:
# image_version:P0S3-08-2-00;
proxy1_address: 192.168.2.1;
proxy_register: 1;

sntp_server: "192.53.103.103"			; SNTP Server IP Address ptbtime1.ptb.de
;sntp_mode: directedbroadcast	; unicast, multicast, anycast, or directedbroadcast (default)
sntp_mode: unicast		; unicast, multicast, anycast, or directedbroadcast (default)
time_zone: CET			; Time Zone Phone is in
dst_offset: 1			; Offset from Phone's time when DST is in effect
dst_start_month: March		; Month in which DST starts
dst_start_day: ""		; Day of month in which DST starts
dst_start_day_of_week: Sunday	; Day of week in which DST starts
dst_start_week_of_month: 8	; Week of month in which DST starts
dst_start_time: 02		; Time of day in which DST starts
dst_stop_month: Oct		; Month in which DST stops
dst_stop_day: ""		; Day of month in which DST stops
dst_stop_day_of_week: Sunday	; Day of week in which DST stops
dst_stop_week_of_month: 8	; Week of month in which DST stops 8=last week of month
dst_stop_time: 2		; Time of day in which DST stops
dst_auto_adjust: 1		; Enable(1-Default)/Disable(0) DST automatic adjustment
time_format_24hr: 1		; Enable(1 - 24Hr Default)/Disable(0 - 12Hr)
 
Zuletzt bearbeitet:
Kostenlos!

Statistik des Forums

Themen
247,810
Beiträge
2,273,963
Mitglieder
376,757
Neuestes Mitglied
sriyaa77