From ccdfe1c2d7d332eafa276d5eec5d271311629fa0 Mon Sep 17 00:00:00 2001 From: David Vossel Date: Tue, 6 Oct 2009 22:49:30 +0000 Subject: [PATCH] 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 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) 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 -----------