[asterisk-users] help with rotating number plan

2008-05-08 Thread Paul Belanger
G'day all, I'm trying to come up with a quick, easy solution to have a static inbound number in my dialplan, rotate calling 2 numbers. Example: 1st call into asterisk exten = 1234,1,Dial(sip/,10) exten = 1234,n,Dial(sip/,10) 2nd call into asterisk exten = 1234,1,Dial(sip/,10)

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread andres
On Thu, 2008-05-08 at 11:46 -0400, Paul Belanger wrote: G'day all, I'm trying to come up with a quick, easy solution to have a static inbound number in my dialplan, rotate calling 2 numbers. Example: 1st call into asterisk exten = 1234,1,Dial(sip/,10) exten =

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread Philipp Kempgen
Paul Belanger schrieb: I'm trying to come up with a quick, easy solution to have a static inbound number in my dialplan, rotate calling 2 numbers. Example: 1st call into asterisk exten = 1234,1,Dial(sip/,10) exten = 1234,n,Dial(sip/,10) 2nd call into asterisk exten =

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread [EMAIL PROTECTED]
An option to rotate between numbers is to add a queue to the system and add and as agents and pick the proper strategy (rrmemory or leastrecent). This has some advantages: - the calls are devided as you have in mind - when there are more calls coming in they are queued instead of

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread Paul Belanger
I do link the idea of have a queue answer the calls and route to the extensions, but will have to figure out a way to do this with have the SIP extensions logging into the queues. On Thu, May 8, 2008 at 1:53 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: An option to rotate between numbers is to

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread Steve Totaro
I second the queues idea. You can make static queues including the sip channels. The previous mentioned ideas, while they may work, are a little more intricate than then the queue idea. I think that if you do not need 1.4, 1.2 has much less bugs than 1.4. This conclusion is not from experience

Re: [asterisk-users] help with rotating number plan

2008-05-08 Thread Steve Edwards
On Thu, 8 May 2008, Paul Belanger wrote: I do link the idea of have a queue answer the calls and route to the extensions, but will have to figure out a way to do this with have the SIP extensions logging into the queues. You can define a device to be a member of a queue in queue.conf. For