summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-10-21 13:34:49 +0000
committerJoshua Colp <jcolp@digium.com>2009-10-21 13:34:49 +0000
commit28d0ec5421212e10af9baf8c70bc32d853352b25 (patch)
treef69ce8b4078309d49bb4e929a9af677158b267a9 /CHANGES
parentcd10bd931a7f54a516255adc25cd5b6ab2f7a75a (diff)
Add support for specifying the IP address to use for media streams in sip.conf
(closes issue #14729) Reported by: _brent_ Patches: media_address.patch uploaded by brent (license 388) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225003 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4b3b2c616..4f073d339 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,6 +48,8 @@ SIP Changes
configuration for the externip and externhost options when tcp or tls is used.
* Added support for message body (stored in content variable) to SIP NOTIFY message
accessible via AMI and CLI.
+ * Added 'media_address' configuration option which can be used to explicitly specify
+ the IP address to use in the SDP for media (audio and video) streams.
IAX2 Changes
-----------