[asterisk-users] Help w/ Asterisk Cisco IP phone and SCCP
shawnl at up.net
shawnl at up.net
Tue Apr 10 12:38:34 MST 2007
I have a new asterisk installation (1.4.2) that is working fine with
SIP. Now I'm trying to add 2 cisco ip phones (7960) running SCCP
(latest chan_sccp).
I have the phones booted, and the tftp directory all setup, etc. But
the phones do not quite work right. When I lift the handset I only get
a dial-tone 1 out of 5 or so times I try, though hitting the speaker
button works. I can dial from SCCP -> SIP phone with no problems, but
not SIP -> SCCP or SCCP -> SCCP.
I have a feeling I'm forgetting something fairly easy and stupid, but I
can't seem to see what it is. Anyone have any suggestions?
sccp.conf
[general]
keepalive = 30
context = internal
bindaddr = 192.168.1.1
port = 2000
debug = 10
firstdigittimeout = 16
digittimeout = 8
[devices]
type = 7960
description = Cisco1
tzoffset = 0
autologin = 104
; speeddial = 101, 105
device => SEP00036BC3852B
[lines]
id = Cisco1
pin = 1234
label = 104
description = Cisco1
context = internal
;callwaiting = 1
incominglimit = 2
mailbox = 500
vmnum = 500
cid_name = Cisco1
cid_num = 104
line => 104
extensions.conf
[internal]
include => outbound-local
include => outbound-long-distance
; Software phone
exten => 101,1,Dial(SIP/test-softphone,,r)
exten => 102,1,Dial(SIP/bob,20)
exten => 102,2,Voicemail(u102)
exten => 102,102,Voicemail(b102)
exten => 102,103,Hangup()
exten => 103,1,Dial(SIP/bill,20)
exten => 103,2,Voicemail(u103)
exten => 103,102,Voicemail(b103)
exten => 103,103,Hangup()
exten => 104,Dial(SCCP/SEP00036BC3852B,20)
exten => 104,2,Voicemail(u104)
exten => 104,102,Voicemail(b104)
exten => 104,103,Hangup()
exten => 105,Dial(SCCP/SEP00036B095612,20)
exten => 105,2,Voicemail(u105)
exten => 105,102,Voicemail(b105)
exten => 105,103,Hangup()
More information about the asterisk-users
mailing list