Re: sqlbox mysql re-connection

2006-06-15 Thread Roman Yeryomin
On Wednesday 14 June 2006 22:49, Rene Kluwen wrote:: > 1. Fixing the bug: Is being worked on. Be patient. > > 2. Workaround: Yes, there is. Just restart sqlbox after restarting mysqld > :) > > Rene Kluwen > Chimit 1. ok, waiting :) 2. this is what I'm doing... Roman

Re: sqlbox mysql re-connection

2006-06-14 Thread Roman Yeryomin
On Sunday 04 June 2006 20:33, Stipe Tolj wrote:: > Rene Kluwen wrote: > > I will choose b) which is most flexible and also takes care of restarted > > mysqld's. > > > > I will try to fix this one of these days... but... Isn't this something > > that dbpool (in particular dbpool_consume) should take

sqlbox mysql re-connection

2006-06-02 Thread Roman Yeryomin
Hello! How many times/how often sqlbox tries to re-connect to mysql if it is temporarily down/unreachable? I had a situation when after mysql server restart (seems like) sqlbox stopped re-connecting to server -- it was running but not working. After sqlbox (only) restart everything went fine.

Re: sqlbox updates

2006-05-30 Thread Roman Yeryomin
On Tuesday 30 May 2006 20:55, Rene Kluwen wrote:: > CVS HEAD version of sqlbox has changed. > > Changes: > > - Applied patch of Martin <[EMAIL PROTECTED]> for the bug: > SQLbox is not reading smsbox-port. It is hardcoded to 13005. > - Applied patch of Martin <[EMAIL PROTECTE

Re: sqlbox with remote mysql database

2006-05-29 Thread Roman Yeryomin
On Saturday 27 May 2006 15:03, Stipe Tolj wrote:: > Roman Yeryomin wrote: > > On Tuesday 16 May 2006 20:35, Roman Yeryomin wrote:: > >>I've compiled latest cvs head with mysql support but seems that sqlbox is > >>working only with localhost database. > >>

Re: dlr

2006-05-19 Thread Roman Yeryomin
Yes, I know... Can you show your working config? On Thursday 18 May 2006 19:02, Mi Reflejo wrote:: > You must to start the boxes in order. > > 1) bearerbox > 2) sqlbox > 3) smsbox > > smsbox makes the connection to sqlbox so sqlbox must be up before smsbox. > > M >

Re: dlr

2006-05-18 Thread Roman Yeryomin
006-05-18 15:16:00 [9612] [0] PANIC: /lib/libc.so.6(__libc_start_main+0xc6) [0xa02de6] 2006-05-18 15:16:00 [9612] [0] PANIC: smsbox [0x80521ed] On Wednesday 17 May 2006 19:21, Mi Reflejo wrote:: > Your smsbox-port and sendsms-port don't should be the same number. > > On 5/17/06, Rom

Re: dlr

2006-05-17 Thread Roman Yeryomin
t are the logs saying? > > M > > On 5/17/06, Roman Yeryomin < [EMAIL PROTECTED]> wrote: > > I'm using cvs head now, sqlbox works ok... I set up sms-service like you > > say... > > but dlr-url is not fetched anyway... > > could it be smpp problems? >

Re: dlr

2006-05-17 Thread Roman Yeryomin
#x27;); > > and kannel-smsbox.log: 2006-05-06 22:42:51 [1030] [4] INFO: Starting > delivery report from <1234> > () > > But take care of "service" column. If it's not, service is set to > NULL, and delivery is not routed. > > > Regards, > Ansel

Re: sqlbox with remote mysql database

2006-05-17 Thread Roman Yeryomin
On Tuesday 16 May 2006 20:35, Roman Yeryomin wrote:: > I've compiled latest cvs head with mysql support but seems that sqlbox is > working only with localhost database. > When I try to use remote mysql database I get this error: > > 2006-05-16 20:12:29 [27344] [0] ERROR: MYS

sqlbox with remote mysql database

2006-05-16 Thread Roman Yeryomin
I've compiled latest cvs head with mysql support but seems that sqlbox is working only with localhost database. When I try to use remote mysql database I get this error: 2006-05-16 20:12:29 [27344] [0] ERROR: MYSQL: Can't connect to MySQL server on 'x.x.x.x' (111) 2006-05-16 20:12:29 [27344] [0]

Re: dlr

2006-05-15 Thread Roman Yeryomin
I think I'm starting to understand ;) What values are you using in your "kannel" sms-service? Roman On Monday 15 May 2006 10:29, Roman Yeryomin wrote:: > I'm using kannel 1.4.0 is it ok? > So you say that I have to define service field? What value should I use > ther

Re: dlr

2006-05-15 Thread Roman Yeryomin
msbox.log: 2006-05-06 22:42:51 [1030] [4] INFO: Starting > delivery report from <1234> > () > > But take care of "service" column. If it's not, service is set to > NULL, and delivery is not routed. > > > Regards, > Anselmo > > On 5/12/06, Roman

Re: dlr

2006-05-15 Thread Roman Yeryomin
not 'ack' them to bearerbox. > > Alex > > On 5/12/06, Roman Yeryomin <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > but what about when sending from database with sqlbox (simply inserting > > in database)? > > dlr_url should also work, right? &g

Re: dlr

2006-05-12 Thread Roman Yeryomin
Hi all, but what about when sending from database with sqlbox (simply inserting in database)? dlr_url should also work, right? but it seems that kannel doesn't fetch my ulencoded dlr_url defined in database (mysql) i'm stuck... does anyone know where could be the problem? i'm using kannel 1.4 wi

Re: DLR : storage type 'mysql' not supported

2006-04-25 Thread Roman Yeryomin
On Tuesday 25 April 2006 17:35, Jay wrote:: > Hi guys, > > I've read that most of the answer to my problem is to recompile kannel > > ./configure --with-mysql --with-mysql-dir=/usr/local/mysql > make > make install > > but still problem persists... > > is it possible that my mysql version (5.0) is

sqlbox configuration

2006-04-25 Thread Roman Yeryomin
Hello! Can someone advise on how to configure sqlbox for kannel (config parameters, sql tables)? Thanks in advance, Roman