Related to issue #14246

Update changes for SIPRemoveHeader()


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2009-01-15 13:37:46 +00:00
parent 27c1d88021
commit 04352dac96
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ SIP Changes
* The parsing of register => lines in sip.conf has been modified to allow a port * The parsing of register => lines in sip.conf has been modified to allow a port
to be present in the "user" portion. Please see the sip.conf.sample file for more to be present in the "user" portion. Please see the sip.conf.sample file for more
information information
* Added a function to remove SIP headers added in the dialplan before the
first INVITE is generated - SIPRemoveHeader()
Skinny Changes Skinny Changes
-------------- --------------

View File

@@ -192,6 +192,8 @@ Sergey Tamkovich - Realtime support for MusicOnHold, store and destroy realtime
- See http://voip-info.org/users/view/sergee - See http://voip-info.org/users/view/sergee
serg(AT)voipsolutions.ru serg(AT)voipsolutions.ru
Klaus Darillon - the SIPremoveHeader function in chan_sip
=== OTHER CONTRIBUTIONS === === OTHER CONTRIBUTIONS ===
John Todd - Monkey sounds and associated teletorture prompt John Todd - Monkey sounds and associated teletorture prompt
Michael Jerris - bug marshaling Michael Jerris - bug marshaling