Skip to content

Commit

Permalink
asterisk: add odbc configuration to override default results order
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaian committed Oct 21, 2024
1 parent a57a8df commit 09309dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions asterisk/config/res_config_odbc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;
; Sample configuration for res_config_odbc
;
; Most configuration occurs in the system ODBC configuration files,
; res_odbc.conf, and extconfig.conf. You only need this file in the
; event that you want to influence default sorting behavior.
;

[general]
; When multiple rows are requested by realtime, res_config_odbc will add an
; explicit ORDER BY clause to the generated SELECT statement. To prevent
; that from occuring, set order_multi_row_results_by_initial_column to 'no'.
;
order_multi_row_results_by_initial_column=no

0 comments on commit 09309dc

Please sign in to comment.