mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2246,7 +2246,7 @@ enum ast_bridge_result misdn_bridge (struct ast_channel *c0,
|
||||
who = ast_waitfor_n(carr, 2, &to);
|
||||
|
||||
if (!who) {
|
||||
ast_log(LOG_DEBUG,"misdn_bridge: empty read, breaking out\n");
|
||||
ast_log(LOG_NOTICE,"misdn_bridge: empty read, breaking out\n");
|
||||
break;
|
||||
}
|
||||
f = ast_read(who);
|
||||
|
Reference in New Issue
Block a user