mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
res_odbc: Remove deprecated settings from sample configuration file
ASTERISK-26704 #close Reported by: Anthony Messina Change-Id: I976a1f94cf79c5f31e76174c61f5c6a65fd6354f
This commit is contained in:
@@ -74,13 +74,11 @@ password => mypass
|
|||||||
pre-connect => yes
|
pre-connect => yes
|
||||||
|
|
||||||
; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which
|
; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which
|
||||||
; limits the number of active queries per connection to 1. By telling res_odbc
|
; limits the number of active queries per connection to 1.
|
||||||
; not to share connections, Asterisk can be made to work with these servers.
|
|
||||||
[sqlserver]
|
[sqlserver]
|
||||||
enabled => no
|
enabled => no
|
||||||
dsn => mickeysoft
|
dsn => mickeysoft
|
||||||
share_connections => no
|
max_connections => 5
|
||||||
limit => 5
|
|
||||||
username => oscar
|
username => oscar
|
||||||
password => thegrouch
|
password => thegrouch
|
||||||
pre-connect => yes
|
pre-connect => yes
|
||||||
|
Reference in New Issue
Block a user