SMPP¶
SMPP is a protocol designed to describe the communication between a client and SMS server on the platform and transfer SMS and USSD messages.
SMS server address smpp.devino.online
(194.226.179.52 port 2775)
Client session modes¶
- Receiver (client <- server). This mode will let you receive commands from the server but will not let you send commands to it.
- Transmitter (client -> server). This mode will let you send commands to the server but will not let you receive commands from it.
- Transceiver (client <-> server). As a universal communication mode, it will let you both send and receive commands.
PDU Support¶
PDU Receive | Support | PDU Send | Support |
---|---|---|---|
bind_transmitter | Yes | outbind | No |
bind_receiver | Yes | data_sm | No |
bind_transceiver | Yes | deliver_sm | Yes |
unbind | Yes | enquire_link | Yes |
submit_sm | Yes | alert_notification | Yes |
submit_sm_multi | No | generic_nack | Yes |
data_sm | No | unbind | Yes |
cancel_sm | No | ||
replace_sm | No | ||
enquire_link | Yes | ||
generic_nack | Yes |