xAD wrote:
Hi all, i have a weird problem, i need to know why this 'simple' macro works 
Only with a * STABLE version (1.0.0.x to 1.0.0.9) , if i try it with a CVS HEAD 
version.. don't works ;-(

Thanks in advance.

[local]

include => default

[macro-tono_simulato]
exten => s,1,Set(DIALED=${ARG1})
exten => s,2,Set(TOCONTEXT=${ARG2})
exten => s,3,Set(STRIP=${ARG3})
exten => s,4,Set(TONES=dial) exten => s,5,Goto(tono_simulato_pausa|s|1)

This macro _cannot_ work in version 1.0.x, because Set() is not supported there (only SetVar()).
_______________________________________________
Asterisk-Users mailing list
[email protected]
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