Questions tagged [smpp]

The Short Message Peer-to-Peer (SMPP) protocol is a telecommunications industry protocol for exchanging SMS messages between SMS peer entities such as short message service centers and/or External Short Messaging Entities.

461 questions
20
votes
8 answers

Java SMPP library comparison

We're about to begin a project which requires the use of SMPP as the primary integration exchange channel. Now since SMS isn't necessarily core to our business, I'd like to use an SMPP library for Java that will be the least hassle. Aside from…
Michael
  • 2,624
  • 2
  • 19
  • 16
15
votes
4 answers

A robust SMPP library for .NET

I'm developing an online SMS messenger and looking for a scalable and robust SMPP library for .NET. I saw EasySMPP (but have some doubts with it) and RoamingSMPP. There are also one but I can't recall it's name. For me the most important is it's…
Davita
  • 8,928
  • 14
  • 67
  • 119
12
votes
2 answers

What is the SMPP protocol?

What is the SMPP protocol and how does it work? I've not even seen it yet and have to start with introduction onward.
Venil Aravazhi
  • 289
  • 3
  • 7
  • 16
11
votes
1 answer

How to use SAR TLVs for message concatenation in opensmppbox? Can it even be done?

From a cursory overview of the source code it seems that opensmppbox only supports message concatenation with UDH. Is it possible to make it understand messages concatenated with SAR TLVs? (i.e., sar_msg_ref_num, sar_total_segments,…
pilsetnieks
  • 10,330
  • 12
  • 48
  • 60
10
votes
2 answers

Receiving SMS over SMPP

I have a project coming up where I need to send and receive messages through a specific mobile operator, which only provides an SMPP interface. The whole project will be a hosted website. I have already read quite a lot, but I do not yet quite…
Michael Frey
  • 908
  • 2
  • 14
  • 35
9
votes
2 answers

What is the maximum length of concatenated SMS in SMPP?

I'm working on an SMSC service, which is supposed to join the messages (if it finds the PDU header) and then pass that message to the next service which uses different protocols (not just SMPP) to actually deliver the message. Now, I'm a little…
Paulius
  • 5,790
  • 7
  • 42
  • 47
8
votes
1 answer

How to correctly represent message class in SMPP

I am currently trying to figure out how sms classes are correctly represented in SMPP. However I am by now completely confused by the standard and it's documentation. In normal sms we have Class0: Flash sms, which are shown on the display Class1:…
LiKao
  • 10,408
  • 6
  • 53
  • 91
8
votes
6 answers

Is the SMPP (binary SMS) protocol dead?

Has anyone dealt with the SMPP binary SMS protocol? I know this technology is still fairly widely used by the messaging aggregators and carriers, but it seems like the SMPP spec is not being updated, and support for SMPP libraries is slowly fading…
Andy White
  • 86,444
  • 48
  • 176
  • 211
8
votes
2 answers

Looking for Erlang SMPP Client

In my current project I need to connect to SMPP server for transmit SMS's. So I'm looking SMPP clients written in Erlang programming language. I'm found OSERL using CEAN, but I guess that this project is deprecated (Last Update: 2011-05-25). Can…
ymn
  • 2,175
  • 2
  • 21
  • 39
7
votes
3 answers

how to send deliver_sm request from SMSC

i am creating an application where my mechine will act like a SMSC. And from there i need to send only deliver_sm. The server will send the bind request. I need to bind my mechine with the server. My application will work like a smpp client. I have…
user778900
  • 301
  • 3
  • 6
  • 11
7
votes
2 answers

Kannel configuration for multiple smsc

I have created multiple SMSC SMPP connection. after configuration i have send sms but sms is send with random smsc. How can i control kannel to send sms with smpp which i want to send.
Rahul Chordiya
  • 522
  • 1
  • 4
  • 19
7
votes
1 answer

Can't send multipart sms message over SMPP in java

I am trying to send a multipart sms message in java. public static void main(String[] args) throws Exception { SMPPSession session = new SMPPSession(); session.connectAndBind("0.0.0.0", 00000, new BindParameter( …
Raks
  • 870
  • 3
  • 11
  • 27
7
votes
3 answers

Implement SMPP in Python

Have you ever heard of really working python-libraries for the realization of the SMPP client and the SMPP server?
Entropius
  • 75
  • 1
  • 1
  • 5
7
votes
2 answers

SMS using SMPP or/and SS7

I have a crucial question related to sending SMS trough SMPP or SS7. Case: We are connected to all local operators using SMPP(we already have an agreement with each one). The fact is that we are able to send SMS to all local operators and actually…
ClaudioFM
  • 71
  • 1
  • 3
7
votes
3 answers

Meaning of "data_coding" field in SMPP

What is the meaning of "data_coding" field in the SMPP protocol? I searched for this but couldn't find any helpful resource.
Prasad Weera
  • 1,223
  • 3
  • 13
  • 25
1
2 3
30 31