Module: Majoron::AntHill::SMPP::MessageStateName

Defined in:
lib/smpp_constants.rb

Overview

The following is a list of allowable states for a short message. The message_state value is returned by the SMSC to the ESME as part of the query_sm_resp PDU.

Constant Summary collapse

ENROUTE =

Message is delivered todestination.

"ENROUTE"
DELIVERED =

Message is delivered todestination.

"DELIVRD"
EXPIRED =

Message validity period hasexpired.

"EXPIRED"
DELETED =

Message has been deleted.

"DELETED"
UNDELIVERABLE =

Message is undeliverable.

"UNDELIV"
ACCEPTED =

Message is in accepted state (i.e. has been manually read on behalf of the subscriber by customer service).

"ACCEPTD"
UNKNOWN =

Message is in invalid state.

"UNKNOWN"
REJECTED =

Message is in a rejected state.

"REJECTD"
SKIPPED =

The message was accepted but not transmitted or broadcast on the network.

"SKIPPED"