[asterisk-commits] mjordan: branch group/pimp_my_sip r380097 - /team/group/pimp_my_sip/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 25 09:39:20 CST 2013


Author: mjordan
Date: Fri Jan 25 09:39:17 2013
New Revision: 380097

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380097
Log:
Add a MODULEINFO section to res_sip_session

It'll be needed eventually anyway

Modified:
    team/group/pimp_my_sip/res/res_sip_session.c

Modified: team/group/pimp_my_sip/res/res_sip_session.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/res_sip_session.c?view=diff&rev=380097&r1=380096&r2=380097
==============================================================================
--- team/group/pimp_my_sip/res/res_sip_session.c (original)
+++ team/group/pimp_my_sip/res/res_sip_session.c Fri Jan 25 09:39:17 2013
@@ -15,6 +15,11 @@
 * the GNU General Public License Version 2. See the LICENSE file
 * at the top of the source tree.
 */
+
+/*** MODULEINFO
+	<depend>res_sip</depend>
+	<support_level>core</support_level>
+ ***/
 
 #include "asterisk.h"
 




More information about the asterisk-commits mailing list