mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
debug
This commit is contained in:
parent
a67505ba74
commit
c9a49b0ff3
@ -5270,7 +5270,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
|
|||||||
|
|
||||||
has_t38 = 0;
|
has_t38 = 0;
|
||||||
}
|
}
|
||||||
printf("WTF %d %d %d\n", switch_media_handle_test_media_flag(tech_pvt->media_handle, SCMF_T38_PASSTHRU), has_t38, status);
|
|
||||||
if (status > 199 && (switch_channel_test_flag(channel, CF_PROXY_MODE) ||
|
if (status > 199 && (switch_channel_test_flag(channel, CF_PROXY_MODE) ||
|
||||||
switch_channel_test_flag(channel, CF_PROXY_MEDIA) ||
|
switch_channel_test_flag(channel, CF_PROXY_MEDIA) ||
|
||||||
(switch_media_handle_test_media_flag(tech_pvt->media_handle, SCMF_T38_PASSTHRU) && (has_t38 || status > 299)))) {
|
(switch_media_handle_test_media_flag(tech_pvt->media_handle, SCMF_T38_PASSTHRU) && (has_t38 || status > 299)))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user