[Asterisk-java-devel] Queue calling problem?
Brought to you by:
srt
From: Daniel G. <da...@gr...> - 2007-01-17 11:58:14
|
Hi, I am using asterisk queues and i noticed a problem in asterisk java, but i am not sure where it should be handled. When you have a direct call from phone to phone the caller ids are set normally, but when a customer calls a queue and then is linked to an agent the source (customer) caller id is not set, even if the events are fired correctly. What i mean it is when a DialEvent is handled in my code if this is a phone to phone call i have a thread waiting for the callerids, the NewCallerIdEvent which is handled by the DefaultAsteriskServer implementation sets correctly the callerid and I can continue working. But when a call is done via a queue the NewCallerIdEvent never sets the callerid from the caller that called the queue. Ok, i have kind of a workaround and i wonder if i should look to fix that in asterisk java code or is there a reason why this is not handled ? Regards, Daniel |