Re: [Asterisk-Users] chan_local and variables

2004-02-14 Thread Philipp von Klitzing
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/[EMAIL PROTECTED] Local/[EMAIL PROTECTED],18) [test1] exten = 123,1,Dial(ZAP/1) exten = 124,1,Wait(12) exten =

Re: [Asterisk-Users] chan_local and variables

2004-02-14 Thread Steve Creel
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/[EMAIL PROTECTED] Local/[EMAIL PROTECTED],18) [test1] exten =

[Asterisk-Users] chan_local and variables

2004-02-13 Thread Steve Creel
We need to implement the following: Call comes in, ring ZAP/1 (6 rings) For the last two rings, also ring ZAP/2 I have the following (which works as expected): [incoming] exten = s,1,DIAL(Local/[EMAIL PROTECTED] Local/[EMAIL PROTECTED],18) [test1] exten = 123,1,Dial(ZAP/1)