[Asterisk-Users] SOLVED - DISA -> macro = congestion

Joseph syscon at interbaun.com
Sat Mar 19 17:19:25 MST 2005


No, the bracket wasn't needed or causing the problem.
It seem to me DISA does not know who to macro-tollfree context when
called so I added in [disa-access] context:
include => macro-tollfree

and it worked.
Though I can not explain why.

#Joseph

On Sat, 2005-03-19 at 15:04 -0800, Ed Greenberg wrote:
> 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 <syscon at interbaun.com> 
> 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}:${FWDPASSWORD}@iax2.fwdnet.net/*${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
> > 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
> 
> 
> 
> 
> _______________________________________________
> 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
-- 
#Joseph



More information about the asterisk-users mailing list