|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsteriskQueue
An Asterisk ACD queue.
| Method Summary | |
|---|---|
java.util.List<AsteriskChannel> |
getEntries()
Returns the list of channels currently waiting in this queue. |
java.lang.Integer |
getMax()
Returns the maximum number of people allowed to wait in this queue or 0 for unlimited. |
java.lang.String |
getName()
Returns the name of this queue as defined in Asterisk's queues.conf. |
java.lang.Integer |
getServiceLevel()
Returns the service level (in seconds) as defined by the servicelevel setting in queues.conf. |
java.lang.Integer |
getWeight()
Returns the weight of this queue. |
| Method Detail |
|---|
java.lang.String getName()
queues.conf.
java.lang.Integer getMax()
Corresponds to the maxlen option in Asterisk's
queues.conf.
java.lang.Integer getServiceLevel()
servicelevel setting in queues.conf.
java.lang.Integer getWeight()
A queue can be assigned a 'weight' to ensure calls waiting in a higher priority queue will deliver its calls first. Only delays the lower weight queue's call if the member is also in the higher weight queue.
Available since Asterisk 1.2
null if not supported
by your version of Asterisk.java.util.List<AsteriskChannel> getEntries()
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||