-
```
What steps will reproduce the problem?
1. submitShortMessage
2. Using service_type USSD
3.
What is the expected output? What do you see instead?
I expected Message submitted and I see SMPP Submit…
-
```
Hi EveryBody
I had write program SMPPServer. This program receives SMS from SMPP client and
send back to other Smppclient connection.
So I have 2 module. This one is SMPP Server and other SMPP …
-
Looks like decoding process adds one null byte at the start of ShortMessage field.
Example code:
```go
package main
import (
"bytes"
"fmt"
"github.com/fiorix/go-smpp/smpp"
"github.…
-
```
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 …
-
**OpenSIPS version you are running**
```
version: opensips 3.0.1 (x86_64/linux)
flags: STATS: On, EXTRA_DEBUG, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC,…
-
Hi,
I have tried this package to send sms with smpp but it does not give me delivery reports of the messages. I have used the exact code format mentioned in the README which looks like:
```
larvitsmp…
-
Hi Team,
I am using node-smpp for sending SMS. It was working fine. But suddenly I am not able to send SMS through my account. Now I am getting the following PDU response if I send an SMS through my …
-
```
diff --git a/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java b/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java
index 1d1eb37..aad74ce 100644
--- a/jsmpp/src/main/java/org/jsmpp/uti…
-
hi
can you explain how can use ussd via smpp?
-
```
Hi EveryBody
I had write program SMPPServer. This program receives SMS from SMPP client and
send back to other Smppclient connection.
So I have 2 module. This one is SMPP Server and other SMPP …