[asterisk-commits] mmichelson: branch mmichelson/direct_media r382805 - /team/mmichelson/direct_...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 11 12:51:42 CDT 2013
Author: mmichelson
Date: Mon Mar 11 12:51:38 2013
New Revision: 382805
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382805
Log:
Remove some extra debug messages.
Modified:
team/mmichelson/direct_media/channels/chan_gulp.c
Modified: team/mmichelson/direct_media/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/direct_media/channels/chan_gulp.c?view=diff&rev=382805&r1=382804&r2=382805
==============================================================================
--- team/mmichelson/direct_media/channels/chan_gulp.c (original)
+++ team/mmichelson/direct_media/channels/chan_gulp.c Mon Mar 11 12:51:38 2013
@@ -162,9 +162,6 @@
struct ast_sip_session *session = ast_channel_tech_pvt(chan);
int changed = 0;
- ast_log(LOG_NOTICE, "RTP alert to update peer for session with %s\n",
- S_OR(ast_sorcery_object_get_id(session->endpoint), "outbound"));
-
if (rtp) {
struct ast_sip_session_media *audio = &session->media[AST_SIP_MEDIA_AUDIO];
changed = ast_rtp_instance_get_and_cmp_remote_address(rtp, &audio->direct_media_addr);
@@ -193,8 +190,6 @@
*/
ao2_ref(session, +1);
ast_sip_push_task(session->serializer, send_direct_media_request, session);
- } else {
- ast_log(LOG_NOTICE, "No change detected. Not doing anathin\n");
}
return 0;
@@ -674,9 +669,6 @@
ast_sip_session_send_request(session, packet);
}
}
-
- ast_log(LOG_NOTICE, "This is when we're setting the channel NULL for session with endpoint %s\n",
- S_OR(ast_sorcery_object_get_id(session->endpoint), "outbound"));
session->channel = NULL;
ast_channel_tech_pvt_set(ast, NULL);
More information about the asterisk-commits
mailing list