Skip to content
Snippets Groups Projects
Commit 4c51ad15 authored by Sean Bright's avatar Sean Bright
Browse files

res_odbc: Remove deprecated settings from sample configuration file

ASTERISK-26704 #close
Reported by: Anthony Messina

Change-Id: I976a1f94cf79c5f31e76174c61f5c6a65fd6354f
parent 5504dd3c
No related branches found
No related tags found
No related merge requests found
......@@ -74,13 +74,11 @@ password => mypass
pre-connect => yes
; 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
; not to share connections, Asterisk can be made to work with these servers.
; limits the number of active queries per connection to 1.
[sqlserver]
enabled => no
dsn => mickeysoft
share_connections => no
limit => 5
max_connections => 5
username => oscar
password => thegrouch
pre-connect => yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment