mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-5636 --resolve hold active lines when receiving a call
This commit is contained in:
parent
fa66ed3088
commit
3c8fd77a65
@ -700,6 +700,8 @@ switch_status_t skinny_session_answer(switch_core_session_t *session, listener_t
|
||||
switch_assert(listener);
|
||||
switch_assert(listener->profile);
|
||||
|
||||
skinny_hold_active_calls(listener);
|
||||
|
||||
channel = switch_core_session_get_channel(session);
|
||||
tech_pvt = switch_core_session_get_private(session);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user