mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-5605 --resolve
This commit is contained in:
parent
05811bb085
commit
6729593b13
@ -1689,6 +1689,9 @@ static void *SWITCH_THREAD_FUNC o_thread_run(switch_thread_t *thread, void *obj)
|
||||
switch_channel_set_state(channel, CS_EXECUTE);
|
||||
switch_core_session_rwunlock(session);
|
||||
|
||||
sql = switch_mprintf("update fifo_outbound set ring_count=ring_count-1 where uuid='%q' and ring_count > 0", h->uuid);
|
||||
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_TRUE);
|
||||
|
||||
end:
|
||||
|
||||
switch_event_destroy(&ovars);
|
||||
|
Loading…
x
Reference in New Issue
Block a user