[Asterisk-Users] 7960 straight through?

Randy Bush randy at psg.com
Thu Jun 17 17:42:36 MST 2004


if i go off hook and dial 666 from an internal sipura spa-x000
(at extn 141), it rings straight through to extn 666.

using the same dialplan, from a cisco 7960 with 7.1 sip code
(at extn 142), i have to
   go off hook
   hit NewCall
   punch 142  (or any valid extn in the dialplan)
   hit Dial
   then dial 666

wtf?

sip.conf for crisco

    [fiji]
    callerid="crisco" <142>
    type=friend
    host=dynamic
    port=5060
    secret=pfui
    qualify=1000
    dtmfmode=rfc2833
    canreinvite=yes
    context=in-internal

extensions.conf

    [in-internal]
    exten => s,1,Answer
    exten => 141,1,GoTo(int_extns,s,1)   ; spa-x000
    exten => 142,1,GoTo(int_extns,s,1)	 ; 7960

    [in-internal]
    exten => s,1,Answer
    exten => s,2,DigitTimeout,5
    exten => s,3,ResponseTimeout,10
    exten => s,4,PlayTones(dial)
    exten => 141,1,Macro(dial-extension,marais)
    exten => 142,1,Macro(dial-extension,fiji)
    exten => 666,1,Macro(dial-extension,downthere)

randy




More information about the asterisk-users mailing list