tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11294 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
361a935861
commit
fcc6043bc1
|
@ -1590,7 +1590,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
|
|||
if (in_digit_seq > rtp_session->dtmf_data.in_digit_seq) {
|
||||
|
||||
rtp_session->dtmf_data.in_digit_seq = in_digit_seq;
|
||||
|
||||
rtp_session->dtmf_data.in_digit_sanity = 2000;
|
||||
#ifdef DEBUG_2833
|
||||
|
||||
printf("read: %c %u %u %u %u %d %d %s\n",
|
||||
|
|
Loading…
Reference in New Issue