[asterisk-commits] file: branch file/issue11797 r187720 - /team/file/issue11797/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 10 11:45:23 CDT 2009
Author: file
Date: Fri Apr 10 11:45:20 2009
New Revision: 187720
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187720
Log:
Let's not call this paging as we may end up using this for other purposes later.
Modified:
team/file/issue11797/res/res_rtp_multicast.c
Modified: team/file/issue11797/res/res_rtp_multicast.c
URL: http://svn.digium.com/svn-view/asterisk/team/file/issue11797/res/res_rtp_multicast.c?view=diff&rev=187720&r1=187719&r2=187720
==============================================================================
--- team/file/issue11797/res/res_rtp_multicast.c (original)
+++ team/file/issue11797/res/res_rtp_multicast.c Fri Apr 10 11:45:20 2009
@@ -20,7 +20,7 @@
/*!
* \file
*
- * \brief Multicast RTP Paging Engine
+ * \brief Multicast RTP Engine
*
* \author Joshua Colp <jcolp at digium.com>
* \author Andreas 'MacBrody' Brodmann <andreas.brodmann at gmail.com>
@@ -253,7 +253,7 @@
return 0;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Multicast Paging RTP Engine",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Multicast RTP Engine",
.load = load_module,
.unload = unload_module,
);
More information about the asterisk-commits
mailing list