aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:24:41 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:24:41 +0000
commit6e09cb5e8914384748b0f087e46643f08342c6d4 (patch)
tree6ae452d92e8ace387105854344932bfe753ba23e /configs
parentdc031e8e3c92f6b34fe59ca2601c714a4fddca22 (diff)
Twould help if we actually documented how the new features in res_odbc actually work. (Oops)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43464 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/res_odbc.conf.sample12
1 files changed, 11 insertions, 1 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 59d5c68c3..2642676bf 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -24,7 +24,17 @@ username => myuser
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 setting up pools
+; of connections, Asterisk can be made to work with these servers.
+[sqlserver]
+enabled => no
+dsn => mickeysoft
+pooling => yes
+limit => 5
+username => oscar
+password => thegrouch
+pre-connect => yes