Search found 16 matches

by AG70
Thu Feb 27, 2025 4:23 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Is there a way to increase send performance from Client?
Replies: 0
Views: 34350

Is there a way to increase send performance from Client?

Hi,
I am looking for a way of increasing send SMS messages where my side is the Client connected to SMSC on a mobile network where my side is connected with one Transmitter only.

I found this article https://docs.inetlab.com/smpp/v2.9/articles/troubleshooting/tuning.html but I am not sure if is ...
by AG70
Mon Nov 29, 2021 4:12 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: How to send a message from Sever to Client event _client_evDeliverSm with MessageTypes = Default (0)
Replies: 2
Views: 103043

How to send a message from Sever to Client event _client_evDeliverSm with MessageTypes = Default (0)

Hi,

How to send a message from Sever to Client event _client_evDeliverSm with MessageTypes = Default (0)?

When using the example code below is is for Receipt which is MessageTypes = SMSCDeliveryReceipt (4) but I can't find how to send with Default (0)

var dlrBuilder = SMS.ForDeliver()
.From ...
by AG70
Tue Aug 17, 2021 12:52 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Generate header for concatenated messages?
Replies: 1
Views: 75567

Re: Generate header for concatenated messages?

Hi,

I have manged to solve the problem.

Thanks,
AG
by AG70
Tue Aug 17, 2021 9:17 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Generate header for concatenated messages?
Replies: 1
Views: 75567

Generate header for concatenated messages?

Hi,

My SMSC is devided into two parts. SMSC_Server to receive SMS messages from SMSC Client and SMSC Transmitter to send the SMS messages to the operator.
For example SMSC_Server receives and parse long message with UDH's 050003020401, 050003020402, 050003020403, 050003020404

Now my SMSC ...
by AG70
Fri Aug 13, 2021 1:40 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: evConnected event?
Replies: 2
Views: 100646

Re: evConnected event?

Hi,

Thanks for your help.

Asaf
by AG70
Tue Aug 10, 2021 1:53 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: evConnected event?
Replies: 2
Views: 100646

evConnected event?

Hi,

So now when evConnected event has been removed from version 2.9.0 how to know if the client is Connected (for the first time) or Recontacted at evRecoverySucceeded event?

Thanks,
AG
by AG70
Mon Mar 08, 2021 11:37 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMPP Server return custom CommandStatus?
Replies: 2
Views: 17532

Re: SMPP Server return custom CommandStatus?

Thanks you very much for your support.
by AG70
Sun Mar 07, 2021 5:19 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMPP Server return custom CommandStatus?
Replies: 2
Views: 17532

SMPP Server return custom CommandStatus?

Hi,

How can I return a custom CommandStatus for data.Response.Header.Status starting from address 0x00000400 (or decimal from 1024) please?

Thanks,
AG
by AG70
Thu Feb 18, 2021 6:49 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Unable to return CommandStatus.ESME_RINVSYSID with SMPP Server
Replies: 2
Views: 17192

Unable to return CommandStatus.ESME_RINVSYSID with SMPP Server

Hello,

I am using version 2.9.4

on private async void _server_evClientBind(object sender, SmppServerClient client, Inetlab.SMPP.PDU.Bind data)
I am trying to return CommandStatus.ESME_RINVSYSID but still SMPP Server continue with Bind instead of stopping the bind and return ESME_RINVSYSID to ...
by AG70
Wed Apr 29, 2020 6:31 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Get the full PDU before sending a message?
Replies: 4
Views: 26448

Re: Get the full PDU before sending a message?

Hi,

Many Thanks for your help.

AG
by AG70
Wed Apr 29, 2020 2:51 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Get the full PDU before sending a message?
Replies: 4
Views: 26448

Re: Get the full PDU before sending a message?

Hi,
Thanks for your help.
I am looking for the full PDU like for example UCS2 PDU: 0000003F00000004000000000000000C000101393732353036333838383633000101393732353432303038303830000000000000000008000605D005D005D0
by AG70
Wed Apr 29, 2020 1:04 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Get the full PDU before sending a message?
Replies: 4
Views: 26448

Get the full PDU before sending a message?

Hi,

How to get the full Submit PDU before

Code: Select all

_client.SubmitAsync(builder)
or after is at

Code: Select all

IList<SubmitSmResp> resp
Thanks,
AG
by AG70
Wed May 22, 2013 7:19 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Adding a UDH?
Replies: 2
Views: 104063

Re: Adding a UDH?

Hello,

Problem solved, I forgot to set EsmClass to 0x40 :)

Kind Regards,
Asaf