[asterisk-dev] Asterisk functinality

Dovid B - Asterisk Dev. AsteriskDev at Dovid.net
Sun Jul 30 05:34:39 MST 2006


At the time I can not offer a lot of money for this feature. Tried to make a bounty on voip-info but I can't seem too (been up for a few days now). I am offering $35.00 for this. Here is what I orig. put on bug tracker.

I was trying to make the following macro that would allow a user to make a
menu selection. As of now when I use it and make a selection when a digit
is pressed it goes to the context that sent it to the macro and it looks
for that digit in that context (the one that sent the call to the macro):

Exten => 123,1,Macro(voice-file,open,s,1,closed,s,1)

[macro-a]
exten => s,1,Set(TIMEOUT(response)=5)
exten => s,2,Background(${ARG1})

exten => 1,1,Goto(${ARG2},${ARG3},${ARG4})

exten => 2,1,Goto(${ARG5},${ARG6},${ARG7})


Please reply to dovid _AT_ dovid _DOT_ net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20060730/18d892f3/attachment.htm


More information about the asterisk-dev mailing list