mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
Skinny: don't double unlock on keypad
double unlock is same as locking :P
This commit is contained in:
parent
c15e163b88
commit
bec8d75ef6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user