Quoting Alex (http://www.blogalex.com/archives/46):


"This is because you need separate configuration files for bearerbox,
smsbox and sqlbox. Under “normal” circumstances, bearerbox and smsbox could
share the configuration file, but if you intend to put sqlbox in the
middle, you need smsbox to point to sqlbox’s port and not bearerbox:

For example, to use this setup:
bearerbox < --[13001]--> sqlbox < --[13005]--> smsbox

You’d need something like this:

kannel.conf (to use with bearerbox):
group = core
smsbox-port = 13001
…

sqlbox.conf:
group = sqlbox
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
…

smsbox.conf:
group = core
smsbox-port = 13005
…

smsbox.conf can be exactly the same file as kannel.conf, you only need to
change the smsbox-port.

Hope this helps clarifying how it works.

Regards,

Alex"


2013/5/10 Kelechi Micheals <[email protected]>

> How do I accomplish this? Thanks.
> On May 10, 2013 7:58 AM, "spameden" <[email protected]> wrote:
>
>> you need to put sqlbox between smsbox and bearerbox
>>
>>
>> 2013/5/10 Kelechi Micheals <[email protected]>
>>
>>> Hi , I've got my kannel running with sqlbox. However its not droping
>>> incoming sms,s into sql db. This is more key than outgoing sms.
>>>
>>> How do I make sqlbox to store incoming sms?
>>>
>>
>>

Reply via email to