Re: [Asterisk-java-users] Agi scripts and native transfers
Brought to you by:
srt
From: E. M. <mar...@gm...> - 2008-03-27 18:35:41
|
On Thu, Mar 27, 2008 at 2:36 PM, Martin Smith <ma...@be...> wrote: > Can ongoing channel be able to be the target of a transfer? [...] > As far as I know, yes. But that's not the point. Maybe a valid example for you is: Party A calls Party B. Party B puts the call on hold and calls to the AGI script with the monkeys. Then Party B does the atended transfer with Party A and the AGI call. Think in the loop directly in the dialplan: exten => 1234, 1, PlayBack(tt-monkeys) exten => 1234, 2, Goto(1) If Party B does a native transfer to this extension, Party A starts hearing the monkeys and the loop continues with his channel. > > 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. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |