FS-5021 --resolve stupid typo

This commit is contained in:
Jeff Lenk 2013-01-16 09:55:06 -06:00
parent 34f99c113b
commit 52d11b461b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
if (session->dmachine[i] && !switch_channel_test_flag(session->channel, CF_BROADCAST)) {
switch_channel_dtmf_lock(session->channel);
switch_ivr_dmachine_ping(session->dmachine[i], NULL);
switch_channel_dtmf_lock(session->channel);
switch_channel_dtmf_unlock(session->channel);
}
}