I'm using the M() option to Dial() and having problems. In the following dialplan example ANY digit exits the macro. When the callee presses 1 the Noop(Reset AbsoluteTimeout(0)) does not get run. Does anyone have any ideas as to what I'm doing wrong? Asterisk 1.2.x

[extensions]
exten => 2998,1,Dial(Zap/1/5551212,,wM(answer-confirmation^20))

[macro-answer-confirmation]
exten => s,1,Noop(Set AbsoluteTimeout(${ARG1})
exten => s,n,Background(/etc/asterisk/call-from-campground)
exten => s,n,Goto(2)

exten => 1,1,Noop(Reset AbsoluteTimeout(0))

--
Now accepting new clients in Birmingham, Atlanta, Huntsville, Chattanooga, and Montgomery.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to