Re: sqlbox: not logging and not calling dlr

2014-06-13 Thread Muhammad Danish
Pls add the below in "group = smsbox" config . bearerbox-port = 13005     On Friday, June 13, 2014 9:58 AM, Alvaro Cornejo wrote: Hi I 'm start using sqlbox and have 2 issues: A) When started with log in debug mode I get: user@peru8:/etc/init.d# tail -f -n 500 /var/log/kannel/sqlbox

Re: Message identifier for returning DLR

2014-06-13 Thread [Digital^Dude] ®
In your sendsms url just append dlr-url e.g. http://kannel.host.com:/sendsms.cgi?user...&dlr-mask=x&dlr-url=[url encoded form of url] As you receive a dlr response, this dlr-url will be hit. Assuming your dlr-url was the following: http://another.host.com/myapi.py?status=%d&mID=123&tStamp=..

Re: Number(s) has/have been denied by white- and/or black-lists.

2014-06-13 Thread Mohammad Abu Karim
Dear All, Is there any suggestion or such patch to help me? As I am newbie in kannel. Advice please On Mon, Jun 9, 2014 at 5:15 PM, ha...@aeon.pk wrote: > It's a stupid implementation by your operator to implement privacy > middleware. If they are scrambling real number, at least let the rec

Re: Number(s) has/have been denied by white- and/or black-lists.

2014-06-13 Thread Alvaro Cornejo
You must talk to your operator. How can you develop a patch if you don´t know how the number is to be encoded? You can not encode a number to be able to send it a message if you don´t know how to do it. Same in the other side. Regards |

Sqlbox log not logging information

2014-06-13 Thread Alvaro Cornejo
Hi I still can´t see anything on my sqlbox.log eventhough it is in debug mode ( v=0) I get only the start lines log and that is it. After it is started nothing. Not even at sqlbox shutdown. I tried to run it as kannel user and root but still nothing. What could be wrong? I do have some other is

Re: sqlbox and smsbox in parallel

2014-06-13 Thread Alvaro Cornejo
Hi Alejandro Is this what you mean? sqlbox < --[13001]--> bearerbox < --[13001]--> smsbox kannel.conf (to use with bearerbox): group = core smsbox-port = 13001 ... sqlbox.conf: group = sqlbox bearerbox-host = localhost bearerbox-port = 13001 #smsbox-port = 13005 (No smsbox-port since no need to

Re: sqlbox and smsbox in parallel

2014-06-13 Thread Alejandro Guerrieri
Yes, both would connect to bearerbox on the same port, but since sqlbox has and smsbox-id it would only receive traffic if you put a specific mo-route to it. Regards, Alejandro On Fri, Jun 13, 2014 at 8:21 PM, Alvaro Cornejo wrote: > Hi Alejandro > > Is this what you mean? > > sqlbox < --[130

Re: sqlbox and smsbox in parallel

2014-06-13 Thread Alvaro Cornejo
Hi Alejandro Thanks for your help. It works as you said; each box is working independently; however sqlbox dlrs are not being called. I've tried by adding sqlbox-id in boxc_id field to match sqlbox-id but nothing. If I leave that field blanc, it gets automatically filed with sqlbox_id (sqlbox). W

Re: sqlbox and smsbox in parallel

2014-06-13 Thread Alejandro Guerrieri
Is there anything on smsbox log? On Fri, Jun 13, 2014 at 11:54 PM, Alvaro Cornejo wrote: > Hi Alejandro > > Thanks for your help. It works as you said; each box is working > independently; however sqlbox dlrs are not being called. I've tried by > adding sqlbox-id in boxc_id field to match sqlbo

Re: sqlbox and smsbox in parallel

2014-06-13 Thread Alejandro Guerrieri
I mean, the dlr's would be routed to smsbox along with the mo's, and smsbox would be responsible for calling dlr-url as well. On Sat, Jun 14, 2014 at 1:54 AM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > Is there anything on smsbox log? > > > On Fri, Jun 13, 2014 at 11:54 PM, Al