提交 aba8e073 authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

skypopen: don't whine in debug when skypeout to pstn

上级 dbafc38b
...@@ -879,7 +879,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch ...@@ -879,7 +879,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
switch_sleep(1000); //XXX don't like this switch_sleep(1000); //XXX don't like this
try++; try++;
if (try < 5) { if (try < 5) {
DEBUGA_SKYPE("skypopen_audio_read going back to read\n", SKYPOPEN_P_LOG); //DEBUGA_SKYPE("skypopen_audio_read going back to read\n", SKYPOPEN_P_LOG);
goto read; goto read;
} }
DEBUGA_SKYPE("READ BUFFER EMPTY, skypopen_audio_read Silence\n", SKYPOPEN_P_LOG); DEBUGA_SKYPE("READ BUFFER EMPTY, skypopen_audio_read Silence\n", SKYPOPEN_P_LOG);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论