From: Jeff Lenk Date: Wed, 16 Jan 2013 15:55:06 +0000 (-0600) Subject: FS-5021 --resolve stupid typo X-Git-Tag: v1.3.13~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d11b461bbcbcbabdb93e111a37328361e31156;p=thirdparty%2Ffreeswitch.git FS-5021 --resolve stupid typo --- diff --git a/src/switch_core_io.c b/src/switch_core_io.c index 9b5f89c7dc..effb500e04 100644 --- a/src/switch_core_io.c +++ b/src/switch_core_io.c @@ -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); } }