[asterisk-commits] kharwell: branch kharwell/pimp_sip_video r383922 - /team/kharwell/pimp_sip_vi...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 26 14:33:55 CDT 2013
Author: kharwell
Date: Tue Mar 26 14:33:51 2013
New Revision: 383922
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383922
Log:
removed some red blobs
Modified:
team/kharwell/pimp_sip_video/res/res_sip_sdp_media.c
Modified: team/kharwell/pimp_sip_video/res/res_sip_sdp_media.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_video/res/res_sip_sdp_media.c?view=diff&rev=383922&r1=383921&r2=383922
==============================================================================
--- team/kharwell/pimp_sip_video/res/res_sip_sdp_media.c (original)
+++ team/kharwell/pimp_sip_video/res/res_sip_sdp_media.c Tue Mar 26 14:33:51 2013
@@ -601,7 +601,7 @@
0, NULL, index)) == -1) {
continue;
}
-
+
if (!(attr = generate_rtpmap_attr(media, pool, rtp_code, 0, NULL, index))) {
continue;
}
@@ -783,8 +783,8 @@
* Module loading including tests for configuration or dependencies.
* This function can return AST_MODULE_LOAD_FAILURE, AST_MODULE_LOAD_DECLINE,
* or AST_MODULE_LOAD_SUCCESS. If a dependency or environment variable fails
- * tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
- * configuration file or other non-critical problem return
+ * tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
+ * configuration file or other non-critical problem return
* AST_MODULE_LOAD_DECLINE. On success return AST_MODULE_LOAD_SUCCESS.
*/
static int load_module(void)
More information about the asterisk-commits
mailing list