[Asterisk-java-users] Local channel
Brought to you by:
srt
From: Murthy G. <mga...@nt...> - 2014-04-17 17:12:19
|
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 |