I have (among others) a 7970, this is the sscp.conf. The 7970 has 2 lines. One especially for a door bell.
; (SCCP*)
;
; An implementation of Skinny Client Control Protocol (SCCP)
;
; Sergio Chersovani (mlists@c-net.it)
; http://chan-sccp.belios.de
;
; Supported phone types
; 12 -- Cisco IP Phone 12SP+ (or other 12 variants)
; 30 -- Cisco IP Phone 30VIP (or other 30 variants)
; 7902 -- Cisco IP Phone 7902G
; 7905 -- Cisco IP Phone 7905G
; 7910 -- Cisco IP Phone 7910
; 7912 -- Cisco IP Phone 7912G
; 7935 -- Cisco IP Conference Station 7935
; 7936 -- Cisco IP Conference Station 7936
; 7920 -- Cisco IP Wireless Phone 7920
; 7940 -- Cisco IP Phone 7940
; 7960 -- Cisco IP Phone 7960
; 7970 -- Cisco IP Phone 7970
; 7914 -- Cisco IP Phone 7960 with a 7914 addon
; ata -- Cisco ATA-186 or Cisco ATA-188 (untested)
[general]
keepalive = 60 ; phone keep alive message evey 60 secs. Used to check the voicemail
debug = 1 ; console debug level. 1 => 10
context = from-internal ; default context for calls
dateFormat = D.M.Y ; M-D-Y in any order. Use M/D/YA (for 12h format)
bindaddr = 192.168.80.1 ; replace with the ip address of the asterisk server (RTP important param)
port = 2000 ; listen on port 2000 (Skinny, default)
disallow = all ; First disallow all codecs
allow = alaw ; Allow codecs in order of preference
allow = ulaw ;
dnd = off ;
firstdigittimeout = 30 ; dialing timeout for the 1st digit
digittimeout = 3 ; more digits
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 SKINNY_TONE sccp_protocol.h
; not all the tones can be played in a connected state, so you have to try.
remotehangup_tone = 0x32 ; passive hangup notification. 0 for none
transfer_tone = 0 ; confirmation tone on transfer. Works only between SCCP devices
language=nl ; Default language setting this setting also sets the voicemailbox language
musicclass=han ; Sets the default music on hold class
[devices]
;<pl_dev_183>
type = 7970
description = SEP0015FAEAB924
autologin = 220,222
transfer = on
park = on
speeddial =
cfwdall = off
cfwdbusy = off
dtmfmode = inband
device => SEP0015FAEAB924
;</pl_dev_183>
;<pl_dev_187>
type = 7970
description = SEP000D282E7921
autologin = 222
transfer = on
park = on
speeddial =
cfwdall = off
cfwdbusy = off
dtmfmode = inband
device => SEP000D282E7921
;</pl_dev_187>
[lines]
;<pl_line_183>
id = 220
pin =
label = 220
description = 220
context = from-internal
incominglimit = 2
transfer = on
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
cid_name = pl_183
cid_num = 220
line => 220
;</pl_line_183>
;<pl_line_187>
id = 222
pin =
label = 222
description = 222
context = from-internal
incominglimit = 2
transfer = on
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
cid_name = pl_187
cid_num = 222
line => 222
;</pl_line_187>