summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-04-28 20:24:45 +0000
committerJoshua Colp <jcolp@digium.com>2012-04-28 20:24:45 +0000
commitae1502be33e92b1c7460264dfa40c362a6abd791 (patch)
treec77c954074147b64c5f550be04ed405329320c83 /CHANGES
parent19097a4b62860092f1dc70a42f07103c0586aed1 (diff)
Add support for lightweight NAT keepalive.
If enabled using the keepalive option in sip.conf a small packet will be sent at a regular interval to keep the NAT mapping open. This is lightweight as the remote side does not need to parse and handle a SIP message. (closes issue AST-783) Review: https://reviewboard.asterisk.org/r/1756/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@364500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9f991600..b48eef433 100644
--- a/CHANGES
+++ b/CHANGES
@@ -76,6 +76,9 @@ SIP Changes
the remote endpoint.
* Adds an option send_diversion which can be disabled to prevent
diversion headers from automatically being added to invites.
+ * Add support for lightweight NAT keepalive. If enabled a blank packet will
+ be sent to the remote host at a given interval to keep the NAT mapping open.
+ This can be enabled using the keepalive configuration option.
Chan_local changes
------------------