Skip to content

Commit da43095

Browse files
committed
Update ODBC instructions to include res_odbc_transaction
1 parent 9a5a93d commit da43095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Configuration/Interfaces/Back-end-Database-and-Realtime-Connectivity/ODBC/Configuring-res_odbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Other pages on the wiki describe that process:
2222

2323
[Using Menuselect to Select Asterisk Options](/Getting-Started/Installing-Asterisk/Installing-Asterisk-From-Source/Using-Menuselect-to-Select-Asterisk-Options)
2424

25-
When using menuselect, verify that the **func_odbc** (you'll probably be using that one) and **res_odbc** (required) modules will be built. Then, build Asterisk and make sure those modules were built and exist in */usr/lib/asterisk/modules** (or whatever directory you use).
25+
When using menuselect, verify that the **func_odbc** (you'll probably be using that one), **res_odbc** (required) and **res_odbc_transaction** (required) modules will be built. Then, build Asterisk and make sure those modules were built and exist in */usr/lib/asterisk/modules** (or whatever directory you use).
2626

2727
Configure res_odbc.conf to connect to your ODBC installation
2828
=============================================================

docs/Configuration/Interfaces/Back-end-Database-and-Realtime-Connectivity/ODBC/Getting-Asterisk-Connected-to-MySQL-via-ODBC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If you already had Asterisk installed from source and the modules you need are a
211211

212212
```
213213

214-
Otherwise you should follow the typical Asterisk installation process to make sure modules such as res_odbc, res_config_odbc, cdr_odbc, cdr_adaptive_odbc and func_odbc have their dependencies fulfilled and that they will be built.
214+
Make sure that at least the func_odbc, res_odbc and res_odbc_transaction modules are built and installed. You may also need the following modules depending on your use case: res_config_odbc, cdr_odbc, cdr_adaptive_odbc, cel_odbc.
215215

216216
See [Building and Installing Asterisk](/Getting-Started/Installing-Asterisk/Installing-Asterisk-From-Source/Building-and-Installing-Asterisk) and [Using Menuselect to Select Asterisk Options](/Getting-Started/Installing-Asterisk/Installing-Asterisk-From-Source/Using-Menuselect-to-Select-Asterisk-Options).
217217

0 commit comments

Comments
 (0)