From: David Vossel Date: Tue, 6 Oct 2009 22:49:30 +0000 (+0000) Subject: Updates CHANGES to reflect the new externtcpport and externtlsport sip options X-Git-Tag: 11.0.0-beta1~4073 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdfe1c2d7d332eafa276d5eec5d271311629fa0;p=thirdparty%2Fasterisk.git Updates CHANGES to reflect the new externtcpport and externtlsport sip options git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222399 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 5062283a92..95221d68e7 100644 --- a/CHANGES +++ b/CHANGES @@ -44,6 +44,8 @@ SIP Changes * Slave SIP channels now set HASH(SIP_CAUSE,) on each response. This permits the master channel to know how each channel dialled in a multi-channel setup resolved in an individual way. + * Added 'externtcpport' and 'externtlsport' options to allow custom port + configuration for the externip and externhost options when tcp or tls is used. IAX2 Changes -----------