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
This commit is contained in:
Olle Johansson
2007-12-19 08:57:45 +00:00
parent 094ec6521d
commit 1d6b192ce0
3 changed files with 82 additions and 21 deletions

View File

@@ -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
------------