2010/12/6 Miroslav Šulc <[email protected]>:
> hello,
>
> is it possible to route dlrs always to the box where the original
> message came from? i would like to run bearerbox with two sqlboxes, each
> running over different database. and to update status of the messages in
> the databases, i need to receive the dlrs at the same database from
> which the original message came. i read the documentation several times
> and googled too, but i did not find how to do this.
>
> thanks for any help.
>
> miroslav

Yes it's possible.
When setting the dlrs you configure on which url is located its handler.
So, when setting up the sms-service set the proper dlr-mask and dlr-url
paremeters. When the dlr is received it will be passed to the dlr-url hanlder.
In the hanlder parse the dlr parameters, connect to the database you want
and store the needed data.

Don't get confused by the dlr database which is for kannel internal use.
That database is used when kannel is configured with external dlr storage
and it is used to store the message parameters for which kannel hasn't
received dlr status.

BR, Jovan

Reply via email to