]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 6 Mar 2013 14:50:49 +0000 (08:50 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:27 +0000 (21:27 -0500)
src/switch_rtp.c

index 2636c3da7e9dd590f308de8963da3fe5d88eb29f..e4dea53806d4faf81bbe160a746bd96772e5e9ee 100644 (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);
        }