Re: SMS from sqlbox - Problem when sending more that 160 char with greek letters

2011-05-02 Thread Mike Nakos
Hi again. Thanks for the reply Niko. But, no luck :-( I did set configuration file with that setting (on the smsc group) and / or even in INSERT query (charset field). Nevertheless, I will give you again the log. 2011-05-02 02:50:54 [4215] [15] DEBUG: send_msg: sending msg to boxc: 2011-05-02 02:

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Πετσούκα Τάνια
Yes, ' #define HAVE_MYSQL 1' exists in gw-config.h. I just installed V1.5 . Same error for dlr storage. I'm thinking of using internal storage, although mysql would be much more preferable. It's so disappointing that can't make it work Thank you anyway - Original Message -

Re: kannel responds to max 3 messages

2011-05-02 Thread Harbhag Singh Sohal
Oops , Sorry, Here it is group = smsc smsc-id = huawei_e220 smsc = at modemtype = huawei device= /dev/ttyUSB0 my-number = +91*** connect-allow-ip = 127.0.0.1 sim-buffering = true log-level = 0 2011/5/2 Nikos Balkanas : > Hi, > > I don't see any smsc group in your configuration. Wit

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Nikos Balkanas
No Tania. Don't do that in a production environment. You will loose all pending DLRs when stopping/restarting bb. Stick to 1.5 it is easier to support and ask questions. gw-config.h says your configuration is valid for mysql and gw/dlr.c says it is not. Talking about split personality ;-)

Re: kannel responds to max 3 messages

2011-05-02 Thread Nikos Balkanas
Actually you had it, allright. It was just under your wapbox definition and i misstook it for it. Your id is wrong in group modems. Read UG about it. Also best to try first without sim-buffering. If you still have problems, read UG about modem initialization. BR, Nikos - Original Messag

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Πετσούκα Τάνια
Οk. I did as you said. The output below seems to be ok with depedencies.. --- root@server [/usr/local/src/gateway-1.5.0]# ldd $(which bearerbox) linux-gate.so.1 => (0x00425000) libssl.so.6 => /lib/libssl.so.6 (0x0070e00

Re: SMS from sqlbox - Problem when sending more that 160 char with greek letters

2011-05-02 Thread Nikos Balkanas
No, don't change the smsc group. Any chance to post bb logs from when bb gets sms from sqlbox? Any chance to post sqlbox logs of what is sending to bb? bb logs from what is send to SMSc is already too late. Use iso-8859-7 text. BR, Nikos - Original Message - From: Mike Nakos To: user

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Nikos Balkanas
What about the make output? Make should be from the 1.5.0 sources. From what i can see from ldd this is a different built. One without mysql. Check from detailed bb logs kannel version and built date. You probably have mutiple bearerbox versions, and not using the one you think you are. Did you

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Πετσούκα Τάνια
I did: root@server [/usr/local/src/gateway-1.5.0]# ./configure --prefix=/usr/local/kannel --with-mysql root@server [/usr/local/src/gateway-1.5.0]# make -W gwlib/dbpool.c (huge output - but no errors) root@server [/usr/local/src/gateway-1.5.0]# make install Maybe there is a conflict with my pr

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Πετσούκα Τάνια
You are absolutely right.. Log gives :2011-05-02 11:44:59 [5253] [0] DEBUG: Kannel smsbox version 1.4.3 starting But, how can i remove the 1.4.3 compiled version? - Original Message - From: "Nikos Balkanas" To: "Πετσούκα Τάνια" Cc: Sent: Monday, May 02, 2011 11:12 AM Subject: Re:

White-list issues

2011-05-02 Thread Alex
Hi All, I have successfully connected the smsc of one of the providers. I am trying send a sample sms and the reply I get is Number(s) has/have been denied by white- and/or black lists yet I have not specified any white or black lists in my config. Does any one have any idea why this is so? -- B

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Nikos Balkanas
Just do a make install in 1.5.0. That should overwrite existing 1.4.3 binaries. In case you are wondering executables are in /usr/local/sbin. You can remove safely bearerbox, smsbox and wapbox - if it exists from there. BR, Nikos - Original Message - From: "Πετσούκα Τάνια" To: "Nikos

Re: storage type 'mysql' is not supported" - obvious reasons already cheked

2011-05-02 Thread Nikos Balkanas
Hmmm... Obviously /usr/local/kannel is not a standard directory in your PATH. You should add it. Default installation path for kannel is /usr/local. Therefore there is another bearerbox in /usr/local/sbin which takes precidence over your 1.5.0. Unless you adjust your PATH. BR, Nikos - Or

Re: storage type 'mysql' is not supported" - obvious reasons already cheked -

2011-05-02 Thread Πετσούκα Τάνια
True. I had one bearebox in usr/local/kannel/sbin and another one in usr/local/sbin . Now i have a clean 1.5 and guess what -> no storage type error : ) S' efxaristw - Original Message - From: "Nikos Balkanas" To: "Πετσούκα Τάνια" Cc: Sent: Monday, May 02, 2011 12:48 PM Subject

DEBUG: re-queing SMS not-yet-to-be resent

2011-05-02 Thread rama yana
Hi all.. Im have installing sms server using wvdial, kannel and playsms on centos, and im using modem Fastrack Xtend FX009, The first day im running kannel no problem my sms server is running well, no error, but after sending more than 1000 massages for tested my server has error log on bearerbox,

Silent SMS

2011-05-02 Thread JAmes
Hi, Anybody know how to send a silent sms with sqlbox? Regards, J