Hello List, We are running two asterisk machines in virtual IP as primary and secondary server. Initially virtual IP will be active in primary server; during the failure of primary secondary will get the virtual IP. Is there any way to retrieve pending queue calls from primary to secondary, in case primary fails? Does asterisk provide any interface to do it or we have to write some application on asterisk to do the same. Regards, Rajib ________________________________ Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110504/b64d9cea/attachment.htm>
Hi Rajib, I think It is not possible with asterisk , as primary server goes down it will stop asterisk services so once asterisk service down i think all connected calls to queue will hangup automatically, and you cannot retrive those calls as they all are disconnected . I think you need to consider more on load balancing per asterisk server in that case the problem of Availability is solved to some level, If You using SIP protocol then you can think of OPENSER and from that you can use loadbalancer which routed calls in a way an depend on machine strength. I hope this idea will useful to solve your requirement. Regards Dhaval On Wed, May 4, 2011 at 1:13 PM, Deka, Rajib IN MAA SL < rajib.deka at siemens.com> wrote:> Hello List, > > > > We are running two asterisk machines in virtual IP as primary and secondary > server. > > Initially virtual IP will be active in primary server; during the failure > of primary secondary will get the virtual IP. > > > > Is there any way to retrieve pending queue calls from primary to secondary, > in case primary fails? > > Does asterisk provide any interface to do it or we have to write some > application on asterisk to do the same. > > > > Regards, > > Rajib > > > > ------------------------------ > Important notice: This e-mail and any attachment there to contains > corporate proprietary information. If you have received it by mistake, > please notify us immediately by reply e-mail and delete this e-mail and its > attachments from your system. > Thank You. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110504/dff97bb8/attachment.htm>
Hi Dhaval, Thanks for your much appreciable reply. Sorry for late reply as I was out of office. We considered the situation that pending queue call cannot be retrieved during failover, and hence it's ok with us if we loose the calls also. Regards, Rajib Date: Wed, 4 May 2011 14:15:59 +0530 From: DHAVAL INDRODIYA <dhaval.it01034 at gmail.com> Subject: Re: [asterisk-users] asterisk HA for queue calls To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Message-ID: <BANLkTi=YPq1Up4ti35-LJzBW9_JU+v9EzA at mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi Rajib, I think It is not possible with asterisk , as primary server goes down it will stop asterisk services so once asterisk service down i think all connected calls to queue will hangup automatically, and you cannot retrive those calls as they all are disconnected . I think you need to consider more on load balancing per asterisk server in that case the problem of Availability is solved to some level, If You using SIP protocol then you can think of OPENSER and from that you can use loadbalancer which routed calls in a way an depend on machine strength. I hope this idea will useful to solve your requirement. Regards Dhaval On Wed, May 4, 2011 at 1:13 PM, Deka, Rajib IN MAA SL < rajib.deka at siemens.com> wrote:> Hello List, > > > > We are running two asterisk machines in virtual IP as primary and secondary > server. > > Initially virtual IP will be active in primary server; during the failure > of primary secondary will get the virtual IP. > > > > Is there any way to retrieve pending queue calls from primary to secondary, > in case primary fails? > > Does asterisk provide any interface to do it or we have to write some > application on asterisk to do the same. > > > > Regards, > > Rajib > > >Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You.