Re: [asterisk-users] odbc error - server is gone

2011-05-01 Thread virendra bhati
Isql is a process by which you can test your ODBC connection without calling to asterisk. Just one line command to test the ODBC connectivity. **echo "select 1" | isql -v *asterisk-connector* here asterisk-connector is your OBDC connection name. On Sun, May 1, 2011 at 12:10 PM, Rizwan Hisham w

Re: [asterisk-users] odbc error - server is gone

2011-04-30 Thread Rizwan Hisham
isql? On Sat, Apr 30, 2011 at 6:18 PM, Pezhman Lali wrote: > check your odbc connection with isql > > best > > > > On Fri, Apr 29, 2011 at 9:33 PM, Warren Selby wrote: > >> You're using 1.4.2. Why not try upgrading to a more recent release of 1.4 >> (I believe 1.4.41 is current) and see if your

Re: [asterisk-users] odbc error - server is gone

2011-04-30 Thread Pezhman Lali
check your odbc connection with isql best On Fri, Apr 29, 2011 at 9:33 PM, Warren Selby wrote: > You're using 1.4.2. Why not try upgrading to a more recent release of 1.4 > (I believe 1.4.41 is current) and see if your issue has been resolved. > > Thanks, > --Warren Selby, dCAP > > On Apr 29,

Re: [asterisk-users] odbc error - server is gone

2011-04-29 Thread Warren Selby
You're using 1.4.2. Why not try upgrading to a more recent release of 1.4 (I believe 1.4.41 is current) and see if your issue has been resolved. Thanks, --Warren Selby, dCAP On Apr 29, 2011, at 7:32 AM, Rizwan Hisham wrote: > Yes I have it there, here the content of the file: > > i think the

Re: [asterisk-users] odbc error - server is gone

2011-04-29 Thread Rizwan Hisham
Yes I have it there, here the content of the file: i think the code is buggy, here is a comment from the function which generated the error (ast_odbc_smart_execute in res_odbc.c line 155 ) /* This is a really bad method of trying to correct a dead connection. It * only ever really worked with

Re: [asterisk-users] odbc error - server is gone

2011-04-28 Thread Sherwood McGowan
On Thu, Apr 28, 2011 at 11:09 AM, Rizwan Hisham wrote: > Hi list, > yesterday I converted my voicemail.conf to realtime voicemail and also > configured to store the voicemessages in a database using odbc as described > here and > her

[asterisk-users] odbc error - server is gone

2011-04-28 Thread Rizwan Hisham
Hi list, yesterday I converted my voicemail.conf to realtime voicemail and also configured to store the voicemessages in a database using odbc as described here and here