From: Leif Madsen Date: Thu, 29 Sep 2011 18:31:33 +0000 (+0000) Subject: Update documentation for SIP_HEADER. X-Git-Tag: 1.8.8.0-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be71dfc76bfa0bc94889b482fd5ed68d9375b1bd;p=thirdparty%2Fasterisk.git Update documentation for SIP_HEADER. The SIP_HEADER function only works on the the initial SIP INVITE. The documentation was updated in trunk, but not in 1.8 or 10, so I'm making them match. (Closes issue ASTERISK-18640) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@338492 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e7263d6455..ef2a8b4a58 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -339,7 +339,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Gets the specified SIP header. + Gets the specified SIP header from an incoming INVITE message.