[asterisk-commits] res odbc: Remove deprecated settings from sample configurati... (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 2 16:32:23 CST 2017
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4872 )
Change subject: res_odbc: Remove deprecated settings from sample configuration file
......................................................................
res_odbc: Remove deprecated settings from sample configuration file
ASTERISK-26704 #close
Reported by: Anthony Messina
Change-Id: I976a1f94cf79c5f31e76174c61f5c6a65fd6354f
---
M configs/samples/res_odbc.conf.sample
1 file changed, 2 insertions(+), 4 deletions(-)
Approvals:
Mark Michelson: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/configs/samples/res_odbc.conf.sample b/configs/samples/res_odbc.conf.sample
index 42d89ec..c69f556 100644
--- a/configs/samples/res_odbc.conf.sample
+++ b/configs/samples/res_odbc.conf.sample
@@ -74,13 +74,11 @@
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
--
To view, visit https://gerrit.asterisk.org/4872
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I976a1f94cf79c5f31e76174c61f5c6a65fd6354f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list