[asterisk-users] setting variable for a DID number

Steve Edwards asterisk.org at sedwards.com
Thu Aug 19 23:01:11 CDT 2010


On Thu, 19 Aug 2010, Tino wrote:

> But when i call my DID number following dialplans are being executed.  
> What i need is to set a variable with one value for one DID number and 
> set the same variable with another value for another DID number. Also 
> any contexts should be able to use this variable.

 	exten = _x.,n,			set(FOO=XXX)
 	exten = _x.,n,			execif($["${ANI}" = "5555551212"],set,FOO=YYY})

-- 
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwards at sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000


More information about the asterisk-users mailing list