Search found 85 matches

by developerlearn999
Tue Aug 13, 2019 9:36 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Fast sending of message
Replies: 35
Views: 44692

Fast sending of message

Hi, i have used the fast sending approche, but actucllay the messages not sent fast enough as expected, for example : private async void FastSend(List<SmsMessage> lSmsMessage) { foreach (SmsMessage message in lSmsMessage) { var pduBuilder = SMS.ForSubmit() .From(message.FromNumber, (AddressTON)byte....
by developerlearn999
Tue Aug 13, 2019 9:24 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SSL error
Replies: 2
Views: 5994

Re: SSL error

do you use inetlab as client too?
if you use client based on java 8 there is an issue there using the certificate.
by developerlearn999
Sun Aug 04, 2019 6:45 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: how much time parts collected in evClientSubmitSm
Replies: 5
Views: 9088

how much time parts collected in evClientSubmitSm

when concantenated parts sent to evClientSubmitSm ,
how ling the dkk wait before the parts are dissposed?
by developerlearn999
Thu Jul 25, 2019 7:56 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: TLV optional tag getting error ESME_RINVPARLEN:194
Replies: 1
Views: 5428

Re: TLV optional tag getting error ESME_RINVPARLEN:194

i added a comparisong in the picture you can see when i try to pass "zz" the length is 1 which is not corect
https://imgur.com/a/1fPIQEH
by developerlearn999
Thu Jul 25, 2019 7:32 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: TLV optional tag getting error ESME_RINVPARLEN:194
Replies: 1
Views: 5428

TLV optional tag getting error ESME_RINVPARLEN:194

When i try to use the next tag : .AddParameter(0x204, "zz"); i get error : ESME_RINVPARLEN:194 if i will do the same with only "z" .AddParameter(0x204, "z"); all works ok. the provider has tested it from his side and i see all ok in the wireshark (you can see 0x04d2 was passed as value): https://img...
by developerlearn999
Tue Jul 16, 2019 4:32 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Slow response on server_evClientSubmitSm
Replies: 1
Views: 5144

Slow response on server_evClientSubmitSm

i tried to run a test and send a batch of 100 per second to the server i built (i am using the SmppClientdDemo)-> and get a rate of almost 1 message per second i see the same issue when i press the Submit button few times in a row. this is what i do in the server_evClientSubmitSm : data.Response.Mes...
by developerlearn999
Mon Jul 08, 2019 3:25 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: server_evClientSubmitSm and concat message
Replies: 3
Views: 6981

Re: server_evClientSubmitSm and concat message

yes
in the sample with V1 i see all parts i return but in V2 i see only the first one
by developerlearn999
Mon Jul 08, 2019 12:09 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMS.ForDeliver in a bulk
Replies: 6
Views: 10047

Re: SMS.ForDeliver in a bulk

shouldn't it be
List<DeliverSm> pduToSubmit = new List<DeliverSm>();
because the SMS.ForDeliver() return IDeliverSmBuilder.
i tried to change and add to list
pduToSubmit.AddRange(dlrBuilder);
but still i do something wrong.
thanks fr the help
by developerlearn999
Sun Jul 07, 2019 11:12 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: long messages not sent with ReferenceNumber
Replies: 4
Views: 8337

Re: long messages not sent with ReferenceNumber

Hi,
thanks for the detailed answer.
about license can i, using code see if the license valid or not? (i checked and my Product Version is 2.6.2, which work we the license i bout.
by developerlearn999
Thu Jul 04, 2019 8:57 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: long messages not sent with ReferenceNumber
Replies: 4
Views: 8337

long messages not sent with ReferenceNumber

1. does the version i see in RuntimeVersion is the version the version of the dll (v2.0.50727) or there is other way to check it? (i downloaded it from the web site not from nuget) 2. in the data.Concatenation.ReferenceNumber the value is 0 (while i sent a 3 part messa from SmppClientDemo). is there...
by developerlearn999
Thu Jul 04, 2019 8:49 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: 160 chars bug
Replies: 3
Views: 7319

Re: 160 chars bug

oops just now saw the answer.
i am on version v2.0.50727
v2.6.12 is still beta