-
```
SMSC should be flexible to allow adding routing rule depending on destination
number.
For example SMS is sent to number 1234, and administrator configured routing
rule for 1234 to be routed ove…
-
```
SMSC should be flexible to allow adding routing rule depending on destination
number.
For example SMS is sent to number 1234, and administrator configured routing
rule for 1234 to be routed ove…
-
its observed over a period of time that RC is not cleaning up smpp related actors associated with lifecycle of a single SMS.
They are expected to be gone by the end of SMS life cycle (which is very s…
-
please i need help running jasmin with playsms, i just installed both in my ubuntu 22 and when i try setting up the smpp in jasmin to send bulk sms, the smpp section asking for jasmin username and pas…
-
`ENQUIRE_LINK_RESP` PDU body length is 1 character longer than expected.
Currently it's used as follows:
``` php
SmppPdu(SMPP::ENQUIRE_LINK_RESP, SMPP::ESME_ROK, $pdu->sequence, "\x00");
```
but `st…
-
This library looks cool and promising. I am trying to write a small testing library which will provide ready on Http, Sftp, Smpp servers.
I am integrating this lib into my project. If there is an i…
-
For testing purposes, I created a transparent smpp proxy. socket A (PDU) socket B.
Here is part of simplest code:
```javascript
a.on("pdu", pdu => {
console.log("->", pdu);
…
-
socket_close(): Argument #1 ($socket) must be of type Socket, null given
path:/vendor/php-smpp/php-smpp/sockettransport.class.php
-
```
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 …
-
```
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…