Re: [Asterisk-java-users] Agi scripts and native transfers
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2008-03-27 13:35:49
|
Can ongoing channel be able to be the target of a transfer? I don't think so. You can transfer BOTH calls into a conference room (meetme). You can also transfer party B to a new instance of the AGI script (transfer them to an extension that invokes the script). Otherwise, I think you'll need to consult the asterisk-users list. As an example, I haven't been able (in my one 5 minute try, anyway) to convince Asterisk to do an attended transfer to voicemail. Asterisk-Java is beside the issue here. I don't think you can have a pre-existing channel as the target of an attended transfer, short of using an app that lets channels comingle, like meet me. Hopefully someone can correct me if I'm wrong. Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 ________________________________ From: ast...@li... [mailto:ast...@li...] On Behalf Of Eduard Martínez Sent: Wednesday, March 26, 2008 6:44 PM To: ast...@li... Subject: [Asterisk-java-users] Agi scripts and native transfers Hello, I'm going to develop an AGI script but first I want to know if they have problems with attended transfers. For instance, imagine an agi script with a loop playing a sound (tt-monkeys?). Party A calls to Party B. Then Party A also calls to the AGI script and start hearing the monkeys. If Party A transfers Party B to the AGI script call, it will work? Sadly now I can test it because I don't have a phone with attended transfer support. Thank you. |