What's the version of kannel you're using?

You can use internal, MySQL, PostgreSQL and bunch of other database
storages to store DLR's inside the kannel.

For processing the message you can either use sqlbox or smsbox with your
custom programmed scripts.

For sqlbox you just need to insert the record into send_sms table.

For smsbox use url like this:

http://localhost:13005/cgi-bin/sendsms?username=foo&password=bar&to=+123456789011&text=Hello+world

There is very detailed user guide you can compile fresh version of it from
SVN.

2012/9/7 Eugene Prokopiev <[email protected]>

> 2012/9/7 spameden <[email protected]>:
> > https://redmine.kannel.org/issues/649#note-1
>
> What is the right way to use internal storage?
>
> How to disconnect from opensmppbox after sending message?
>
> How to process message inside bearerbox and send it to smsc?
>
> --
> Regards,
> Eugene Prokopiev
>

Reply via email to