From d6a9ef7e6c0fd5c60552d49c19693f8591168644 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 21 May 2007 14:45:35 +0000 Subject: [PATCH] resolve FSCORE-28 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5205 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 0abd6d09d4..426704b515 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -578,7 +578,7 @@ SWITCH_DECLARE(switch_rtp_t *) switch_rtp_new(const char *rx_host, SWITCH_DECLARE(void) switch_rtp_set_telephony_event(switch_rtp_t *rtp_session, switch_payload_t te) { - if (te > 96) { + if (te > 95) { rtp_session->te = te; } }