Re: [Asterisk-java-users] OriginateCallback
Brought to you by:
srt
From: Chris H. <chr...@kn...> - 2006-09-15 21:08:59
|
On Sep 15, 2006, at 1:47 PM, King Ho wrote: > Stefan, > > Is it possible to add an onRing() event handler to > OriginateCallback? I am > trying to start getting information ready for the agents when the > phone > starts ringing rather than waiting for the pickup. > > I think onRing() corresponds to a Newchannel event with "State: > Ring" and > the Uniqueid belongs to an Originated call. Would the AgentCalled event work for you? This event fires when the agents phone rings before the agent answers. Chris |