Questions tagged [cloudhopper]
7 questions
1
vote
0 answers
SMPP java server connect to SMSC or SMPP Client can receive SMS via SMPP?
i have 3rd party smpp connection.
so i created java smpp client and its working fine.
how i can create smpp server connect to 3rd party smpp connection and need to send sms via that created smpp server. my problem is i doesn't know how to connect…

prasadisuru
- 11
- 1
- 1
1
vote
0 answers
How send sms using Cloudhopper SMPP
I write an Android application which send a sms to client about your meeting (reminder). Today I can’t use Android SMS Manager because Google’s privacy policy prohibits.
So, I use a library Cloudhopper SMPP by Fizzed (forked from Twitter).
But I…

Vlad Shirpaev
- 29
- 4
1
vote
0 answers
TLS binding with cloudhopper
I am trying to use cloudhopper library and accomplish smpp TLS1.2 binding and failing to do it.
I have following configuration and getting this exception:
SslConfiguration sslConfiguration = new SslConfiguration();
…

George
- 255
- 3
- 18
1
vote
0 answers
How to send WAP push messages using Cloudhopper SMPP?
How could I generate WAP push short message using Cloudhopper SMPP?

Dao Quoc Khanh
- 613
- 1
- 7
- 13
1
vote
1 answer
SMPP message concatenation across multiple binds
We have developed an SMPP server based on CloudHopper SMPP library. The system is in production processing a considerable volume of messages everyday.
Customers are allowed to maintain multiple TX binds for a higher throughput and redundancy.…

Hirantha K
- 25
- 4
0
votes
1 answer
Android Device cannot receive message from SMPPGW
I have implement a function to send sms using Cloud Hopper.
public static SubmitSmResp sendShortMessage(String sourceAddress, byte[] textBytes, String destinationAddress) {
SubmitSmResp submitResponse = null;
try {
// set encoding…

Tài Hoàng
- 1
- 2
0
votes
1 answer
how to send deliverSmResp with cloudhopper asynchrous
hope everyone is fine with this pandemic.
I receive a sms from a SMSC, and i would like to send him a deliver_sm_resp.
I try to implement it like that :
@Override
public PduResponse firePduRequestReceived(PduRequest pduRequest) {
…

Marooned
- 11
- 2