Re: [Asterisk-Users] Variable substitution - How can I doDial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?

2004-11-29 Thread el Flynn
Nick Barnes wrote: [some-context] Exten => s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass) [macro-dodial] Exten => s,1,SetCallerID(${ARG2}) Exten => s,2,SetMusicOnHold(${ARG3}) Exten => s,3,Dial(${ARG1}) Gives: -- Executing Macro("SIP/200-aca6", "dodial|SIP/201,15,tT|123456|MOHClass") in new

RE: [Asterisk-Users] Variable substitution - How can I doDial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?

2004-11-29 Thread Nick Barnes
OK, sorry for the mistakes > in new stack Nov 29 19:43:09 WARNING[802835]: pbx.c:1280 > pbx_extension_helper: No application 'Dial{${ARG1})' for > extension (macro-dodial, s, 5) Should have read: -- Executing Dial("SIP/201-aca6", "SIP/201,15,tT") in new stack Nov 29 21:14:05 WARNING[