<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.3">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
The asterisk book states the following for using ODBC to connect to an MS database.<BR>
<BR>
&#8225; The pooling and limit options are quite useful for MS SQL Server and Sybase databases. These permit you<BR>
&nbsp; to establish multiple connections (up to limit connections) to a database while ensuring that each connection<BR>
&nbsp; has only one statement executing at once (this is due to a limitation in the protocol used by these database<BR>
&nbsp; servers).<BR>
<BR>
Does anyone know if it is possible to use the same database and single ODBC connection to do both CDR recording with cdr_odbc and dialplan routing based on func_odbc.<BR>
<BR>
I have both res_odbc.conf and cdr_odbc.conf pointing to the same DSN in odbc.ini<BR>
<BR>
I am starting to think that this limitation in having a single connection would stop this being possible in asterisk - does anyone know otherwise?<BR>
<BR>
Thanks<BR>
<BR>
Robert McNaught<BR>
<BR>
<BR>
</BODY>
</HTML>