summaryrefslogtreecommitdiff
path: root/res/res_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_sip.c')
-rw-r--r--res/res_sip.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/res_sip.c b/res/res_sip.c
index 7f6b061c9..1af3fb78e 100644
--- a/res/res_sip.c
+++ b/res/res_sip.c
@@ -298,6 +298,13 @@
<configOption name="use_ptime" default="no">
<synopsis>Use Endpoint's requested packetisation interval</synopsis>
</configOption>
+ <configOption name="devicestate_busy_at" default="0">
+ <synopsis>The number of in-use channels which will cause busy to be returned as device state</synopsis>
+ <description><para>
+ When the number of in-use channels for the endpoint matches the devicestate_busy_at setting the
+ Gulp channel driver will return busy as the device state instead of in use.
+ </para></description>
+ </configOption>
</configObject>
<configObject name="auth">
<synopsis>Authentication type</synopsis>