]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: don't double unlock on keypad
authorMathieu Parent <math.parent@gmail.com>
Thu, 8 Apr 2010 21:17:13 +0000 (23:17 +0200)
committerMathieu Parent <math.parent@gmail.com>
Thu, 8 Apr 2010 21:17:13 +0000 (23:17 +0200)
double unlock is same as locking :P

src/mod/endpoints/mod_skinny/skinny_protocol.c

index 2c96022bee5ed5aea97211d6937f029e9ed880c1..8a96f7e6298788e265ac8dafe30d860994dc954d 100644 (file)
@@ -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) {