Concatinating Long SMS using kannel

0

Kannel 1.4.4

I need to receive "long" sms (length > 160 ) by Kannel. If sms length less than 160 - all is ok. But if it is long sms kannel splits sms to 2 or more sms and not send sms. I get this error from smsc log

SMSC returned error code 0x000000ff (Unknown Error) in response to submit_sm PDU

What can cause this error ?

kannel
asked on Stack Overflow Feb 26, 2019 by Abdirisak Gure • edited Feb 27, 2019 by Tiw

1 Answer

0

Use concatenation option for resolving this issue


max-messages = 3 concatenation = true

answered on Stack Overflow Feb 28, 2019 by Naveed Ul Islam

User contributions licensed under CC BY-SA 3.0