I'm trying to setup a couple of Cisco 7960's in asterisk. I have asterisk working fine for sip clients, and can call the 7960's just fine, but I can't seem to dial out on them. As soon as I enter the first digit, the phone attempts to dial it without waiting for the rest. I've changed timeout settings, etc but can't seem to get it to work. Any ideas? Asterisk SVN-trunk-r7498 chan_sccp-20060207 [general] servername = asterisk keepalive = 60 debug = 10 context = from-sccp-internal dateFormat = M/D/YA port = 2000 disallow=all allow=alaw allow=ulaw allow=g723 firstdigittimeout = 60 digittimeout = 8 autoanswer_ring_time = 0 autoanswer_tone = 0x32 remotehangup_tone = 0x32 transfer_tone = 0 callwaiting_tone = 0x2d musicclass=default language=en rtptos = 184 echocancel = on silencesuppression = off trustphoneip = no tos = 0x68 [devices] type = 7960 autologin = 2002 description = phone2002 dtmfmode = inband imageversiom = P00307020200 dnd = on trustphoneip = no speeddial = 2000 private = on device => SEP00036BC3852B [lines] id = 2002 ; future use pin = 1234 ; future use label = 2002 ; button line label description = Line 2002 ; top diplay description context = from-sccp-intenal incominglimit = 2 transfer = on mailbox = 1001 vmnum = 2999 cid_name = Phone2002 ; caller id name cid_num = 2002 trnsfvm = 1000 secondary_dialtone_digits = 9 secondary_dialtone_tone = 0x22 ; outside dialtone musicclass=default language=en rtptos = 18 echocancel = on silencesuppression = off line => 2002 extensions.conf [from-sccp-internal] include => local-extensions include => always-out-pots include => local-calls-pots include => ld-calls exten => h,1,Hangup exten => i,1,Congestion exten => i,2,Hangup [always-out-pots] exten => _9XXXXXXX.,1,Dial(Zap/1/${EXTEN}:1) exten => _9XXXXXXX.,2,Goto(102) exten => _9XXXXXXX.,102,Congestion exten => _9XXXXXXX.,103,Hangup [local-extensions] exten => 2002,1,Dial(SCCP/2002) exten => 2002,2,Voicemail(u2002) exten => 2002,102,Voicemail(b2002) exten => 2002,103,Hangup asterisk*CLI> -- SEP00036BC3852B: New call on line 2002 -- SEP00036BC3852B: New call on line 2002 -- SEP00036BC3852B: Cisco Digit: 00000009 (9) on line 2002 -- SEP00036BC3852B: Cisco Digit: 00000009 (9) on line 2002 -- SEP00036BC3852B: Ending call 1 on line 2002 -- SCCP: Asterisk request to hangup Outbound channel SCCP/2002-00000001 -- SEP00036BC3852B: Ending call 1 on line 2002 -- SCCP: Asterisk request to hangup Outbound channel SCCP/2002-00000001 1