[Freeswitch-branches] [commit] r5025 - freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthonyl at freeswitch.org
Thu Apr 26 21:56:22 EDT 2007
Author: anthonyl
Date: Thu Apr 26 21:56:21 2007
New Revision: 5025
Modified:
freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
im not sure what there updates were, pointless debugging, and just nothing good ignore me :)
Modified: freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c Thu Apr 26 21:56:21 2007
@@ -2294,14 +2294,18 @@
if (match) {
if (tech_set_codec(tech_pvt, 1) != SWITCH_STATUS_SUCCESS) {
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "tech_set_codec failed!\n", sdp->sdp_connection);
match = 0;
- }
+ } else {
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "tech_set_codedc ok!", sdp->sdp_connection);
+
+ }
break;
}
}
}
}
-
+
return match;
}
More information about the Freeswitch-branches
mailing list