aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-02 21:26:45 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-02 21:26:45 +0000
commitd66bfd4fc933f739967ca660623dc92076aca3e1 (patch)
tree7f52e92e0351e5f305102faa13e29ee8ca44415a /UPGRADE.txt
parentb14a6878d5c78549074edc1e430344675731ae51 (diff)
I'm baaaaaaaaaack. :)
Post a warning to the console that things might possibly be misconfigured when queue member's states are still 'Not in Use' when we're about to bridge them with a caller from queue. Also, put some documentation quoted from oej's queues.txt efforts started in /trunk today. This commit puts #7433 into feedback state for 1.4, and pending no further negative feedback, it will finally be closed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53129 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 2f90be429..46bf90d06 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -163,6 +163,23 @@ Applications:
option, it will default to "no" to keep backward compatability with the old
behavior.
+* 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
+
+
* The app_queue application now has the ability to use MixMonitor to
record conversations queue members are having with queue callers. Please
see configs/queues.conf.sample for more information on this option.