aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 08:57:45 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 08:57:45 +0000
commitf93a8656aa75831a8bce3a72757914e30c5fda99 (patch)
tree56f51d46c980f75be5e3a9f311d6da01cd392ce1 /CHANGES
parent7c309cc622bcc5f5ae6aa72ab0daf5be574476b1 (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: http://svn.digium.com/svn/asterisk/trunk@93897 f38db490-d61c-443f-a65b-d21fe96a405b
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
------------