Questions tagged [jsmpp]

JSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4).

SMPP stands for Short Message Peer to Peer. It is a standard protocol for exchanging SMS messages between SMS entities over TCP/IP or X.25 connections.

This API was created to reduce the verbosity of the existing SMPP API. It's very simple to use because it hides the complexity of the low-level protocol communication such as automatically enquire link request-response.

You can read more here.

76 questions
0
votes
1 answer

Restcomm Smsc Gateway: Giving only 50tps on single connection

I am using Restcomm smsc gateway 7.3.135. When both client and server were running on same machine, I am getting only 50 tps on single connection. In the document I have read we can get upto 1000tps. Please guide how can I achieve this. Thanks
Carbonrock
  • 457
  • 2
  • 15
0
votes
0 answers

Getting client IP address using JSMPP

I have created an smpp server and used the JSMPP-2.3.4 library. The problem is that the InetAddress method does not return the client address but the host address unlike in Sockets. I'm trying to implement a whitelist feature and I cannot get the…
PhillipMwaniki
  • 1,166
  • 9
  • 14
0
votes
0 answers

wso2 Esb : Error while passing SMPP Request

Recently, I was exploring the options supported by wso2 esb for SMPP protocol. I followed some blogs and website however I am getting one error which I am unable to…
amg_amit
  • 495
  • 1
  • 3
  • 9
0
votes
2 answers

How to receive sms in a web application in java ?

i'm trying to create a web application that sends and receive SMS. I've already contacted a local SMS gateway and the connection is working. I'm using Jsmpp as the library and i'm able to send and receive SMS through a sample application i build…
Chathruaka Waas
  • 341
  • 1
  • 5
  • 23
0
votes
1 answer

Binding issue with smpp server using jsmpp

I have a java application which uses jsmpp library to send SMSs to SMSC. Application connects successfully and sends SMSs. Connection issue occurs after a week or so up time, during this up time it sends thousands of SMSs. But suddenly after few…
Sikander
  • 834
  • 2
  • 10
  • 33
0
votes
1 answer

Can I create pool of connection between SMSC and SMPP protocol for single port and split the load among?

I'm using JSMPP to crate the connection (binding) between SMSC(Service providers) and SMPP protocol. The current implementation is allow create a single connection. But I want to create a pool of connection to a single SMSC port (Multiple binding)…
stacktome
  • 790
  • 2
  • 9
  • 32
0
votes
0 answers

How to create a pool of connection in jsmpp?

I want to maintain the pool JSMPP connection in order to send SMS. According to the requirement I need to define the MIN and MAX connection, but the current JSMPP library allow us to create a single connection. /** * Default constructor of {@link…
stacktome
  • 790
  • 2
  • 9
  • 32
0
votes
0 answers

SMS Rest API Using WSO2- ESB

I want to write a Rest API to Send SMS, Receive SMS, Get Notification, Subscribe SMS Notification and Un Subscribe SMS Notification using WSO2 ESB 4.8 or new version. I checked WSO2-ESB-Sending SMS block, It contain only sending SMS, but not …
stacktome
  • 790
  • 2
  • 9
  • 32
0
votes
1 answer

ESME parameters confirmation

we are writing a component which sends message to a device thru one 3rd party interface. i did used smpp client code to do that, but i want to make sure that what ever parameters i am passing is correct. anyone correct me on below parameters if i…
User12377777
  • 145
  • 2
  • 20
0
votes
1 answer

Camel-SMPP support for SOURCE_HOST and and SOURCE_PORT

Does camel-smpp support setting a specific source host and port to create a SocketConnection towards the SMS-C? According to my knowledge there are no URI parameters to set the SOURCE_HOST or SOURCE_PORT. If there exist such parameters please point…
gmich
  • 329
  • 2
  • 19
0
votes
1 answer

SMPP 3.4 Negative response 0000003e

I got negative response 0000003e after submit a sms using SMPP version 3.4 (I am using jsmpp 2.1 library). I can't find this error code in any SMPP documentation. Can some one help me to find out this error? String messageId =…
Madura Pradeep
  • 2,378
  • 1
  • 30
  • 34
0
votes
1 answer

Sending 2 submit _sm in one SMPP request

How can i send 2 differents submit_sm in only one SMPP request. it's like 2 differents submit_sm encapsulate in one SMPP request as the following trace: SMPP 436 SMPP Submit_sm (Short Message Reassembled), Submit_sm (Short Message…
0
votes
1 answer

jsmpp SMPPSession - IOException while reading: null

I try to run AutoReconnectGateway example from jsmpp library. My main task is to keep smpp session always connected to smpp server. Submit and Deliver functions works good, i can send and get messages but after some time (~ 1 minute) whthout…
Vaporizer
  • 1
  • 1
  • 1
0
votes
0 answers

How to send Flash SMS using Camel-SMPP component

I am using camel-smpp (one of the components of Apache camel) in my application to send SMS and Flash SMS to mobile phones. I can successfully send send SMS through my application. I have to set the parameter MessageClass.CLASS0 to my ongoing…
0
votes
1 answer

What is the best practice to implement JSMPP in a JavaEE environment?

My question is of a design issue; In our JavaEE application running on Glassfish 3.1.2, we have an implementation of JSMPP code that send SMSs to customers. This code is using a third party SMS provider (SMSC) which provided us with IP, port and log…
Untouchable
  • 13
  • 1
  • 6