Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Kannel with and SMSC simulator for sending and receiving SMS

Tags:

smpp

kannel

I am working on a project Using Kannel in order to send/receive SMS, So far we were told to read the documentation about Kannel and also do a simulation. I was able to use Opensmpp to send SMS but i am having troubles in receiving SMS to my Kannel in order to process it. if there is any chance of doing that with OpenSmpp please tell me, cuz i am stuck here. if not could you refer me to another SMSC simulator that could give me that possibility. Thanks You in Advance

like image 885
Saad Touhbi Avatar asked Dec 10 '22 02:12

Saad Touhbi


1 Answers

I can highly suggest using SMPPSIM from Selenium Software as a SMSC simulator. Last time I got it from here. It needs Java, but if I remember correctly so did OpenSMPP. Once you have it up and running you can connect to it's Web Interface port that allows you to inject messages that will be sent to the connected clients. It also allows for ESME-to-ESME mode that basically sends back everything you send it.

like image 165
My Other Me Avatar answered Jun 02 '23 19:06

My Other Me