search for: 00e47659

Displaying 1 result from an estimated 1 matches for "00e47659".

2005 Jun 24
2
Set global variables without extension..
Is it at all possible to set a Global Variable freely whenever a context gets used without having to enter an extension priority to use SetGlobalVar? This is really limiting the dialplan for me. Heres an example of what I would like to be able to do. [globals] AREACODE= [local] exten=_NXXXXXX,1,Dial(SIP/${AREACODE}${EXTEN}/blah) [anyoldcontext1] AREACODE=313 include=local [anyoldcontext2]