forked from Mirrors/freeswitch
resolve FSCORE-28
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5205 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b40952a077
commit
d6a9ef7e6c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user