[asterisk-commits] lmadsen: branch 1.8 r338492 - /branches/1.8/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 29 13:31:36 CDT 2011


Author: lmadsen
Date: Thu Sep 29 13:31:33 2011
New Revision: 338492

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338492
Log:
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)

Modified:
    branches/1.8/channels/chan_sip.c

Modified: branches/1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=338492&r1=338491&r2=338492
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Thu Sep 29 13:31:33 2011
@@ -339,7 +339,7 @@
 	</application>
 	<function name="SIP_HEADER" language="en_US">
 		<synopsis>
-			Gets the specified SIP header.
+			Gets the specified SIP header from an incoming INVITE message.
 		</synopsis>
 		<syntax>
 			<parameter name="name" required="true" />




More information about the asterisk-commits mailing list