This section contains SMPP Receiver and Transmitter agent examples.
Receiver Agent
Workflow example for the SMPP Receiver agent:
Receiver workflow example
...
Create a UDR of
DELIVER_SM_RESP
type called deliver_sm_resp.Check whether the sequence number in the incoming
DELIVER_SM
UDR is even or odd.If the sequence number is even, the
command_status
field in the deliver_sm_resp UDR is set to two (2), and if it is odd, the field is set to zero (0).The deliver_sm_resp UDR is then routed back to the SMPP Receiver agent.
Transmitter Agent
Workflow example for the SMPP Transmitter agent:
...