mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
skypopen: don't whine in debug when skypeout to pstn
This commit is contained in:
parent
dbafc38b3e
commit
aba8e073a4
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user