Skip to main content

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); |   |

SMPP_PDU * <var class="pdparam">pdu</var>;

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.

Parameters

pdu

Return Values

This function returns an ECDict holding the delivery receipt fields in (key, value) pairs. An ECDict is a typedef of an ec_hash_table.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?