Questions tagged [opensmpp]

OpenSmpp is a mature Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.

OpenSmpp is a mature Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.

http://opensmpp.org/

21 questions
0
votes
1 answer

Receive Timeout on SMPP

Does anyone knows the reason or logic why the timeout setting on the receive method of OpenSMPP is always divisible by ten? This is based on my experience: when I set it to 5 seconds, the timeout becomes 10 seconds, and when I set it to 11 seconds,…
Jake
  • 83
  • 1
  • 10
0
votes
1 answer

SMPP connection using TLV

I would like to send commands to the device using Open Smpp protocol. API people provided me ProgramID, but i didn't find any method which is accepting programId in open smpp api. So i thought to add it in setExtraOptional(TLV tlv) but i am not…
User12377777
  • 145
  • 2
  • 20
0
votes
2 answers

how to connect ejabberd server to Logica opensmpp

I am developing an application which uses the IM messages from Chat client and send it as a text message using SMPP client-server architecture. For XMPP I am using Ejabberd server and for SMPP I am using Logica opensmpp. My plans is when ejabberd…
sujays
  • 151
  • 12
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
0 answers

setup a SMPP Server in Java

Using Kannel I have setup a gateway to communicate to SMSC and send messages. Now I want to setup a simple SMPP server in Java to receive messages using SMPP protocol. I tried finding online, am new to this field and do not have clear idea about…
LPD
  • 2,833
  • 2
  • 29
  • 48
-4
votes
1 answer

C#, .NET SMPP Devshock libraray

Please help. When I am trying to bind to SMS center by using Devshock library (.NET/ C#), I am getting smppBindResponse.Header.CommandStatus = 0xc2 194 0xc2 ESME_RINVTLVLEN Invalid optional parameter length Please tell me which parameter is not…
1
2