- add get_max_rate timing API call
[asterisk-bristuff.git] / doc / queue.txt
blob11047f83fcf8709eb57d5f703c3704a679fec3f5
1 Asterisk Call Queues
2 --------------------
4 <template holder while we wait for input on a good README
5  for call queues. Please open a bug report and add text to this
6  document>
8 * General advice on the agent channel
9 -------------------------------------
11 * Using dynamic queue members
12 -----------------------------
14 * SIP channel configuration
15 ---------------------------
16 Queues depend on the channel driver reporting the proper state
17 for each member of the queue. To get proper signalling on 
18 queue members that use the SIP channel driver, you need to
19 enable a call limit (could be set to a high value so it 
20 is not put into action) and also make sure that both inbound
21 and outbound calls are accounted for.
23 Example:
25         [general]
26         limitonpeer = yes
28         [peername]
29         type=friend
30         call-limit=10
33 * Other references
34 -------------------
36 * queuelog.txt
37 * queues-with-callback-members.txt 
39 (Should we merge those documents into this?)