-
```
Hi I'm getting error Negative response 00000062 found for
session.submitShortMessage.
The error logs as below:
org.jsmpp.extra.NegativeResponseException: Negative response 00000062 found at
or…
-
All, we need to do some end-to-end testing for multipart SMSes, because it's become apparent per issue #109 that some part of the system is not stitching these messages back together the way that it s…
-
```
What steps will reproduce the problem?
1. Send submit_resp to SMSC
2. Directly we got error :
java.io.IOException: Receive failed: Insufficient TLV bytes for TLV field, want
16 bytes, 14 remaini…
-
```
What is the expected output? What do you see instead?
No sensors or fan speed reported Intel D955XCS motherboard.
What version of the product are you using? On what operating system?
Latest Do…
-
Hi Team
We are using SMPP V5 (JSMPP 2.3.10) for sending SMSs to SMSC. Currently we are using Non-TLS default port 2775. We are looking to move to TLS flow. Just wanted to understand if we have diff…
-
```
We are considering to use JSMPP to build SMPP Gateway+Router to terminate
inbound SMPP connections, process the incoming SMPP messages and initiate
outgoing SMPP messages to different SMSCs. We …
-
```
Hi All,
We are using TX to send SMS and RX for getting delivery response. SMS
sending is working fine but what is happening with RX is that we get 1
delivery receipt and it stops. Then on help …
-
```
Hi All,
We are using TX to send SMS and RX for getting delivery response. SMS
sending is working fine but what is happening with RX is that we get 1
delivery receipt and it stops. Then on help …
-
**Is this a BUG REPORT or FEATURE REQUEST?**
/kind bug
**What happened**:
Cannot compile smscgateway from source.
mvn clean install issues error:
Failed to execute goal on project mproc-api:…
-
```
Hi, my application is using jsmpp and needs to send an SMS via smsc located
remotely. My machine is CentOS.
The steps are:
1. connect and authenticate with the host
2. send the sms ( According to…