[asterisk-commits] oej: branch 1.4 r53143 - /branches/1.4/channels/chan_sip.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Feb 4 17:18:35 MST 2007


Author: oej
Date: Sun Feb  4 18:18:34 2007
New Revision: 53143

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53143
Log:
Add some comments on queue system behaviour and how it affects the
SIP channel

Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=53143&r1=53142&r2=53143
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Sun Feb  4 18:18:34 2007
@@ -15134,6 +15134,12 @@
 
 	If we return AST_DEVICE_UNKNOWN, the device state engine will try to find
 	out a state by walking the channel list.
+
+	The queue system (\ref app_queue.c) treats a member as "active"
+	if devicestate is != AST_DEVICE_UNAVAILBALE && != AST_DEVICE_INVALID
+
+	When placing a call to the queue member, queue system sets a member to busy if
+	!= AST_DEVICE_NOT_INUSE and != AST_DEVICE_UNKNOWN
 
 */
 static int sip_devicestate(void *data)



More information about the asterisk-commits mailing list