[Asterisk-Dev] Inestability and ODBC

sales at minixel.com sales at minixel.com
Fri Apr 16 14:48:21 MST 2004


For those who have been following my instability issue,
I Set the variable export LD_ASSUME_KERNEL=2.4.1 as
instructed and it continued blowing up. Then I modified
the file cdr_odbc.c by inserting return 0; 

return 0;
	if(connected)
	{
		res = odbc_do_query();
		if(res < 0)

This means that the actual query never gets executed.
It worked. It never dies. The question is: can Brian
take a look at this? Is this the library or some
miscoding? Thanks in advance.



More information about the asterisk-dev mailing list