-
```
What steps will reproduce the problem?
1. Run the SMPPServersimulator.java(OK)
2. Run SimpleSubmitExample.java(Submit the message sucessfully.)
3. Run ReceiveSubmittedExample.java(Exception occurr…
-
```
I strongly recommend you to improve OOP aspect of your library to hide all
complexity of smpp from library user.
I've writed own smpp library for company inner use. This is example of
sending mes…
-
```
I strongly recommend you to improve OOP aspect of your library to hide all
complexity of smpp from library user.
I've writed own smpp library for company inner use. This is example of
sending mes…
-
```
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…
-
```
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…
-
```
What steps will reproduce the problem?
1. Run the SMPPServersimulator.java(OK)
2. Run SimpleSubmitExample.java(Submit the message sucessfully.)
3. Run ReceiveSubmittedExample.java(Exception occurr…
-
```
I'm using on Windows:
jdk1.6.0_10
smpp-0.4beta2.jar
slf4j-api-1.5.10.jar
slf4j-simple-1.5.10.jar
When I'm running the simple client with my SMSC I'm getting the following
error:
718 [main] INF…
-
```
I strongly recommend you to improve OOP aspect of your library to hide all
complexity of smpp from library user.
I've writed own smpp library for company inner use. This is example of
sending mes…
-
Hi.
I got the cpp-smpp complied with no errors - but when running, make test, i got the following errors in Testing/Temporary/LastTest.log
## Test time = 0.01 sec
Test Passed.
"cpp-unit-test" end…
-
During creation a new SmppTransmitter instance there is no assignment "signature" input variable to object's private "signature" property.