From e129b31fc6641edcd08f9e369bbd915d3d683377 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Fri, 16 Jul 2010 10:00:58 +0000 Subject: Add ability to configure the Max-Forwards header in the dialplan, as well as in sip.conf configuration for the channel and for devices. The Max-Forwards header is used to prevent loops in a SIP network. Each intermediary, like SIP proxys and SBCs, decrement this counter and detects when it reaches zero, at which point the SIP request is nicely killed in a SIP-friendly way. Review: https://reviewboard.asterisk.org/r/778/ Thanks to dvossel for the review and good advice. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276951 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 2ec053455..b1423a3e7 100644 --- a/CHANGES +++ b/CHANGES @@ -71,6 +71,8 @@ SIP Changes * Added support for 16khz signed linear media streams. * SIP is now able to bind to and communicate with IPv6 addresses. In addition, RTP has been outfitted with the same abilities. + * Added support for setting the Max-Forwards: header in SIP requests. Setting is + available in device configurations as well as in the dial plan. IAX2 Changes ----------- -- cgit v1.2.3