[Asterisk-Users] chan_local and variables

Steve Creel screel at turbs.com
Sat Feb 14 08:23:49 MST 2004


On Sat, 14 Feb 2004, Philipp von Klitzing wrote:

>Hi!
>
>> We need to implement the following:
>> 	Call comes in, ring ZAP/1 (6 rings)
>> 	For the last two rings, also ring ZAP/2
>>
>> [incoming]
>> exten => s,1,DIAL(Local/123 at test1 & Local/124 at test1,18)
>>
>> [test1]
>> exten => 123,1,Dial(ZAP/1)
>> exten => 124,1,Wait(12)
>> exten => 124,2,Dial(ZAP/2)
>
>Why not simply use this instead:
>
>[incoming]
>exten => s,1,DIAL(ZAP/1,12)
>exten => s,2,DIAL(ZAP/1&ZAP/2,6)
>
>Philipp

For SIP phones (and analog phones w/ callerid), that would show two missed
calls on ZAP/1 for every incoming call.

Steve



More information about the asterisk-users mailing list