aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorirroot <irroot@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-01 16:16:07 +0000
committerirroot <irroot@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-01 16:16:07 +0000
commitc66384022f5df67c1d60e68e8fba0ca3e29e722d (patch)
tree4480e5ffdf8ea7aaa36117a31c4f62dae6a83652
parent5484e37bab6f4c31338b3939d231579a0950cc8a (diff)
Change CHANGES move the commits to the right place in the file missed in review
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326056 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--CHANGES26
1 files changed, 16 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index e4a936e34..7f955735f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -162,6 +162,22 @@ res_fax
feature will handle converting a fax call between an audio T.30 fax terminal
and an IFP T.38 fax terminal.
+SIP Changes
+-----------
+ * Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected.
+
+Queue changes
+-------------
+ * Added general option negative_penalty_invalid default off. when set
+ members are seen as invalid/logged out when there penalty is negative.
+ for realtime members when set remove from queue will set penalty to -1.
+ * Added queue option autopausedelay when autopause is enabled it will be
+ delayed for this number of seconds since last successful call if there
+ was no prior call the agent will be autopaused immediately.
+ * Added member option ignorebusy this when set and ringinuse is not
+ will allow per member control of multiple calls as ringinuse does for
+ the Queue.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------
------------------------------------------------------------------------------
@@ -231,7 +247,6 @@ SIP Changes
res_stun_monitor module support in chan_sip.
* Addition of the 'auth_options_requests' option for turning on and off
authentication for OPTIONS requests in chan_sip.
- * Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected.
IAX2 Changes
@@ -451,15 +466,6 @@ Queue changes
supports sending the event arguments to 5 individual fields, although it
will fallback to the previous data definition, if the new table layout is
not found.
- * Added general option negative_penalty_invalid default off. when set
- members are seen as invalid/logged out when there penalty is negative.
- for realtime members when set remove from queue will set penalty to -1.
- * Added queue option autopausedelay when autopause is enabled it will be
- delayed for this number of seconds since last successful call if there
- was no prior call the agent will be autopaused immediately.
- * Added member option ignorebusy this when set and ringinuse is not
- will allow per member control of multiple calls as ringinuse does for
- the Queue.
mISDN channel driver (chan_misdn) changes
----------------------------------------