Paul
2009-Jan-15 23:15 UTC
[asterisk-users] How to transfer a call from one Asterisk Server to another
Can anyone tell me how I can completely move an established call off of one Asterisk server to another? In our case we have a server with our IVR. Depending upon digits entered, the call can be transferred to any of our other servers depending where the extension or queue reside. We would like to completely move the call off of the first box so we don't tie up resources on it. In our lab we are testing with 1.4.22.1 Our provider which delivers inbound calls to us uses a Sonus gateway. So far, testing has shown that if we transfer the inbound call prior to any media playback, it works. But, if the IVR plays media, then it is failing, with a 500 internal server error being returned. Thanks for any help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090115/add05653/attachment.htm
Robert Broyles
2009-Jan-15 23:21 UTC
[asterisk-users] How to transfer a call from one Asterisk Server to another
Are you planning on connecting your two Asterisk servers with SIP or IAX? Check out this tutorial if using SIP: http://hostseries.com/connecting-to-asterisk-servers-via-sip/ You should be able to adapt it to your needs. Good luck! Paul wrote:> Can anyone tell me how I can completely move an established call off of > one Asterisk server to another? > > In our case we have a server with our IVR. Depending upon digits > entered, the call can be transferred to any of our other servers > depending where the extension or queue reside. > We would like to completely move the call off of the first box so we > don't tie up resources on it. > > In our lab we are testing with 1.4.22.1 > > Our provider which delivers inbound calls to us uses a Sonus gateway. > So far, testing has shown that if we transfer the inbound call prior to > any media playback, it works. But, if the IVR plays media, then it is > failing, with a 500 internal server error being returned. > > Thanks for any help > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Lenz Emilitri
2009-Jan-16 08:16 UTC
[asterisk-users] How to transfer a call from one Asterisk Server to another
Why don't you simply Dial() the call to a separate box keeping Asterisk out of the audio path? l. 2009/1/16 Paul <bulkmail at monafamily.com>> Can anyone tell me how I can completely move an established call off of > one Asterisk server to another? > > In our case we have a server with our IVR. Depending upon digits entered, > the call can be transferred to any of our other servers depending where the > extension or queue reside. > We would like to completely move the call off of the first box so we don't > tie up resources on it. > > In our lab we are testing with 1.4.22.1 > > Our provider which delivers inbound calls to us uses a Sonus gateway. So > far, testing has shown that if we transfer the inbound call prior to any > media playback, it works. But, if the IVR plays media, then it is failing, > with a 500 internal server error being returned. > > Thanks for any help > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Loway - home of QueueMetrics - http://queuemetrics.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090116/6baf3f04/attachment-0001.htm