You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The informational content of an SMSC Delivery Receipt may be inserted into the
short_message parameter of the deliver_sm operation. The format for this Delivery Receipt
message is SMSC vendor specific but following is a typical example of Delivery Receipt report:
This is going to be hard to do and I'm not sure it is worth the effort.
The delivery receipt format is vendor specific; each SMSC/telco can have their own.
The way other smpp clients implement this is via hand-wavy regex. I'm not convinced this is worthy of tackling.
One way to do this is to let users who know their SMSC's specific delivery receipt format to write a python regex for it; and then they can pass that regex in when they are instantiating a naz client. naz would then try and use that regex in a try ... except.. pass block.
The informational content of an SMSC Delivery Receipt may be inserted into the
short_message parameter of the deliver_sm operation. The format for this Delivery Receipt
message is SMSC vendor specific but following is a typical example of Delivery Receipt report:
see: Appendix B Delivery Receipt Format of SMPP spec v3.4 document
The text was updated successfully, but these errors were encountered: