summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-02-02 12:26:12 -0500
committerSean Bright <sean.bright@gmail.com>2017-02-02 12:26:12 -0500
commit70aff89e5dc7f04235e24382b034cb93b4262321 (patch)
tree5f8ee2a087aa7f13809187b76bd123373291ecb8 /configs
parent60f2e96d627f29ca21b42363dd96de1e9e7d1d8c (diff)
res_odbc: Remove deprecated settings from sample configuration file
ASTERISK-26704 #close Reported by: Anthony Messina Change-Id: I976a1f94cf79c5f31e76174c61f5c6a65fd6354f
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/res_odbc.conf.sample6
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/samples/res_odbc.conf.sample b/configs/samples/res_odbc.conf.sample
index 42d89ec0f..c69f55637 100644
--- a/configs/samples/res_odbc.conf.sample
+++ b/configs/samples/res_odbc.conf.sample
@@ -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