summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2015-11-13 14:03:35 -0600
committerMark Michelson <mmichelson@digium.com>2015-11-16 13:59:29 -0600
commitfdd2afcd165eee726d28e0e63aa5c7a1505f58e0 (patch)
treee5a415c683ec878dbe775303fb9258dc6c983a49 /CHANGES
parent4f43b85c92050c8deba7041e687404228294d920 (diff)
Confbridge: Add a user timeout option
This option adds the ability to specify a timeout, in seconds, for a participant in a ConfBridge. When the user's timeout has been reached, the user is ejected from the conference with the CONFBRIDGE_RESULT channel variable set to "TIMEOUT". The rationale for this change is that there have been times where we have seen channels get "stuck" in ConfBridge because a network issue results in a SIP BYE not being received by Asterisk. While these channels can be hung up manually via CLI/AMI/ARI, adding some sort of automatic cleanup of the channels is a nice feature to have. ASTERISK-25549 #close Reported by Mark Michelson Change-Id: I2996b6c5e16a3dda27595f8352abad0bda9c2d98
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88fe060bb..4a55a06ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,13 @@
--- Functionality changes from Asterisk 13.6.0 to Asterisk 13.7.0 ------------
------------------------------------------------------------------------------
+ConfBridge
+------------------
+ * A new "timeout" user profile option has been added. This configures the number
+ of seconds that a participant may stay in the ConfBridge after joining. When
+ the time expires, the user is ejected from the conference and CONFBRIDGE_RESULT
+ is set to "TIMEOUT" on the channel.
+
chan_sip
------------------
* The websockets_enabled option has been added to the general section of