[Asterisk-Users] 7960 straight through?

Marty Mastera mmastera at m3resources.com
Thu Jun 17 19:33:03 MST 2004


If I understand you correctly, you are trying to figure out why you must
dial ext 142 prior to dialing exten 666 in order to get the 7960 to
connect you with 666 - please forgive me if I misunderstood...

Anyway, it appears as though the two contexts you have listed below have
the exact same name "in-internal", which the 7960 is set to use. The
first occurrence of that context doesn't have ext 666 defined in it,
only exts 141 and 142. If the sipura is set to start in a different
context, that could explain the discrepancy.

Marty

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Randy Bush
Sent: Thursday, June 17, 2004 6:43 PM
To: splatters
Subject: [Asterisk-Users] 7960 straight through?

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

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





More information about the asterisk-users mailing list