[Asterisk-Users] invoking a macro doesn't work

Don Pobanz asterisk at hastingsutilities.com
Tue Mar 14 14:26:13 MST 2006


This seems to be an easy thing to do and I have done it before but for 
some reason....

I know I have a 's' with a priority of 1, yet that is what it appears to 
be telling me does not exist.

Any ideas what is causing my macro not to start?

Server2*CLI>
     -- Executing Macro("Zap/9-1", 
"stdexten|784|Zap/10|124|8311111|4621111") in new stack
Mar 14 14:53:33 WARNING[31359]: app_macro.c:151 macro_exec: Context 
'macro-stdexten' for macro 'stdexten' lacks 's' extension, priority 1
     -- Hungup 'Zap/9-1'
Server2*CLI>


asterisk 1.2.5
zaptel 1.2.4
mandriva 2005LE

from extensions.conf
[desks]
   <snip>
   exten => 784,1,macro(stdexten,${EXTEN},${PobanzD},124,8311385,4623687)
   <snip>

[macro-stdexten]
exten => s,1,Background(transfer)
exten => s,2,Dial(${ARG2},18,t)
exten => s,3,Goto(s-${DIALSTATUS},1)

<snip>

Don Pobanz



More information about the asterisk-users mailing list