2014-06-28 2:44 GMT+04:00 Ramesh G. Helaiya <ram...@routesms.in>:

>     Dear Team,
>
>     How can we implement Fall Back SMSC Option in bearerbox.
>     When one SMSC is rejecting the Message with NACK, the message must be
> retried with other SMSC.
>

There is no such option here.

You can implement yourself a simple check via monit/nagios/zabbix or any
other monitoring system or simple bash script to switch smsc via kannel's
admin interface command by checking web interface again if SMSC is still up.

e.g. you check with lynx http://localhost:13000/status page and grep if
smsc is still up if not, you just add needed smsc with:

lynx http://localhost:13000/add-smsc?smsc=XXX&password=XXXX


>     Regards,
>     RGH
>
>
>

Reply via email to