[Asterisk-java-users] queue call
Brought to you by:
srt
From: Daniel G. <da...@gr...> - 2007-09-24 20:47:16
|
Hello all, I wonder how to track the lifecycle of a call queue. It is simple to handle a normal call ... you just wait for AbstractAsteriskServerListener.onNewAsteriskChannel but there is a prblem on a queue call, because a queue call generate 6 new channels ... I am redisigning my application (http://sourceforge.net/projects/svarog/) and do not want to handle all the events anymore, would rather use the java.beans.PropertyChangeListener facility. So how to really know that the call is coming from a queue and which channels to listen to in order to have the right channels for the call? Regards, Daniel |