update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1341 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
04f6f4f703
commit
a92ae5b64b
|
@ -764,6 +764,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
|
||||||
payload = tech_pvt->read_frame.payload;
|
payload = tech_pvt->read_frame.payload;
|
||||||
|
|
||||||
if (switch_test_flag(tech_pvt, TFLAG_DTMF)) {
|
if (switch_test_flag(tech_pvt, TFLAG_DTMF)) {
|
||||||
|
switch_clear_flag(tech_pvt, TFLAG_DTMF);
|
||||||
return SWITCH_STATUS_BREAK;
|
return SWITCH_STATUS_BREAK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue