aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-29 19:56:56 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-29 19:56:56 +0000
commit10a5cabe3716532943f93878bf15df3902f4c7fc (patch)
treea4c448a1285fbeca8d564a21c4afd890547da04d /configs
parent9548bf5fe99c3a55fb4ea994a3e3f88d2d29d057 (diff)
Explain the use device status system implemented in SIP for subscriptions,
queues and manager a bit better. Like in 1.2, you will get more detailed information if you set a call limit for a device. When the call limit is reached, the status system will report a device as busy. For queues, setting a call limit per SIP device is propably a requirement. In most cases, it will work much better if you only use type=peer and not type=friend. We might decide to backport the new setting from trunk to apply all call limits to the peer part of a friend only. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48113 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index cbd892de8..35e9dffad 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -164,6 +164,15 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; You can subscribe to the status of extensions with a "hint" priority
; (See extensions.conf.sample for examples)
; chan_sip support two major formats for notifications: dialog-info and SIMPLE
+;
+; You will get more detailed reports (busy etc) if you have a call limit set
+; for a device. When the call limit is filled, we will indicate busy. Note that
+; you need at least 2 in order to be able to do attended transfers.
+;
+; For queues, you will need this level of detail in status reporting, regardless
+; if you use SIP subscriptions. Queues and manager use the same internal interface
+; for reading status information.
+;
; Note: Subscriptions does not work if you have a realtime dialplan and use the
; realtime switch.
;