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

2004-11-29 Thread Nick Barnes
I've been banging my head against a brick wall for the last hour and I'm sure this is one of those easy to solve things - just that I can't see the wood for the trees. I'm trying to do: --- [some-context] Exten = s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass) [macro-dodial] Exten =

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

2004-11-29 Thread Christopher L. Wade
Nick Barnes wrote: snip Exten = s,3,Dial(${ARG1}) snip --- Nov 29 19:43:09 WARNING[802835]: pbx.c:1280 pbx_extension_helper: No application 'Dial{${ARG1})' for extension (macro-dodial, s, 5) snip Look very close at this output. Unless you did a copy-and-paste of your extensions.conf