[Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Trevor Peirce
Hello, I've got my dialplan configured to do a double ring when a customer service call comes in, and a normal ring when an extension is dialed directly. When a customer service call is transferred, I want to ring to revert back to normal. In the local extension macro, I have the following ;

RE: [Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Brian West
: [Asterisk-Users] SetVar ALERT_INFO Hello, I've got my dialplan configured to do a double ring when a customer service call comes in, and a normal ring when an extension is dialed directly. When a customer service call is transferred, I want to ring to revert back to normal. In the local

RE: [Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Peter Svensson
PROTECTED] On Behalf Of Trevor Peirce Sent: Sunday, November 28, 2004 4:36 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] SetVar ALERT_INFO Hello, I've got my dialplan configured to do a double ring when a customer service call comes

Re: [Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Chad Scott
On Nov 28, 2004, at 9:45 AM, Peter Svensson wrote: Fair enough. If my unserstanding is correct perhaps someone can add a note to the wiki? It is not totally obvious. Peter, why don't *you* add a note to the Wiki? This is a community-supported project, and you're the community.

Re: [Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Trevor Peirce
Brian West wrote: ; make sure ring is set to default exten = s,n,NoOp(${ALERT_INFO}) exten = s,n,NoOp(${_ALERT_INFO}) exten = s,n,SetVar(ALERT_INFO=Bellcore-r3) exten = s,n,SetVar(_ALERT_INFO=Bellcore-r3) exten = s,n,NoOp(${ALERT_INFO}) exten = s,n,NoOp(${_ALERT_INFO}) Its very helpful if you

Re: [Asterisk-Users] SetVar ALERT_INFO

2004-11-28 Thread Peter Svensson
On Sun, 28 Nov 2004, Chad Scott wrote: On Nov 28, 2004, at 9:45 AM, Peter Svensson wrote: Fair enough. If my unserstanding is correct perhaps someone can add a note to the wiki? It is not totally obvious. Peter, why don't *you* add a note to the Wiki? This is a community-supported