|
Have you defined the context "default" in the
extensions.conf for outbound dialing in the globals section?
For example, I have my ZAP channels identified as
OUTBND1 not ZAP in the global section. This new global identifier is pointed to
ZAP/g1
[globals]
OUTBND1=Zap/g1
Instead of ZAP in my dial plan to call out, I use
${OUTBND1}.
Yours:
; for dialing outbound - over ISDN line - this bit
does not work
exten =>
_9XX.,2,Dial(ZAP/g1/${EXTEN},60)
exten => _9XX.,2,Hangup Mine would look like
this
exten =>
_9XX.,1,Dial(${OUTBND1}/${EXTEN},##)
exten => _9XX.,2,Hangup
This helps me to keep track of inbound T1s and
outbound T1s.
Also, you have 2 (2) priorities listed in your
example. You can't really do this.
JASON WALKER
|
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
