[svn-commits] seanbright: branch 1.8 r355904 - /branches/1.8/channels/chan_iax2.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Feb 19 12:04:56 CST 2012


Author: seanbright
Date: Sun Feb 19 12:04:52 2012
New Revision: 355904

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=355904
Log:
Add some boilerplate documentation for IAXVAR and IAXPEER.

Modified:
    branches/1.8/channels/chan_iax2.c

Modified: branches/1.8/channels/chan_iax2.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_iax2.c?view=diff&rev=355904&r1=355903&r2=355904
==============================================================================
--- branches/1.8/channels/chan_iax2.c (original)
+++ branches/1.8/channels/chan_iax2.c Sun Feb 19 12:04:52 2012
@@ -165,7 +165,9 @@
 				</enumlist>
 			</parameter>
 		</syntax>
-		<description></description>
+		<description>
+			<para>Gets information associated with the specified IAX2 peer.</para>
+		</description>
 		<see-also>
 			<ref type="function">SIPPEER</ref>
 		</see-also>
@@ -177,7 +179,9 @@
 		<syntax>
 			<parameter name="varname" required="true" />
 		</syntax>
-		<description></description>
+		<description>
+			<para>Gets or sets a variable that is sent to a remote IAX2 peer during call setup.</para>
+		</description>
 	</function>
 	<manager name="IAXpeers" language="en_US">
 		<synopsis>




More information about the svn-commits mailing list