mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8616,7 +8616,7 @@ retryowner2:
|
||||
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;
|
||||
|
Reference in New Issue
Block a user