mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-06 16:02:23 +00:00
don't block on db for fifo_callers del
This commit is contained in:
parent
8be9d429fb
commit
c4cf1ba222
@ -2265,7 +2265,7 @@ static void fifo_caller_del(const char *uuid)
|
|||||||
sql = switch_mprintf("delete from fifo_callers");
|
sql = switch_mprintf("delete from fifo_callers");
|
||||||
}
|
}
|
||||||
|
|
||||||
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_TRUE);
|
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user