Logically, kannel works in 2 steps. First it receives the SMS, sends the
ACK to SMSC and closes the session. Afterwards, it tries to route the SMS
ahead to get-url or something.

get-url failure does NOT get reported to SMSC (it makes no sense actually
to do it). If get-url server is down, kannel logs the http status in log
files and drops the SMS.

Messages are stored in kannel memory if smsbox is not running.

You can write advanced code to process the dropped message again.


On Mon, Jun 30, 2014 at 6:20 PM, Jeff Thorn <j...@thorntechnologies.com>
wrote:

> Just following up on this question. Is there any way to report a failure
> to SMSC if the sms-server get-url is unavailable?
>
> Thanks!
>
> Jeff
>
>
> On Wed, Jun 25, 2014 at 5:06 PM, Jeff Thorn <j...@thorntechnologies.com>
> wrote:
>
>> Hi group,
>> What does kannel report to SMSC if it cannot hit the URL specified in the
>> get-url of the kannel sms-service configuration?
>>
>> More specifically - what status does kannel deliver to SMSC
>> in DELIVER_SM_RESP pdu if the sms-service get-url is unavailable?
>>
>> Does it report an error back to the SMSC? If not, what is the recommended
>> way of handling these errors. It is absolutely critical that we process
>> every request received from smsc. If our web server that is hosting the
>> get-url script is down, is there any way to reprocess messages received by
>> kannel? Ideally it would report an error back to smsc so they can retry
>> delivery. Is this possible?
>>
>> Thanks in advance for the help.
>>
>> Jeff
>>
>>
>>
>

Reply via email to