[svn-commits] file: trunk r97197 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jan 8 14:52:07 CST 2008


Author: file
Date: Tue Jan  8 14:52:07 2008
New Revision: 97197

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97197
Log:
One line documentation ftw!

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=97197&r1=97196&r2=97197
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Jan  8 14:52:07 2008
@@ -3412,6 +3412,7 @@
 	}
 }
 
+/*! \brief Set the global T38 capabilities on a SIP dialog structure */
 static void set_t38_capabilities(struct sip_pvt *p)
 {
 	p->t38.capability = global_t38_capability;




More information about the svn-commits mailing list