From bec8d75ef6d1195e36c99069205736f33458e476 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 8 Apr 2010 23:17:13 +0200 Subject: [PATCH] Skinny: don't double unlock on keypad double unlock is same as locking :P --- src/mod/endpoints/mod_skinny/skinny_protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.c b/src/mod/endpoints/mod_skinny/skinny_protocol.c index 2c96022bee..8a96f7e629 100644 --- a/src/mod/endpoints/mod_skinny/skinny_protocol.c +++ b/src/mod/endpoints/mod_skinny/skinny_protocol.c @@ -2186,7 +2186,6 @@ switch_status_t skinny_handle_keypad_button_message(listener_t *listener, skinny switch_channel_queue_dtmf(channel, &dtmf); } } - switch_core_session_rwunlock(session); } if(session) {