summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-02-27 10:26:47 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-02-27 10:26:47 -0600
commitd35c494df1bfc1cc44d7483d9750f31d0184d020 (patch)
treeee07ecf86abee48e9474fc4945eee64a69dd3bc4 /CHANGES
parent6e70e8ccdb77e772ef877793e88b82daf626db2c (diff)
parentd2a1457e0b4ecdd512fe58fdb55ecc07fd141bea (diff)
Merge "res_pjsip/config_transport: Allow reloading transports." into 13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f57b1902a..0e8467830 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,13 @@ res_pjproject
res_pjsip
------------------
+ * Transports are now reloadable. In testing, no in-progress calls were
+ disrupted if the ip address or port weren't changed, but the possibility
+ still exists. To make sure there are no unintentional drops, a new option
+ 'allow_reload', which defaults to 'no' has been added to transport. If
+ left at the default, changes to the particular transport will be ignored.
+ If set to 'yes', changes (if any) will be applied.
+
* Added new global option (regcontext) to pjsip. When set, Asterisk will
dynamically create and destroy a NoOp priority 1 extension
for a given endpoint who registers or unregisters with us.