aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 15:16:58 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 15:16:58 +0000
commit2898665164556d7cff0ee44adbf344f096789f79 (patch)
treeb028880d59f122bc262b7188b73157cc906d4a37 /UPGRADE.txt
parentafc4ff93833cc2f3790429eda0c581271f589885 (diff)
Warn users about change in canreinvite
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47736 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b66ee5dfa..741f8111a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -323,6 +323,12 @@ The SIP channel:
in coming versions of Asterisk. Please use the dialplan application
sipaddheader() to add the "Alert-Info" header to the outbound invite.
+* The "canreinvite" option has changed. canreinvite=yes used to disable
+ re-invites if you had NAT=yes. In 1.4, you need to set canreinvite=nonat
+ to disable re-invites when NAT=yes. This is propably what you want.
+ The settings are now: "yes", "no", "nonat", "update". Please consult
+ sip.conf.sample for detailed information.
+
The Zap channel:
* Support for MFC/R2 has been removed, as it has not been functional for some