summaryrefslogtreecommitdiff
path: root/configs
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 /configs
parent6e70e8ccdb77e772ef877793e88b82daf626db2c (diff)
parentd2a1457e0b4ecdd512fe58fdb55ecc07fd141bea (diff)
Merge "res_pjsip/config_transport: Allow reloading transports." into 13
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 5d128cbf1..ebbd199e7 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -810,6 +810,12 @@
; clients are slow to process the received
; information. Value is in milliseconds; default
; is 100 ms.
+;allow_reload=no ; Although transports can now be reloaded, that may not be
+ ; desirable because of the slight possibility of dropped
+ ; calls. To make sure there are no unintentional drops, if
+ ; this option is set to 'no' (the default) changes to the
+ ; particular transport will be ignored. If set to 'yes',
+ ; changes (if any) will be applied.
;==========================AOR SECTION OPTIONS=========================
;[aor]