From 234a124b3ea35fdb4e99ee52844cdfd8a822809e Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 21 Sep 2006 23:29:32 +0000 Subject: Merged revisions 43464 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43464 | tilghman | 2006-09-21 18:24:41 -0500 (Thu, 21 Sep 2006) | 2 lines 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/trunk@43465 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/res_odbc.conf.sample | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'configs/res_odbc.conf.sample') 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 -- cgit v1.2.3