fix some sql order issues

This commit is contained in:
Anthony Minessale
2012-11-16 20:09:38 -06:00
parent 6c2baed108
commit 43b094f139
6 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -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,