summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlexei Gradinari <alex2grad@gmail.com>2016-04-05 17:56:39 -0400
committerMark Michelson <mmichelson@digium.com>2016-04-11 16:05:59 -0500
commit4e00e31ef13de8eac967a05e02e66503bb49ec37 (patch)
tree69d340c1ea030ef77544d15b30b6e6d8e2d55d8b /CHANGES
parent28cefc3e888f9385443a97fcbeb0be5ee3efc76f (diff)
res_pjsip_outbound_publish: Add transport for outbound PUBLISH
The first available transport of the appropriate type is used now. This patch adds new config option 'transport' for outbound-publish. If transport is set then outbound PUBLISH requests will use this transport. ASTERISK-25901 #close Change-Id: Ib389130489b70e36795b0003fa5fd386e2680151
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98df1f756..e7f0656f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -283,6 +283,11 @@ chan_pjsip
------------------
* Added 'pjsip show channelstats' CLI command.
+res_pjsip_outbound_publish
+------------------
+ * Added support for setting the transport used on outbound publish
+ using the transport configuration option.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.7.0 to Asterisk 13.8.0 ------------
------------------------------------------------------------------------------