[asterisk-commits] russell: trunk r81292 - in /trunk: ./ channels/chan_iax2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 28 16:39:36 CDT 2007
Author: russell
Date: Tue Aug 28 16:39:36 2007
New Revision: 81292
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81292
Log:
Merged revisions 81291 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r81291 | russell | 2007-08-28 16:38:26 -0500 (Tue, 28 Aug 2007) | 3 lines
Change the message about receiving a mini-frame before the first full voice
frame to a DEBUG message.
........
Modified:
trunk/ (props changed)
trunk/channels/chan_iax2.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=81292&r1=81291&r2=81292
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Tue Aug 28 16:39:36 2007
@@ -8616,7 +8616,7 @@
if (iaxs[fr->callno]->voiceformat > 0)
f.subclass = iaxs[fr->callno]->voiceformat;
else {
- ast_log(LOG_WARNING, "Received mini frame before first full voice frame\n ");
+ ast_debug(1, "Received mini frame before first full voice frame\n");
iax2_vnak(fr->callno);
ast_mutex_unlock(&iaxsl[fr->callno]);
return 1;
More information about the asterisk-commits
mailing list