Re: [Asterisk-java-users] Local channel
Brought to you by:
srt
From: Yves A. <yv...@gm...> - 2014-04-17 21:17:55
|
Hi, originateAction works as described in the docs. If you have problems or questions regarding this action, it would be necessary to know what extensions / channels you want to bridge and to see the part of the dialplan that is behind the contexts your using... What Do you mean with "whisper"...? Some kind of announcement to the agent before the caller is transferred to the meetme or some kind of supervision where the supervisor can listen to the conversation and talk to the agent (only the agent can hear the supervisors voice)..? Why did you use local channels at all? This makes only sense, if you want to connect the called party with a part of your dialplan..? Is the "whisperer" not a human being, but some kind of IVR or voicefile to be played? yves Am 17.04.2014 19:12, schrieb Murthy Gandikota: > > I am dealing with an application consisting of agents and callers. The > agents are hooked up to a meetme bridge. When a caller comes in and > wants to get on the meetme with an agent, I use AMI's OriginateAction > class to whisper on the agent's channel using Local extension. > > originateAction.setChannel("Local/s@whisper"); > > My question is, if I know the hostname and SIP channel, is there any > way to whisper to the agent without using the Local? > > The documentation on originateAction says, the channel has the same > parameters as the DIAL command. How can I implement this without using > Local > > Thanks > > Murthy > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |