Fixed ParseSMS
Status: Alpha
Brought to you by:
paladin80
- ParseSMS is used to parse the content of the PDU after receiving; however, ParseSMS do not support parsing the Deliver_SM optional parameter ending up in corrupt message body. This patch supports parsing the optional parameters at the end of the PDU which includes the message_payload optional parameter. Please refer to the SMPP v3.4 specs.
- Also, this patch includes the support for Alphanumeric source_address.
ParseSMS and alphanumeric patch