In SmppServer: How can I make a complete stop of an incoming SubmitSm
private void Client_evSubmitSm(object sender, SubmitSm data)
{
if (data.DestinationAddress.Address.EndsWith("9900")) cmdStatus = CommandStatus.ESME_RSUBMITFAIL;
if (data.DestinationAddress.Address.EndsWith("9903 ...
Search found 1 match
- Tue Jul 02, 2019 9:43 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Abort incoming SubmitSm with CommandStatus on SmppServer
- Replies: 1
- Views: 12060