[asterisk-commits] twilson: branch group/srtp_reboot r254005 - /team/group/srtp_reboot/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 23 14:52:45 CDT 2010
Author: twilson
Date: Tue Mar 23 14:52:41 2010
New Revision: 254005
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254005
Log:
Remove debug line
Modified:
team/group/srtp_reboot/channels/chan_sip.c
Modified: team/group/srtp_reboot/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/srtp_reboot/channels/chan_sip.c?view=diff&rev=254005&r1=254004&r2=254005
==============================================================================
--- team/group/srtp_reboot/channels/chan_sip.c (original)
+++ team/group/srtp_reboot/channels/chan_sip.c Tue Mar 23 14:52:41 2010
@@ -9318,7 +9318,6 @@
add_line(resp, dummy_answer);
}
if (needvideo) { /* only if video response is appropriate */
- ast_log(LOG_NOTICE, "Hey, we need video!\n");
add_line(resp, m_video->str);
add_line(resp, a_video->str);
add_line(resp, hold); /* Repeat hold for the video stream */
More information about the asterisk-commits
mailing list