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
-1
votes
1 answer
NodeJs-SMPP: ETIMEDOUT error
I'm using node-smpp. App doesn't connect smpp server every time for sending sms, just connects one time and after 2-3 minutes app reconnects again. App works fine and sms sent. But sometimes in 2-3 days or 1-2 weeks occur an error 'ETIMEDOUT' and…

Ezio
- 1
- 1
-1
votes
3 answers
How to Send SMS through PHP
create and import contacts and groups. send a single SMS, or send
bulk SMS to a group or multiple groups. connect to any SMS gateway
with minimal configuration. customize your SMS or email. add a link to your SMS
and email.
The message is…

Vaibhav Singh
- 1
- 2
-1
votes
1 answer
how to implement SMPP connection to my website (cake php)
We are trying to understand how we can implement smpp connection to our website that is build from Cakephp framework.
We want to implement mobile payments (through sms) to our website and we have contacted our mobile providers. They told us that…

h0feer
- 1
- 2
-1
votes
2 answers
receive SMPP messages using EasySMPP
I'm developing a SMS sending and receiving application using EasySMPP library. So,I was able to send sms using this library but I can't receive messages using EasySMPP library. Because I can't find a methods for SMPP message receiving in EasySMPP,…

Nishantha Bulumulla
- 409
- 7
- 13
-1
votes
1 answer
Which of the following SMPP architectures produces higher performance?
I am currently implementing an SMS application which requires that I connect to a telecom operator's SMPP server. I have decided to use Kannel running on Ubuntu as my SMPP client. I need to relay the messages from my SMPP client to my application…

Bashar Douba
- 25
- 5
-1
votes
1 answer
Code is Executing in Debug Mode Only
Following Code snippet is sending PIN to another Self Hosted WCF service inside Windows Service which further then makes a call to SMPP server. But that only happens when i am in debug mode. In normal mode it does not work.
$
…

Hammad Bukhari
- 459
- 2
- 11
- 30
-1
votes
1 answer
If its required to have an SMPP provider to send to another SMPP provider?
GoodDay Masters,
I want to send an SMS through SMPP. If it's required to have an SMPP provider? or SMPP can develop to have an particular Provider that can handle SMS and send to another SMPP provider?
if SMPP required or optional?

r.paul Ǿ
- 111
- 1
- 2
- 11
-1
votes
1 answer
SMPP connect to server and send with GSM
GoodDay Masters,
I want to know what is the configuration on how to connect SMPP into my server, I want my SMPP automatically reply on the text message on what subscriber what to know.
example:
subscriber A text Trucker ABC 123 then SMPP reply…

r.paul Ǿ
- 111
- 1
- 2
- 11
-1
votes
2 answers
Is there any tool to monitor kannel?
Is there any tool to monitor kannel?
1- smsc online /offline
2- queued up , dlr queued up
3- some time kannel got stuck and will not accept any message

eshaiju
- 753
- 5
- 16
-2
votes
1 answer
How to send delivery_sm response to a client from a smpp server
I have created a smpp server from logica.
It was worked fine.
But the client wanto delivery status,now how can I send thre delivery_sm response to client. please suggest.

Ashekur Rahman Molla Asik
- 1,357
- 1
- 15
- 29
-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…

Saken Shodanov
- 1
- 2