Mystery Glitch wrote:

In my [incoming] context I have something like this:
exten => 8885861575,1,Macro(vrforward,${EXTEN},8136361451)


And thie Macro contains this: [macro-vrforward] exten => s,1,GotoIF($[${CALLERIDNUM} = 9545551111]?40:2) exten => s,2,SetGroup(${ARG1}) exten => s,3,CheckGroup(3) exten => s,4,SetAccount(${ARG1}) exten => s,5,Dial(SIP/[EMAIL PROTECTED],30,o) exten => s,40,AGI(checkin|${ARG1}) exten => s,41,Hangup

Change exten => s,40,AGI(checkin|${ARG1}) to exten => s,40,Noop

If it stops looping then the checkin script is causing the loop. Perhaps it's running the macro-vmforward from within the script.

--
Always do right. This will gratify some people and astonish the rest.
Mark Twain
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@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

Reply via email to