Hello,
I would like to know if it's possible to handle some specific errors, like
1. 0x58 Throttling Error
2. 0x14 Message
Queue Full
--
There's a requirement saying that when I receive a throttling error message,
the needed behaviour is:
Stop sending any Submit_sm for 60 seconds.
Any more outgoing Submit_sm's must be placed to the queue. The message,
which get an error must be placed 1st in the queue.
After 60 seconds timeout, continue sending
normally, according queue.
--
If I receive a Message Queue Full error, the needed behaviour is:
Resend message. Try to resend it only 3-5
times. Every time you get an error, place message at very end of queue.
--
Is it possible to adjust the above with configuration on the smsc group?
Thank you in advance,