summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJaco Kroon <jaco@uls.co.za>2016-05-04 09:40:55 +0200
committerJoshua Colp <jcolp@digium.com>2016-05-09 08:17:59 -0500
commit2db17a793ca85ebef7ba36671272fad48e047e66 (patch)
tree40d0d29031a9bb6f8ea1d449303bffdf9a35fa05 /CHANGES
parent168a7b3dd8c0efd04516f60fd431fce7eac4c985 (diff)
app_confbridge: Add a regcontext option for confbridge bridge profiles.
This patch allows for having app_confbridge register the name of the conference as an extension into a specific context, similar to regcontext for chan_sip. This variant is not quite as involved as the one in chan_sip and doesn't allow for multiple contexts or custom extensions, you can only specify the context and the conference name will always be used as the extension to register. ASTERISK-25989 #close Change-Id: Icacf94d9f2b5dfd31ef36f6cb702392619a7902f
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 63b814c21..965b1b4be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,14 @@ res_pjsip
into the "reg_server" field in the ps_contacts table to facilitate
multi-server setups.
+app_confbridge
+------------------
+ * Added a bridge profile option called regcontext that allows you to
+ dynamically register the conference bridge name as an extension into
+ the specified context. This allows tracking down conferences on multi-
+ server installations via alternate means (DUNDI for example). By default
+ this feature is not used.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.8.0 to Asterisk 13.9.0 ------------
------------------------------------------------------------------------------