Re: [asterisk-users] Call queues on load-balanced asterisks

2011-06-08 Thread Thomas Liu
Hi Pan & Dhaval, In the past 8 weeks, we have delivered a load-balanced asterisks (1.4) based call center with our flexqueue application for icson.com. It has the below features, 1. 2 x asterisk 1.4 boxes, 1 x mysql db box and 1 x flexqueue box(the two are failover configured with heartbeat and

Re: [asterisk-users] Call queues on load-balanced asterisks

2011-01-13 Thread Pan B. Christensen
rcial product? With kind regards, Pan B. Christensen Ibidium AS http://www.ibidium.no - Original Message - From: "Thomas Liu" To: Sent: Tuesday, January 11, 2011 5:14 PM Subject: Re: [asterisk-users] Call queues on load-balanced asterisks Hi Pan & Dhaval, We have implemen

Re: [asterisk-users] Call queues on load-balanced asterisks

2011-01-11 Thread Thomas Liu
Hi Pan & Dhaval, We have implemented a FastAGI based queue with Erlang for a inbound call center, and call this new application as FlexQueue. All calls distributed on multiple asterisk boxes go through and are controlled by that same remote fastagi server. It can routing calls to any destination,

Re: [asterisk-users] Call queues on load-balanced asterisks

2011-01-11 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pan B. Christensen Sent: Tuesday, January 11, 2011 5:20 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Call queues on load-balanced asterisks Hello

Re: [asterisk-users] Call queues on load-balanced asterisks

2011-01-11 Thread Pan B. Christensen
Hello Dhaval (and others), As far as I can tell, realtime queue will not solve my problem. I can statically define the same queue with the same members on two machines as well. I was planning to use realtime anyway. The issue is the actual queueing of the incoming calls. Let’s say I define the

Re: [asterisk-users] Call queues on load-balanced asterisks

2011-01-08 Thread DHAVAL INDRODIYA
Hello Pan, You can user DB for this just make real time configuration of Queue and make all asterisk server connected to Same DB if more load then use replication for different server on DB, also So that Quque name should be same for all server and asterisk can call same agent. you didnot mention