[asterisk-commits] oej: trunk r53127 - /trunk/doc/queue.txt
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Feb 2 13:05:52 MST 2007
Author: oej
Date: Fri Feb 2 14:05:52 2007
New Revision: 53127
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53127
Log:
Update with info about SIP channels and queues
Modified:
trunk/doc/queue.txt
Modified: trunk/doc/queue.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/queue.txt?view=diff&rev=53127&r1=53126&r2=53127
==============================================================================
--- trunk/doc/queue.txt (original)
+++ trunk/doc/queue.txt Fri Feb 2 14:05:52 2007
@@ -11,6 +11,25 @@
* Using dynamic queue members
-----------------------------
+* SIP channel configuration
+---------------------------
+Queues depend on the channel driver reporting the proper state
+for each member of the queue. To get proper signalling on
+queue members that use the SIP channel driver, you need to
+enable a call limit (could be set to a high value so it
+is not put into action) and also make sure that both inbound
+and outbound calls are accounted for.
+
+Example:
+
+ [general]
+ limitonpeer = yes
+
+ [peername]
+ type=friend
+ call-limit=10
+
+
* Other references
-------------------
More information about the asterisk-commits
mailing list