Cisco 7920 sccp2 an *

Fruchtzwerg

Neuer User
Mitglied seit
27 Jun 2004
Beiträge
27
Punkte für Reaktionen
0
Punkte
1
Hallo habe ein cisco 7920 an meinen Asterisk hängen wollen.
mit der genialen Anleitung http://wiki.ip-phone-forum.de/software:asterisk:cisco79xx auch nicht schwer. Mein 7970 läuft wunderbar,


aber das 7920 meldet sich zwar an,
aber Gespräch kommt nicht zustande
oder Gegenseite hört nix
oder Telephon restartet nach Gesprächsversuch?
Weiß jemand Rat??

Code:
; (SCCP*)                                                                                                     
;                                                                                                             
; An implementation of Skinny Client Control Protocol (SCCP)                                                  
;                                                                                                             
; Sergio Chersovani ([email protected])                                                                         
; http://chan-sccp.belios.de                                                                                  
;                                                                                                             
                                                                                                              
[general]                                                                                                     
servername = Asterisk                   ; show this name on the device registration                           
keepalive = 180                         ; phone keep alive message evey 60 secs. Used to check the voicemail  
debug = 1                                       ; console debug level. 1 => 10                                
context = sccp                                                                                                
context = default     ;****************************geaendet                                                   
dateFormat = D.M.Y                      ; M-D-Y in any order. Use M/D/YA (for 12h format)                     
bindaddr = 10.0.0.2                     ; replace with the ip address of the asterisk server (RTP important pa
port = 2000                                     ; listen on port 2000 (Skinny, default)                       
disallow=all                            ; First disallow all codecs                                           
allow=alaw                                      ; Allow codecs in order of preference                         
allow=ulaw                                      ;                                                             
firstdigittimeout = 16                  ; dialing timeout for the 1st digit                                   
digittimeout = 8                                ; more digits                                                 
;digittimeoutchar = #                   ; you can force the channel to dial with this char in the dialing stat
autoanswer_ring_time = 1                ; ringing time in seconds for the autoanswer, the default is 0        
autoanswer_tone = 0x32                  ; autoanswer confirmation tone. For a complete list of tones: grep SKI
                                                ; not all the tones can be played in a connected state, so you
remotehangup_tone = 0x32                ; passive hangup notification. 0 for none                             
transfer_tone = 0                               ; confirmation tone on transfer. Works only between SCCP devic
callwaiting_tone = 0x2d                 ; sets to 0 to disable the callwaiting tone                           
musicclass=default                      ; Sets the default music on hold class                                
language=de                                     ; Default language setting                                    
;accountcode=skinny                     ; accountcode to ease billing                                         
deny=0.0.0.0/0.0.0.0                    ; Deny every address except for the only one allowed.                 
permit=10.0.0.0/255.255.255.0   ; Accept class C 192.168.1.0 **************************geaendert              
                                                ; You may have multiple rules for masking traffic.            
                                                ; Rules are processed from the first to the last.             
                                                ; This General rule is valid for all incoming connections. It'
                                                                                                              
;localnet = 192.168.1.0/255.255.255.0 ; All RFC 1918 addresses are local networks  
;externip = 1.2.3.4                     ; IP Address that we're going to notify in RTP media stream           
;externhost = mydomain.dyndns.org   ; Hostname (if dynamic) that we're going to notify in RTP media stream    
; externrefresh = 60                    ; expire time in seconds for the hostname (dns resolution)            
dnd = on                                        ; turn on the dnd softkey for all devices. Valid values are "o
rtptos = 184                            ; sets the default rtp packets TOS                                    
echocancel = on                         ; sets the phone echocancel for all devices                           
silencesuppression = off                ; sets the silence suppression for all devices                        
;callgroup=1,3-4                                ; We are in caller groups 1,3,4. Valid for all lines          
;pickupgroup=1,3-5                      ; We can do call pick-p for call group 1,3,4,5. Valid for all lines   
;amaflags =                             ; Sets the default AMA flag code stored in the CDR record             
trustphoneip = no                               ; The phone has a ip address. It could be private, so if the p
                                                ; we don't have to trust the phone ip address, but the ip addr
tos = 0x68                                      ; call control packets tos (0x68 Assured forwarding)          
;earlyrtp = none                                ; valid options: none, offhook, dial, ringout. default is none
                                                ; The audio strem will be open in the progress and connected s
private = on                            ; permit the private function softkey                                 
;mwilamp = on                           ; Set the MWI lamp style when MWI active to on, off, wink, flash or bl
;mwioncall = off                                ; Set the MWI on call.                                        
;blindtransferindication = ring ; moh or ring. the blind transfer should ring the caller or just play music on
;protocolversion = 3                    ; skinny version protocol. Just for testing. 2 to 6                   
                                                                                                              
                                                                                                              
                                                                                                              
[devices]                                                                                                     
                                                                                                              
type        = 7970                      ; device type (see below)                                             
autologin   = Wire1,,  ; lines list. You can add an empty line for an empty button (7960, 7970, 7940, 7920)   
description = Phone7970                 ; internal description. Not important                                 
;tzoffset  = +2                                                                                               
transfer = on                           ; enable or disable the transfer capability. It does remove the transf
park = on                                       ; take a look to the compile howto. Park stuff is not compiled
speeddial =                             ; you can add an empty speedial if you want an empty button (7960, 797
speeddial = 102,Unten                   ; speeddial number and name                                           
cfwdall = off                           ; activate the callforward stuff and softkeys                         
cfwdbusy = off                                                                                                
dtmfmode = inband                               ; inband or outofband. outofband is the native cisco dtmf tone
                                                ; Some phone model does not play dtmf tones while connected (b
;imageversion = P00405000700            ; useful to upgrade old firmwares (the ones that do not load *.xml fro
deny=0.0.0.0/0.0.0.0                    ; Same as general                                                     
permit=10.0.0.150/255.255.255.255       ; This device can register only using this ip address
dnd = on                                        ; turn on the dnd softkey for this device. Valid values are "o
trustphoneip = no                               ; The phone has a ip address. It could be private, so if the p
                                                ; we don't have to trust the phone ip address, but the ip addr
;earlyrtp = none                                ; valid options: none, offhook, dial, ringout. default is none
                                                ; The audio strem will be open in the progress and connected s
private = on                            ; permit the private function softkey for this device                 
;mwilamp = on                           ; Set the MWI lamp style when MWI active to on, off, wink, flash or bl
;mwioncall = off                                ; Set the MWI on call.                                        
device => SEP000xxxA               ; device name SEP<MAC>                                                
                                                                                                              
                                                                                                              
                                                                                                              
                                                                                                              
type        = 7920                      ; device type (see below)                                             
autologin   = Wireless,,  ; lines list. You can add an empty line for an empty button (7960, 7970, 7940, 7920)
description = Phone7920                 ; internal description. Not important                                 
;tzoffset  = +2                                                                                               
transfer = on                           ; enable or disable the transfer capability. It does remove the transf
park = on                                       ; take a look to the compile howto. Park stuff is not compiled
speeddial =                             ; you can add an empty speedial if you want an empty button (7960, 797
speeddial = 102,Unten                   ; speeddial number and name                                           
cfwdall = off                           ; activate the callforward stuff and softkeys                         
cfwdbusy = off                                                                                                
dtmfmode = inband                               ; inband or outofband. outofband is the native cisco dtmf tone
                                                ; Some phone model does not play dtmf tones while connected (b
;imageversion = P00405000700            ; useful to upgrade old firmwares (the ones that do not load *.xml fro
deny=0.0.0.0/0.0.0.0                    ; Same as general                                                     
permit=10.0.0.151/255.255.255.255       ; This device can register only using this ip address                 
dnd = on                                        ; turn on the dnd softkey for this device. Valid values are "o
trustphoneip = no                               ; The phone has a ip address. It could be private, so if the p
                                                ; we don't have to trust the phone ip address, but the ip addr
;earlyrtp = none                                ; valid options: none, offhook, dial, ringout. default is none
                                                ; The audio strem will be open in the progress and connected s
private = on                            ; permit the private function softkey for this device 

;mwilamp = on                           ; Set the MWI lamp style when MWI active to on, off, wink, flash or bl
;mwioncall = off                                ; Set the MWI on call.                                        
device => SEP00xxxx8              ; device name SEP<MAC>                                                 
                                                                                                              
                                                                                                              
                                                                                                              
                                                                                                              
                                                                                                              
                                                                                                              
                                    
[lines]                                                                                                       
                                                                                                              
id          = 1000                      ; future use                                                          
pin         = 1234                      ; future use                                                          
label       = Familie                   ; button line label (7960, 7970, 7940, 7920)                          
description = Rene 119          ; top diplay description                                                      
context     = sccp                                                                                            
context = default                                                                                             
incominglimit = 4                               ; more than 1 incoming call = call waiting.                   
transfer = on                           ; per line transfer capability. on, off, 1, 0                         
mailbox = 1001                          ; voicemail.conf (syntax: vmbox[@context][:folder])                   
vmnum = 600                                     ; speeddial for voicemail administration, just a number to dia
cid_name = Buero 119                    ; caller id name                                                      
cid_num = 119                                                                                                 
trnsfvm = 1000                          ; extension to redirect the caller (e.g for voicemail)                
secondary_dialtone_digits = 0           ; digits for the secondary dialtone (max 9 digits)                    
secondary_dialtone_tone = 0x22  ; outside dialtone                                                            
musicclass=default                      ; Sets the default music on hold class                                
language=de                                     ; Default language setting                                    
;accountcode=79501                      ; accountcode to ease billing                                         
rtptos = 184                            ; sets the the rtp packets TOS for this line                          
echocancel = on                         ; sets the phone echocancel for this line                             
silencesuppression = off                ; sets the silence suppression for this line                          
;callgroup=1,3-4                                ; We are in caller groups 1,3,4. Valid for this line          
;pickupgroup=1,3-5                      ; We can do call pick-p for call group 1,3,4,5. Valid for this line   
;amaflags =                             ; Sets the default AMA flag code stored in the CDR record for this lin
line => Wire1                                                                                                 
                                                                                                              
                                                                                                              
                                                                                                              
id          = 1001                   ; future use                                                             
pin         = 1234                      ; future use                                                          
label       = Familie                   ; button line label (7960, 7970, 7940, 7920)                          
description = Rene 109          ; top diplay description                                                      
context     = sccp                                                                                            
context = default                                                                                             
incominglimit = 4                               ; more than 1 incoming call = call waiting.                   
transfer = on                           ; per line transfer capability. on, off, 1, 0                         
mailbox = 1001                          ; voicemail.conf (syntax: vmbox[@context][:folder])  
vmnum = 600                                     ; speeddial for voicemail administration, just a number to dia
cid_name = Wireless 109                    ; caller id name                                                   
cid_num = 109                                                                                                 
trnsfvm = 1000                          ; extension to redirect the caller (e.g for voicemail)                
secondary_dialtone_digits = 0           ; digits for the secondary dialtone (max 9 digits)                    
secondary_dialtone_tone = 0x22  ; outside dialtone                                                            
musicclass=default                      ; Sets the default music on hold class                                
language=de                                     ; Default language setting                                    
;accountcode=79501                      ; accountcode to ease billing                                         
rtptos = 184                            ; sets the the rtp packets TOS for this line                          
echocancel = on                         ; sets the phone echocancel for this line                             
silencesuppression = off                ; sets the silence suppression for this line                          
;callgroup=1,3-4                                ; We are in caller groups 1,3,4. Valid for this line          
;pickupgroup=1,3-5                      ; We can do call pick-p for call group 1,3,4,5. Valid for this line   
;amaflags =                             ; Sets the default AMA flag code stored in the CDR record for this lin
line => Wireless

irgendwie verzweifle ich

PS das 7920 reißt auch meist nach einem Veruch oder Starten das 7970 in den Tod....

Grüße Fruchtzwerg
 
welche version hast Du?

hast es schon mit angeschalteter
protocolversion = 3
probiert?

Ich kann mich erinnern, das in der letzten Zeit in der Maillinglist eine heftige Diskusion um das 7920 gab, habe es aber nicht gelesen.
 
Auf dem 7920 muss die neueste Firmware laufen >= 2.0 (ältere wird nicht unterstützt)!
 
danke für die schnelle Antwort, also

Asterisk CVS HEAD built by root@idefix on a i686 running Linux on 2005-10-13 18:58:03 UTC

Firware Telephon 2.0
7920.3.3-01-06

chan_sccp-20060204

werde heute Vormittag das Protokoll auf 3 setzen mal sehen.

voip-info.org schrieb:
NOTES:
1. If the 7920 can call but the other person can not hear you this will most likely be an RTP problem. You may want to try some of the things I found to fix the problem:

A) Look at entry 127.0.0.1 in the Hosts file. For some reason I found on mine that I had the server name included with the entry.
B) If you have installed additional software for linux you may need to reinstall the support for SCCP.
C) Make sure that the bind ip address in sccp.conf is the ip address for *. 0.0.0.0 will NOT work.

wo und was ist dieser Hostfile?


und was soll beim Kompiliern die Parkfunktion habe ohne kompiliert weil sonst irgendwas fehlte?
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.