fix build

This commit is contained in:
Anthony Minessale 2013-03-06 08:50:49 -06:00
parent cc3e75fc62
commit fa8e199802
1 changed files with 1 additions and 1 deletions

View File

@ -1880,7 +1880,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_udptl_mode(switch_rtp_t *rtp_session)
return SWITCH_STATUS_FALSE;
}
if (switch_test_flag(rtp_session, SWITCH_RTP_FLAG_PROXY_MEDIA)) {
if (switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_PROXY_MEDIA)) {
ping_socket(rtp_session);
}