resolve FSCORE-28

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5205 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-05-21 14:45:35 +00:00
parent b40952a077
commit d6a9ef7e6c

View File

@ -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;
}
}