[Freeswitch-users] ODBC connection in 1.0.5 (trunk 16912) Problem.
Dome Charoenyost
dome at tel.co.th
Fri Mar 5 09:14:39 PST 2010
Dear All,
I found big odbc problem when i try to move to FS 1.0.5.
in same server i'm testing 1.0.4 and 1.0.5 and same config
1. config limit.conf.xml use odbc (i use postgresql)
<param name="odbc-dsn" value="tuxza:admin:xxx"/>
2. create dialplan in context public for test limit
<condition field="destination_number" expression="^(1111)$">
<action application="limit" data="$${domain} 0838833133 500"/>
<action application="answer"/>
<action application="sleep" data="60000"/>
</condition>
3. use sipp generate test call
sipp -rtp_echo -sn uac -r 30 -l 500 -d 30000 -s 1111 -mp 25000
xx.xx.xx.xx:5080
1.0.4 work fine i found 2 connection in postgresql server
but 1.0.5 use 1 connection for 1 calls. and get error when call over
100 calls. (postgresql maximum client connect is 100 )
So i'm not sure its' BUG or not ?
BG
Dome C.
More information about the FreeSWITCH-users
mailing list