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.
Questions tagged [smpp]
461 questions
4
votes
9 answers
send SMS via SMPP
How do I send SMS directly via SMPP? My provider provides an SMPP interface to send SMS, how do I connect it to it? Are there any libraries or examples that can educate me on using SMPP to send? Perhaps using PHP? or C#?

Olaseni
- 7,698
- 16
- 44
- 68
4
votes
2 answers
SMPP Submit Long Message and message split
We are using SMPP cloud-hopper library to SMS long long messages to SMS gateway Innovativetxt.com, but it seems like when we split following the long message TO 140 bytes each part. The number of characters in each message gets to 134…

Mark
- 362
- 2
- 7
- 21
4
votes
3 answers
Message Centre Number, SMSC, ESME, SMPP
I am about to work on SMPP. I have basic knowledge of how message from Computer system to mobile passes, i have read about how message passes from ESME to SMSC to Mobile Station. But I can't understand it practically. I mean, are these (ESME SMSC)…

sagar
- 41
- 2
4
votes
1 answer
Gsm: What protocol uses a mobile phone to send an sms to an smsc?
I'd like a starting point to know in which protocol my very-low-level-phone, nokia 1110, is able to sens one of my sms to the short message service center of my provider.
My 'end goal' is RECEIVE an sms sent from my phone into a 'generic device'…

realtebo
- 23,922
- 37
- 112
- 189
4
votes
1 answer
Get Short Message from PduRequest
I'm using cloudhopper-smpp for receiving SMS over SMPP. After having implemented a DefaultSmppSessionHandler, PDU-Requests are being received by the SessionHandler (in the overridden firePduRequestReceived method).
Are there any…

Farhan
- 1,596
- 1
- 19
- 33
4
votes
2 answers
How to connect to SMSC server over SMPP protocol?
Respected All! I'm working on a project where we are developing an SMS-based disaster management system.
we have to send a request to an SMSC server over SMPP protocol to broadcast an SMS to all of its Subscribers. The cellular company has provided…

S1LENT WARRIOR
- 11,704
- 4
- 46
- 60
3
votes
1 answer
How to receive sms via smpp connection - Kannel
I sent messages through smpp connection (using selenium SmppSim) from Kannel and it worked.
But somehow when I try to receive messages or in other words when I try to send messages from SmppSim It doesn't work. The MO messages of the SmppSim queue…

sura2k
- 7,365
- 13
- 61
- 80
3
votes
2 answers
SMPP Server (SMSC) emulator that accepts multiple clients
I know there's Logica SMSC Server but it doesn't respect the address_range parameter.
I have two clients: one with address_range: ^123$ and another with address_range: ^321$. When I send an SM from 123 to 321, it gets delivered to the client that…

Abdulsattar Mohammed
- 10,154
- 13
- 52
- 66
3
votes
2 answers
In SMPP bind transceiver requesst What is the meaning of the Address Range Parameter
I found it's definition in the SMPP protocol Specification, but I didn't understand what it means exactly. I know that to receive a SMS from the SMSC you have first to initialize a connection (bind request) then when the SMSC need to send a sms it…

Ahmed Serry
- 33
- 1
- 7
3
votes
3 answers
64 bit smpp library for .net
I'm currently using the devshock smpp library. unfortunatly it only appears to be available in 32 bit binaries. Does anyone know if they do a 64 bit version or if there is anywhere that does a decent 64-bit smpp library??

zeocrash
- 636
- 2
- 8
- 31
3
votes
2 answers
Onlinecity SMPP - add new tlv parameters
I am using the OnlineCity SMPP client lib for sending SMS. It was working fine. But as per the new guideline of TRAI, we need to add the following new TLV parameters while sending SMS
group = smpp-tlv
name = EntityID
tag = 0x1400
type =…

sinpleguy
- 33
- 5
3
votes
2 answers
Send Unicode SMS via SMPP
I want to send sms iwth unicode characters via SMPP (JSMPP library). I know that Data Encoding must be 8 for it & sms length is 70 character. But when I try this, I get sms with Chinese symbols. Here is my code:
ESMClass esmClass = new…

totali
- 260
- 6
- 22
3
votes
4 answers
Can I bypass SMS Providers and Mobile Operators and send SMSs directly to phone numbers?
I am new to sending SMSs and I have a requirement to build an SMS gateway that doesn't need to integrate with any SMS providers or Mobile Operators. However, I don't know if that's possible.
Someone recommended two libraries that they claim to be…

Kenchi
- 191
- 1
- 3
- 18
3
votes
3 answers
How to set submit sm to let the client use its properties in jamaa smpp to send message?
I am using jamaa-smpp to send message. It works but the sender id was 00000 instead of the name that I wanted. I put the TON and NPI for enabling alphanumeric sender in the submit sm as shown in the code below but it still is 00000. I can't link the…

mywork mary
- 59
- 7
3
votes
1 answer
TLV Parameters in Kannel
My SMS service provider asked me to set the below TLV parameters while connecting to him over SMPP:
PRICEPOINT (0x1400)
PRODUCT (0x1401)
PARTNER ROLE ID (0x1402)
How to configure the same in Kannel as it is the first time for me using this SMPP…

Ahmed Negm
- 865
- 1
- 11
- 30