Skip to content

Commit b453e51

Browse files
committed
fix: wrong field in odbc conf for db connection
1 parent 0887a75 commit b453e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Setting-up-PJSIP-Realtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Next, we'll tell ODBC **which** MySQL database to use. To do this, we'll edit t
164164
[asterisk]
165165
Driver = MySQL
166166
Description = MySQL connection to ‘asterisk’ database
167-
Server = localhost
167+
Servername = localhost
168168
Port = 3306
169169
Database = asterisk
170170
UserName = root

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Add the following to /etc/odbc.ini
128128
Description = MySQL connection to 'asterisk' database
129129
Driver = MariaDB
130130
Database = asterisk
131-
Server = localhost
131+
Servername = localhost
132132
Port = 3306
133133
Socket = /var/lib/mysql/mysql.sock
134134

0 commit comments

Comments
 (0)