From: Mathieu Parent Date: Thu, 8 Apr 2010 21:17:13 +0000 (+0200) Subject: Skinny: don't double unlock on keypad X-Git-Tag: git2svn-syncpoint-master~238^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec8d75ef6d1195e36c99069205736f33458e476;p=thirdparty%2Ffreeswitch.git Skinny: don't double unlock on keypad double unlock is same as locking :P --- 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) {