[Asterisk-java-devel] Queue Startagy
Brought to you by:
srt
From: ahmed m. <ama...@gm...> - 2010-02-14 09:51:37
|
Hello, I need to know which extensions ,will be receive the call before routing the call. 5000 support (queue) 3 sip phone 111 (customer) 2222(agent) 333(agnet) 222 and 333 already logged in 5000* OriginateAction originateAction; ManagerResponse originateResponse; originateAction = new OriginateAction(); originateAction.setChannel("SIP/111"); originateAction.setContext("from-internal"); originateAction.setExten("5000"); i need know the name of extensions which will receive the call 222 or 333? i know it is according to my strategy but is there any method to know the the agent? Thanks -- Ahmed Magdy Mahmoud |