Questions tagged [inetlab.smpp]

Use the tag for questions about Inetlab.SMPP library.

7 questions
2
votes
2 answers

How to pass unique parameter to Inetlab client, like database Id?

I have some sms in database and I want to update their status when all task will be completed, I don't want to use task.Result or await on each submit becouse it works very slow. I need to pass sms Id to the clients and get the Id on response. I use…
Saba Shavidze
  • 604
  • 4
  • 14
0
votes
1 answer

Error Code "1375" meaning in Inetlab SMPP Library

I implemented a code to send bulk SMS using dotnet Inetlab.SMPP library. I send large number of messages (700K) for example. it works well and send most of the messages successfully. but in some of them it return error code (1375) I attached…
0
votes
0 answers

How to Use Node SMPP to Connect to InetLab SMPP Server

I am trying to build an SMS an SMS Client using NodeJS which should connect to ``Inetlab ```` SMPP Server to send Short messages. I downloaded Inetlab SMPP client and Server and run them both. When I try to connect and send an SMS from the client…
CliffTheCoder
  • 394
  • 1
  • 4
  • 24
0
votes
1 answer

Combine received message parts on SMPP gateway

I use Inetlab.SMPP 2.8.1 (by licence reason) to implement an SMPP gateway. SMS message with long text must be split into small parts. Therefore I follow the article and use a MessageComposer instance to combine concatenated messages: private void…
Alexander
  • 4,420
  • 7
  • 27
  • 42
0
votes
1 answer

SMPP EnquireLink response

I'm writing C# code for a SMPP client that connects and binds to a SMPP server. And I'm also using the InetLab SMPP library. It opens a connection fine and binds successfully, but it soon disconnects a few seconds later. This is because I'm…
m_collard
  • 2,008
  • 4
  • 29
  • 51
0
votes
0 answers

Receive delivery message from SMSC InteLab SMPP

I have tried this weeks and still I couldn't figure out how to get delivery messages after sent SMS from SMSC. I have used Intelab SMPP and developed a sms system. I have used following codes to get Delivery receipt and I got the receipt…
thilanka1989
  • 77
  • 17
-1
votes
1 answer

How to dispose SmppServer correctly?

I use Inetlab.SMPP Library to implement a RE (Routing Entity in SMPP 5.0 terms). I have some questions about Stop() and Dispose() methods of an SmppServer instance: Is it necessary to call the Stop() method before disposing SmppServer…
Alexander
  • 4,420
  • 7
  • 27
  • 42