[asterisk-commits] lmadsen: branch 10 r338493 - in /branches/10: ./ channels/chan_sip.c

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


Author: lmadsen
Date: Thu Sep 29 13:32:28 2011
New Revision: 338493

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338493
Log:
Merged revisions 338492 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r338492 | lmadsen | 2011-09-29 13:31:33 -0500 (Thu, 29 Sep 2011) | 6 lines
  
  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/10/   (props changed)
    branches/10/channels/chan_sip.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/chan_sip.c?view=diff&rev=338493&r1=338492&r2=338493
==============================================================================
--- branches/10/channels/chan_sip.c (original)
+++ branches/10/channels/chan_sip.c Thu Sep 29 13:32:28 2011
@@ -341,7 +341,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