I have been having a lot of problems with  SIP calls and
gotos within contexts as well as between contexts.
They work some of the time and fail some of the time
but the console  reads the same either way. Am I the
only one having this problem?  A little sample config
below.

[macro-stdexten]
exten => s,1,Dial(SIP/${ARG1}|20|t)
exten => s,2,Voicemail2([EMAIL PROTECTED])
exten => s,102,Voicemail2([EMAIL PROTECTED])
[isdnnet]
exten => 6155554444,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
exten => 4444,1,Goto(6155554444|1)
exten => 8500,1,VoicemailMain2([EMAIL PROTECTED])

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to