Re: Sqlbox DCS problem

2012-01-04 Thread Jorge Raimundo
Thank you Semion and Andreas for your replies. I used the configuration suggested by Semion to check how would be a query inserted by smsbox on sqlbox. The result is: INSERT INTO send_sms ( sql_id, momt, sender, receiver, udhdata, msgdata, time, smsc_id, service, account, sms_type, mclass, mwi, c

Re: Sqlbox DCS problem

2012-01-03 Thread Andreas Fink
<> This is not really fully correct. Check out GSM 03.38 spec for values of DCS (http://www.3gpp.org/ftp/Specs/archive/03_series/03.38/0338-720.zip). Value 216 = binary 1101 100 Which stands for 1101 = Message Waiting Indication Group 1 = set Indication Active 0 = rese

Re: Sqlbox DCS problem

2012-01-03 Thread Semion Spivak
Hi Jorge, Assuming your bearerbox is configured to accept smsbox connections on port 13001 ( smsbox-port = 13001 ), then you need to configure sqlbox with the following parameters: group = sqlbox id = sqlbox bearerbox-host = 127.0.0.1 bearerbox-port = 13001 smsbox-port = 13002 ... rest of the

Re: Sqlbox DCS problem

2012-01-03 Thread Jorge Raimundo
Hi Semion! Thanks for your reply! How exactly should I configure smsbox and sqlbox to act like you describe? I'm sorry to ask you this, but I'm a newbie to kannel and I'm still discovering how all the pieces fit together. Best regards, Jorge On Tue, Jan 3, 2012 at 5:51 PM, Semion Spivak wrote:

Re: Sqlbox DCS problem

2012-01-03 Thread Semion Spivak
Hi Jorge, To check what should be put to the database, try to connect sqlbox as following: Smsbox <-> sqlbox <-> bearerbox Then, send a test sms via http request to smsbox, providing it with dlr-mask=31 and dlr-url containing url-encoded values. The sqlbox should create a correct sql row in th

Sqlbox DCS problem

2012-01-03 Thread Jorge Raimundo
Hi all! I'm using sqlbox to send messages via SMPP, but I'm getting a very strange problem. I've decided to use smsbox to handle the DLR via the dlr_url. So let me see if I can explain all the situations occurring. *1st insertion on the database:* INSERT INTO send_sms( momt, sender, receiver, m