Exactly. If you set bearerbox-port in group = smsbox to the same value was smsbox-port in group = sqlbox, then messages will be stored in the sent_sms table.
== Rene -----Original Message----- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: Sunday, 26 September, 2010 17:40 To: Harbhag Singh Sohal; users@kannel.org Subject: Re: Queued for later delivery Hi, It will be if you use the following sqlbox configuration: SMSc <- bearerbox <- sqlbox <- smsbox <- sendsms BR, Nikos ----- Original Message ----- From: "Harbhag Singh Sohal" <harbhag.so...@gmail.com> To: "Nikos Balkanas" <nbalka...@gmail.com>; <users@kannel.org> Sent: Sunday, September 26, 2010 4:01 PM Subject: Re: Queued for later delivery >I just executed the following SQL query > INSERT INTO send_sms ( > momt, sender, receiver, msgdata, sms_type > ) VALUES ( > 'MT', '1234', '1234567890', 'Hello world', 2 > ); > > with proper values and my message sent successfully. The query was > executed using phpmyadmin, and the data was stored in sent_sms table. > But now the question is why the message is not getting stored when it > is sent from http interface ? > > On Sun, Sep 26, 2010 at 6:12 PM, Harbhag Singh Sohal > <harbhag.so...@gmail.com> wrote: >> I am using sqlbox but my messages are not getting stored in the >> database. What can be the problem now ? >> What information is required from my side ? >> >> On Sun, Sep 26, 2010 at 12:31 AM, Harbhag Singh Sohal >> <harbhag.so...@gmail.com> wrote: >>>> PS: When asking for "relevant to error" log, we mean not the whole log, >>>> just >>>> an excerpt that corresponds to your failed attempt. >>> Alright, I got it. >>> Thanks for your responses. You are really helpful. I really appreciate >>> your efforts. >>> >> >> >> >> -- >> Harbhag Singh Sohal >> Website : http://harbhag.wordpress.com/ >> > > > > -- > Harbhag Singh Sohal > Website : http://harbhag.wordpress.com/