I see a missing left parentheses on the line that starts exten => s,2,Dial,IAX2... I do not know if that is causing your problem.

Whatever it is, a good troubleshooting technique is to watch the console while doing the operation, with verbose set to 255.

</edg>


--On Saturday, March 19, 2005 12:11 PM -0700 Joseph <[EMAIL PROTECTED]> wrote:


When I use DISA I get congestion when I try to reach 1-800-number:
Here is the context:
[disa]
exten => 087,1,Answer
exten => 087,2,DigitTimeout,8
exten => 087,3,ResponseTimeout,20
exten => 087,4,Authenticate(985)
exten => 087,5,DISA(951|disa-access)

[disa-access]
include => tollfree
include => outgoing-voipjet

[tollfree]
;
; terminate toll-free no.'s via fwdnet
; US toll free access

exten => _1800.,1,Macro(tollfree,${EXTEN})
exten => _1866.,1,Macro(tollfree,${EXTEN})
exten => _1877.,1,Macro(tollfree,${EXTEN})
exten => _1888.,1,Macro(tollfree,${EXTEN})

[macro-tollfree]

exten => s,1,SetCallerID,${FWDCIDNAME}
exten =>
s,2,Dial,IAX2/${FWDNUMBER}:[EMAIL PROTECTED]/*${ARG1},60,r)
exten => s,3,Playback(invalid)
exten => s,4,Hangup

It works fine when I dial from inside, but when I try to dial via DISA I
get congestion, I cat get in, system accepts my passwords but gives me
congestion. Why?

--
# Joseph
_______________________________________________
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




_______________________________________________
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

Reply via email to