Displaying 1 result from an estimated 1 matches for "fwdcount".
Did you mean:
fb_count
2009 Sep 23
0
DYNAMIC FEATURES, AEL2 - how to use Goto, Gosub or Macro ?
...#39;ve got:
-- Feature Found: toto exten: toto
-- Started music on hold, class 'default', on SIP/7275-08b7fbe0
-- Goto (dial-with-user-events,s,64)
-- Stopped music on hold on SIP/7275-08b7fbe0
In extensions.ael, I've got:
macro dial-with-user-events (caller,callee,dst,fwdcount) {
...
Dial (...)
...
return;
mylocal2:
NoOp(Before starting anything);
DumpChan();
return;
};