Closed vanipolnedi closed 4 years ago
Hi, I'm able to send submitsm to connected clients. How to send DeliverSmID to smpp client ??
Thanks in advance.
If you have binded session you can send it same as any other PDU. There is also a helper to get proper type in response:
resp, err := smpp.SendDeliverSm(ctx, sess, p *pdu.DeliverSm)
Hi, I'm able to send submitsm to connected clients. How to send DeliverSmID to smpp client ??
Thanks in advance.