smpp_get_vals_from_dr
Last updated March 2020
Name
smpp_get_vals_from_dr — Extract delivery receipt from the SMS text
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| ECDict **smpp_get_vals_from_dr** (
| pdu)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Extract the delivery receipt from the SMS text based on appendix B of the 3.4 specification.
- pdu
-
The SMPP_PDU.
This function returns an ECDict holding the delivery receipt fields in (key, value) pairs. An ECDict is a typedef of an ec_hash_table.
It is legal to call this function in any thread.
See Also
Was this page helpful?