mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix some sql order issues
This commit is contained in:
@@ -2530,7 +2530,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
||||
switch_snprintf(qname, sizeof(qname), "sofia:%s", profile->name);
|
||||
switch_sql_queue_manager_init_name(qname,
|
||||
&profile->qm,
|
||||
1,
|
||||
2,
|
||||
profile->odbc_dsn ? profile->odbc_dsn : profile->dbname,
|
||||
SWITCH_MAX_TRANS,
|
||||
profile->pre_trans_execute,
|
||||
|
||||
Reference in New Issue
Block a user