summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-19 08:57:45 +0000
committerOlle Johansson <oej@edvina.net>2007-12-19 08:57:45 +0000
commit1d6b192ce0262db43b91bf736f15cd2d7f39082a (patch)
tree56f51d46c980f75be5e3a9f311d6da01cd392ce1 /CHANGES
parent094ec6521de739deda2aa0acf49132c73c1932ad (diff)
Adding the ability to specify the To: header in an outbound INVITE
by adding an exclamation mark to the dial string. This patch also exists for 1.4 in the fixtoheader-1.4 branch and has been in production for quite some time. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91a6c3f3b..0ccb9a0cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -109,6 +109,8 @@ SIP changes
* New settings for timer T1 and timer B on a global level or per device. This makes it
possible to force timeout faster on non-responsive SIP servers. These settings are
considered advanced, so don't use them unless you have a problem.
+ * Added a dial string option to be able to set the To: header in an INVITE to any
+ SIP uri.
IAX2 changes
------------