Re: Error installation sqlbox

2012-01-02 Thread Jorge Raimundo
You have to insert the messages directly on the send_sms table, the sql box will generate the message and pass it to the sent_sms. So, you insert on the send_sms and sqlbox will process it and pass it to the sent_sms. At the end you'll have an empty send_sms and the sent_sms will have your message

Re: Sqlbox doesn't save any sms into mysql tables

2012-01-02 Thread Jorge Raimundo
You have to insert the messages directly on the send_sms table, the sql box will generate the message and pass it to the sent_sms. So, you insert on the send_sms and sqlbox will process it and pass it to the sent_sms. At the end you'll have an empty send_sms and the sent_sms will have your message

Re: DLR with sqlbox

2012-01-02 Thread Jorge Raimundo
Ok, finally I got it working. There was a smsbox-route section missing. Now I'm routing the incoming messages to the sqlbox and I can see the DLR entries on the database :) My problem now is that the dlr_url is not being called. I could use the solution Carlos suggests (thank you Carlos), and it

Re: DLR with sqlbox

2012-01-02 Thread Alejandro Guerrieri
You need smsbox to do that. You need to use sqlbox between smsbox and bearerbox, sp sqlbox can log the traffic and smsbox hit the drl-url and/or the services. Regards, -- Alex Guerrieri On Jan 2, 2012, at 10:57, Jorge Raimundo wrote: > Ok, finally I got it working. > > There was a smsbox-rou

Re: DLR with sqlbox

2012-01-02 Thread Jorge Raimundo
Thank you Alejandro. Is it possible that both sqlbox and smsbox receive the dlr? Is it possible to route a message to more than one box? Best regards, Jorge On Mon, Jan 2, 2012 at 4:21 PM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > You need smsbox to do that. You need to use

Re: DLR with sqlbox

2012-01-02 Thread Alejandro Guerrieri
No, afaik messages can only be routed to a single box. Regards, Alex On Mon, Jan 2, 2012 at 11:29 AM, Jorge Raimundo < jorge.raimu...@multivision.pt> wrote: > Thank you Alejandro. > > Is it possible that both sqlbox and smsbox receive the dlr? Is it possible > to route a message to more than on

DLR error - parameter mismatch or unknown parameters

2012-01-02 Thread Suranga Ranjith
Hi all, I got a trouble with DLR. I'm using SMPPSim to simulate SMPP connections. Somehow it doesn't interpret the parameters or it may be some kind of a parameter mismatch. You can see *ts=4*, but it is not the time-stamp but message_id. Sendsms URL and BB log is there. Help me to solve this. (If