Re: SQLBox DLR Problem

2010-11-11 Thread James E
Thanks Nikos, I did just that, but still nothing. Updated Config (simplified): # SMSBOX --- (Single Group) # --- group = smsbox smsbox-id = dlrbox bearerbox-host=127.0.0.1 sendsms-port=10780 # -- SMS BOX ROUTE --- # group =

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Interesting i see this in the bearerbox log: 2010-11-11 18:29:36 [3185] [0] DEBUG: Adding smsbox routing to id dlrbox for smsc id smsc_1_2 2010-11-11 18:29:36 [3185] [0] DEBUG: Adding smsbox routing to id dlrbox for smsc id smsc_2_1 Few lines down: 2010-11-11 18:29:36 [3185] [0] INFO: DLR

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Hi, This is wrong, if I remember correctly. I don't think that smsc-id takes a list. You need a diffrent route for each smsc-id seperately. BR, Nikos - Original Message - From: James E To: Nikos Balkanas ; users@kannel.org Sent: Thursday, November 11, 2010 10:31 AM Subject: Re:

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Ignore those warnings. They refer to smsc-reroute, which you don't have. Please post your configuration BR, Nikos - Original Message - From: James E To: Nikos Balkanas ; users@kannel.org Sent: Thursday, November 11, 2010 10:51 AM Subject: Re: SQLBox DLR Problem Interesting i see

Re: Issues with black-list in kannel 1.4.3

2010-11-11 Thread Te-Ch-Akira
Hi Nikos, Please Dont misunderstand me. logs are not generating while kannel starting. What ever the logs i got the same i have sent you. I have tried the configuration with a new installation. But same thing happend. When started manually With command ./bearerbox -v 1

Re: SQLBox DLR Problem

2010-11-11 Thread James E
As requested here is the config.. The config file for sqlbox is separate. # Kannel Configuration # -- # BEARERBOX (Single Group) # -- group = core admin-port = 10777 smsbox-port = 10778 #wapbox-port = 10779 admin-password = admin-allow-ip = 127.0.0.1 box-deny-ip = *.*.*.*

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
OK. 2 more things. 1) I have asked you to split smsbox-route to 2 rules, one for each smsc. I don't think that it supports lists. 2) Please post detailed bb logs with at least 1 deliver_sm PDU and a few lines below. BR, Nikos - Original Message - From: James E To: Nikos Balkanas ;

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, I have done this: group = smsbox-route smsbox-id = dlrbox smsc-id = smsc_2_1 No change, also the UG says we can do multiple smscs in the smsc-id Here is the BB log: (If you require more, please let me know 2010-11-11 22:40:12 [9447] [6] DEBUG: SMPP PDU 0x2c01b840 dump:

Kannel was reset connection when receive and send large message in second

2010-11-11 Thread Nguyen Van Minh
Dear Kannel users, I have BIG problem, when my Kannel receive and send about 80~100SMS/s I got some errors (see log), and Kannel server hangs some time. I need reset Kannel :(. I think, the problem is content server can't process 100 request (my content server used ASP.NET) then Kannel was reset

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Have you changed the sources? BR, Nikos - Original Message - From: James E To: Nikos Balkanas ; users@kannel.org Sent: Thursday, November 11, 2010 2:50 PM Subject: Re: SQLBox DLR Problem Hi Nikos, I have done this: group = smsbox-route smsbox-id = dlrbox smsc-id = smsc_2_1 No

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, There has been a patch applied to the SQLBox which fixes the Unicode issues, this was developed by Stipe as stated in an earlier email. Regards, J 2010/11/11 Nikos Balkanas nbalka...@gmail.com Have you changed the sources? BR, Nikos - Original Message - From: James E

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
So you practically run svn kannel. Are any DLRs reaching smsbox? Do you get any errors in smsbox or bb logs? BR, Nikos - Original Message - From: James E To: Nikos Balkanas ; users@kannel.org Sent: Thursday, November 11, 2010 4:51 PM Subject: Re: SQLBox DLR Problem Hi Nikos, There

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, I got 1.5.0 from: http://www.kannel.org/download/kannel-snapshot.tar.gz Not the SVN. No errors in smsbox or bb logs. The only time a dlr works is by sending the sms through sendsms (http) Thanks Nikos for your persistence with trying to fix this. Regards, James 2010/11/11 Nikos

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Ok then. I don't understand it though. With smsbox-route DLRs should reach smsbox just as if you sent them from sendsms. Try one last shot, but i doubt if that's the problem since you should be getting errors in smsbox. Try inserting straight (not url-encoded) dlr-url in sqlbox and see if it

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, Already tried that. No good. Regards, J 2010/11/12 Nikos Balkanas nbalka...@gmail.com Ok then. I don't understand it though. With smsbox-route DLRs should reach smsbox just as if you sent them from sendsms. Try one last shot, but i doubt if that's the problem since you should be

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Have you checked with the HTTP admin pages, to see if they are getting stuck in store? BR, Nikos - Original Message - From: James E To: Nikos Balkanas ; users@kannel.org Sent: Thursday, November 11, 2010 7:20 PM Subject: Re: SQLBox DLR Problem Hi Nikos, Already tried that. No good.

SMPP

2010-11-11 Thread Hassan Awodi
Hello, After going through the documentation and the mail list, I have been able to setup Kannel to both receive and send SMS via a gsm modem. Because of the short comings of using modem to send large sms, I would like to send volume SMS using SMPP. Do I need SMPP server to send SMS using

Re: SMPP

2010-11-11 Thread Nikos Balkanas
Hi, No you don't. You just need an SMPP SMSc (provider). BR, Nikos - Original Message - From: Hassan Awodi coolma...@gmail.com To: users@kannel.org Sent: Thursday, November 11, 2010 7:54 PM Subject: SMPP Hello, After going through the documentation and the mail list, I have been

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, Nothing stuck in store (used /status and /store-status) Here is status (simplified): SMS: received 0 (0 queued), sent 1 (0 queued), store size 0 SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.02,0.00,0.00) msg/sec DLR: received 2, sent 0 DLR: inbound (0.02,0.01,0.00)

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
Yes, that's what i was asking before. Detailed smsbox logs. They will show attempts to fetch the dlr-url and any failures to do so. The question is if your dlrs are even reaching smsbox, which should be the case for the smsbox-route. BR, Nikos - Original Message - From: James E To:

SQLBox INSERT INTO MySQL Bug

2010-11-11 Thread Willy Mularto
I found some errors in the log like this ERROR: MYSQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''id:1127445986 sub:001 dlvrd:001 submit date:1011120752 done date:1011120752 sta' at line 1 I think

Re: SQLBox DLR Problem

2010-11-11 Thread Nikos Balkanas
It works for everyone else...I would compile bearerbox in debug mode, run it through gdb and put a break in route_incoming_to_boxc. Then I would inspect available smsboxes, and where it is planning to route it and why. BR, Nikos - Original Message - From: James E To: Nikos Balkanas ;

Error installing Sqlbox from SVN

2010-11-11 Thread Harbhag Singh Sohal
I am installing kannel and sqlbox from SVN. Kannel installed successfully but sqlbox is giving the following error cd . /bin/bash ./config.status sb-config.h config.status: creating sb-config.h config.status: sb-config.h is unchanged make all-recursive make[1]: Entering directory

wishes e--)

2010-11-11 Thread Samir Ghodasara
Hi,I came across a very good business companies, product prices are ex-factory price, of course, quality service makes me feel very comfortable. You can spare a time to have a look:likeele.com, finding what you need. s--)

Re: Error installing Sqlbox from SVN

2010-11-11 Thread Nikos Balkanas
As the log states: You need to have at least one DB engine. Additionally it wants kannel also to have that DB compiled in. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Friday, November 12, 2010 8:51 AM Subject: Error