-
```
What steps will reproduce the problem?
1.send msges in bulk to SMSC
2.create multiple instances of SMPP client
What is the expected output? What do you see instead?
Ans : i want send sms in bulk…
-
```
SUBMIT_SM PDU has a limit of 254 characters for it's body. However, it's
possible to send a message longer than 254 characters by splitting up the
message and using the message_payload optional …
-
```
I found a SMSC which returns message id even if there is an error in submit.
For example, it returns PDU like this:
0000001a80000004000000ff01fc1fbe31393130353634333500
SMPP 3.4 specification cl…
-
Hi,
I looking for an node-smpp sample server and client... i's for send and recieve message.
-
```
Hi
I think Service can be enhanced with simple lifecycle management to reduce
unnecessary synchronizations. For example, Service.sendMessage can
perfectly work without synchronization on gateways…
-
Hi there,
I am trying to get the messages from the SMPP server . The sending part works like a charm, but when I try to get messages like this
```
```
The page dont load very long, despite even …
-
```
Any plan to support direct SMSC connections, mainly via SMPP, and maybe
other protocols too (UCP, CIMD etc). There are several open java libraries
for SMPP, but smslib's point would be to provi…
-
-
So it appears that when returning a submit_sm_resp PDU internally these messages are held in memory and then delivered to the client when available, if a client disconnects then some of these messages…
-
When i run npm install unirest
npm install unirest
npm http GET https://registry.npmjs.org/unirest
npm http 304 https://registry.npmjs.org/unirest
npm http GET https://registry.npmjs.org/form-data
np…