Re: bearerbox sqlbox smsbox

2011-04-18 Thread Nikos Balkanas
ginal Message - From: ha...@aeon.pk To: Harbhag Singh Sohal Cc: Nikos Balkanas ; users@kannel.org Sent: Monday, April 18, 2011 8:45 PM Subject: Re: bearerbox sqlbox smsbox Messages would be stored in sent_sms table only in SQLBOX. Any message you try to put in send_sms would be picked up by bbox f

Re: bearerbox sqlbox smsbox

2011-04-18 Thread ha...@aeon.pk
Messages would be stored in sent_sms table only in SQLBOX. Any message you try to put in send_sms would be picked up by bbox for MT delivery. I am not sure whether there can be customized changes to DB structure. On Mon, Apr 18, 2011 at 7:23 PM, Harbhag Singh Sohal < harbhag.so...@gmail.com> wrote

Re: bearerbox sqlbox smsbox

2011-04-18 Thread Harbhag Singh Sohal
Thanks Nikos, I have successfully stored the received SMS to database today. But the messages are getting stored in the sent_sms table being used by sqlbox. What should I do to store the SMS to some other table ? 2011/4/18 Nikos Balkanas : > Hi, > > You should give the same smsbox-id as sqlbox-id,

Re: bearerbox sqlbox smsbox

2011-04-17 Thread Nikos Balkanas
Hi, You should give the same smsbox-id as sqlbox-id, so that DLRs are forwarded to your smsbox correctly. In group sqlbox you should set as bearerbox-host: 127.0.0.1 (or the bearerbox ip) In group smsbox you should set bearerbox-host: 127.0.0.1 (or the sqlbox ip) and bearerbox-port: 13007. B