[Asterisk-java-devel] Get all info from the queue
Brought to you by:
srt
From: Augusto C. <a-c...@cr...> - 2010-01-22 18:04:05
|
Hi there, When do a queue show Queue2 I get: queue show Queue2 Queue2 has *0 calls* (max 5) in 'ringall' strategy (*0s holdtime*), *W:0, C:0, A:0*, SL:0.0% within *0s* Members: SIP/user2 (Unavailable) has taken no calls yet Agent/1234 (Not in use) has taken no calls yet IAX2/useriax (Unavailable) has taken no calls yet No Callers How Can I get the other info from the queue? The asterisk only have: public interface AsteriskQueue { String getName(); Integer getMax(); String getStrategy(); Integer getServiceLevel(); Integer getWeight(); ... } |