Search found 5 matches

by ritik
Mon Sep 04, 2023 9:12 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: System.ArgumentOutOfRangeException : Too long (Parameter 'S')
Replies: 1
Views: 30783

System.ArgumentOutOfRangeException : Too long (Parameter 'S')

Hello, Lib Version : 2.9.28 I've found the following error : System.ArgumentOutOfRangeException Too long (Parameter 'S') at SMSC.Smpp.Common.BufferWriter.WriteFString(String s, Int32 length) in SMSC.Smpp\Common\BufferWriter.cs:line 112 at SMSC.Smpp.Common.SmppWriter.Write(SubmitSm pdu, BufferWriter ...
by ritik
Mon Jun 19, 2023 9:10 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Is the DSC 4 / binary encoding is supported in Inetlab.SMPP v1.1 & v1.2
Replies: 0
Views: 23723

Is the DSC 4 / binary encoding is supported in Inetlab.SMPP v1.1 & v1.2

Hello,

Actually I'm using Inetlab.SMPP v1.1 & v1.2, i wanna send sms with DSC 4 / binary encoding...

sms : 06050404D200002865695A546B6E36427935764229
encoding : DSC 4 / binary encoding

Is there any way to do it in this version?

Thanks in advance.
by ritik
Thu May 25, 2023 10:43 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Why multiple submit_sm-resp in one packet
Replies: 3
Views: 32957

Re: Why multiple submit_sm-resp in one packet

Hello alt,

Actually I have open a non-ssl/ssl server on particular IP and Port, Clients will connect to us.
by ritik
Thu May 25, 2023 5:22 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Why multiple submit_sm-resp in one packet
Replies: 3
Views: 32957

Why multiple submit_sm-resp in one packet

Hello,

I need a help, Whenever i have received submit_sm in bulk then why multiple submit_sm-resp going in one packet. it's creating issue to handle from connected node.

Please help me about this thing, whats going wrong.

Thanks.
by ritik
Thu Nov 17, 2022 6:43 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Everything is stuck after ESME_RTHROTTLED and SMPPCLIENT_RCVTIMEOUT
Replies: 3
Views: 29075

Everything is stuck after ESME_RTHROTTLED and SMPPCLIENT_RCVTIMEOUT

Hello, I need a help, Whenever i'm trying to submit messages in batch (50K) with submit speed 0. i received "ESME_RTHROTTLED" and "SMPPCLIENT_RCVTIMEOUT" and that's fine. but issue is, after that, library automatically disconnect the client and unable to reconnect for the same because of everything ...