search for: etensions_custom

Displaying 1 result from an estimated 1 matches for "etensions_custom".

Did you mean: extensions_custom
2010 Oct 14
1
Passing variables into macros?
...ng dahdi line....thats all working....but the value stored in dtmf12 is never passed into the second macro so I get " " in the NoOp.. So how exactly can I do this...global variable,setGlobalVar,import etc..tried a few combos?but they dont seem to work as I think they should? this is in etensions_custom..?have no Global variable in this config.. [macro-transfer] ;performed on callerexten => s,1,Read(dtmf12,,5,,2,10)exten => s,n,NoOp(${dtmf12}?[macro-transfer2] ;performed on callee exten => s,1,Flash()exten => s,n,NoOp(${dtmf12} exten => s,n,SendDTMF($dtmf12})exten => s,n,Hangup...