Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Matthew Boehm
exten => 4000,1,Dial(SIP/3001&SIP/3002&SIP/3003&..., 30, t) Matthew - Original Message - From: "Eric Rees" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 8:56 AM Subject: [Asterisk-Users] Ring all

RE: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Eric Rees
I was afraid that someone would suggest that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Boehm Sent: Thursday, December 02, 2004 10:06 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Ring all

Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Ed Greenberg
Can you put the "SIP/3001&SIP/3002&SIP/3003&..." in some sort of variable, macro or other storage? --On Thursday, December 02, 2004 10:05 AM -0600 Matthew Boehm <[EMAIL PROTECTED]> wrote: exten => 4000,1,Dial(SIP/3001&SIP/3002&SIP/3003&..., 30, t) Matthew - Original Message - Fr

Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Matthew Boehm
Why are you afraid of that suggestion? Matthew - Original Message - From: "Eric Rees" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 10:56 AM Subject: RE: [Ast

Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Dave Cotton
On Thu, 2004-12-02 at 09:40 -0800, Ed Greenberg wrote: > Can you put the "SIP/3001&SIP/3002&SIP/3003&..." in some > sort of variable, macro or other storage? This is * :-) [globals] ALLPHONES = SIP/3001&SIP/3002&SIP/3003&... and then use exten => s,n,Dial(${ALLPHONES},ringtime,options

Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Peter Osborne
Yes, I set constants for all of my extensions and extension groupings so I can use logical names to ring a phone or a group of phones. Pete On Thursday 02 December 2004 12:40, Ed Greenberg wrote: > Can you put the "SIP/3001&SIP/3002&SIP/3003&..." in some > sort of variable, macro or other s

RE: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Eric Rees
cember 02, 2004 10:56 AM Subject: RE: [Asterisk-Users] Ring all Configured Extension I was afraid that someone would suggest that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Boehm Sent: Thursday, December 02, 2004 10:06 AM To: Asterisk Use

Re: [Asterisk-Users] Ring all Configured Extension

2004-12-02 Thread Brian Roy
On Thu, 2 Dec 2004 10:56:06 -0600, Eric Rees <[EMAIL PROTECTED]> wrote: > I was afraid that someone would suggest that. > Check out app_queue then. -Chuji ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/aste

RE: [Asterisk-Users] Ring all Configured Extension

2004-12-06 Thread Greg Boehnlein
o your dial-plan. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthew > Boehm > Sent: Thursday, December 02, 2004 12:12 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Ri