SMPP API / SMPP commands
SMPP interface supports the following commands:
Command | Description | Hex Code |
---|---|---|
generic_nack | General 'Not Acknowledged' status | 0x80000000 |
bind_receiver |
Binding as the 'Receiver' |
0x00000001 |
bind_receiver_resp | The answer to bind_receiver | 0x80000001 |
bind_transmitter | Binding as a 'Transmitter' | 0x00000002 |
bind_transmitter_resp | The answer to bind_transmitter | 0x80000002 |
submit_sm |
Sending SMS messages |
0x00000004 |
submit_sm_resp | The answer to submit_sm_resp | 0x80000004 |
deliver_sm |
Sending a delivery report |
0x00000005 |
deliver_sm_resp |
The answer to deliver_sm_resp |
0x80000005 |
unbind | Closing connection | 0x00000006 |
unbind_resp | The answer to unbind | 0x80000006 |
bind_transceiver |
Binding as 'Transceiver' |
0x00000009 |
bind_transceiver_resp |
The answer to bind_transceiver |
0x80000009 |
enquire_link |
Check the connection status |
0x00000015 |
enquire_link_resp |
The answer to enquire_link |
0x80000015 |
Compatible only the above commands.