Files
asterisk/main
Alexei Gradinari c36c3b2c00 res_config_odbc: Prevent Realtime fallback on record-not-found (SQL_NO_DATA)
This patch fixes an issue in the ODBC Realtime engine where Asterisk incorrectly
falls back to the next configured backend when the current one returns
SQL_NO_DATA (i.e., no record found).
This is a logical error and performance risk in multi-backend configurations.

Solution:
Introduced CONFIG_RT_NOT_FOUND ((void *)-1) as a special return marker.
ODBC Realtime backend now return CONFIG_RT_NOT_FOUND when no data is found.
Core engine stops iterating on this marker, avoiding unnecessary fallback.

Notes:
Other Realtime backends (PostgreSQL, LDAP, etc.) can be updated similarly.
This patch only covers ODBC.

Fixes: #1305
(cherry picked from commit dfe25fbc8a)
2025-09-10 20:03:38 +00:00
..
2025-03-20 18:34:08 +00:00
2021-11-15 17:33:27 -06:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2023-12-08 13:11:54 +00:00
2025-03-20 18:34:08 +00:00
2023-12-08 13:11:54 +00:00
2025-06-26 11:50:46 -06:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2020-04-06 10:23:20 -05:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:08 +00:00
2025-01-23 18:42:28 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:07 +00:00
2025-09-10 20:03:38 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2022-07-07 08:19:14 -05:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2023-01-10 14:07:44 -06:00
2021-12-02 15:02:09 -06:00
2020-06-10 09:33:28 -05:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2024-08-12 15:21:35 +00:00
2025-03-20 18:34:07 +00:00
2021-12-02 15:02:09 -06:00
2021-11-15 17:33:27 -06:00
2021-11-15 17:33:27 -06:00
2025-05-01 12:44:58 +00:00
2021-12-02 15:02:09 -06:00
2025-05-01 12:44:58 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:07 +00:00
2025-06-26 11:50:46 -06:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:07 +00:00
2025-05-01 12:44:58 +00:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:07 +00:00
2025-06-26 11:50:46 -06:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:07 +00:00
2021-12-02 15:02:09 -06:00
2021-11-15 17:33:27 -06:00
2021-12-02 15:02:09 -06:00
2021-11-18 14:46:42 -06:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:07 +00:00
2025-03-20 18:34:08 +00:00
2025-06-26 12:10:20 -06:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2022-03-24 12:00:58 -05:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00
2021-12-02 15:02:09 -06:00
2025-03-20 18:34:08 +00:00
2025-03-20 18:34:08 +00:00