Questions tagged [kannel]

Kannel is an opensource WAP and SMS gateway for two-way SMS and WAP message sending.

Kannel is an opensource WAP and SMS gateway for sending and receiving messages. It can be used to simplify SMS handling by using its HTTP API while Kannel handles SMPP and other protocols used by SMS centers and mobile operators. It also allows using mobile devices connected to a server for messaging purposes.

There are two opensource extensions available for Kannel:

  • opensmppbox that allows accepting incoming SMPP connections;
  • sqlbox that allows loading message data into a SQL database instead of passing it via HTTP requests.

Kannel is available at http://www.kannel.org/

232 questions
23
votes
2 answers

What is a good open source alternative to Kannel for SMS gateway?

I need to setup an open source SMS gateway to send messages using my mobile phone via USB cable. I tried Kannel but its lack of GUI frustrated the user who is intended to admin it (not an advanced user).
MauroPorras
  • 5,079
  • 5
  • 30
  • 41
14
votes
6 answers

No acceptable C compiler found in $PATH after installing Cygwin

I want to install Kannel gateway on windowsXP. For that I downloaded and installed Cygwin. But when I went to configure the Kannel I got the following errors. (I set the PATH as C:\cygwin\bin;C:\libxml2-2.6.30+.win32\bin;) Running system checks…
sekar.malepati
  • 141
  • 1
  • 2
  • 5
12
votes
5 answers

Check if a process is running using PHP in Linux

I am using kannel to send SMS via PHP. I want to know how can I check if a particular process is running. For kannel to run, a process named bearerbox should be running all time. I want to check if this process is running or not. Because if the…
hsinxh
  • 1,865
  • 6
  • 21
  • 25
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
8
votes
3 answers

Free SMS Gateway Engine

Recently I was looking for SMS (mainly) gateway, free, and preferably, open source. I ran into Kannel which fits my needs so far, and more. However, I was hoping for something that is Windows-based (Kannel is Linux-based)... well, I know Kannel can…
TheBlueSky
  • 5,526
  • 7
  • 35
  • 65
8
votes
3 answers

Writing USSD client OR USSD Open Source/To be purchased Client

My question is that is there any software/tool/library that is open source (ideally) or to be purchased, that I can u use to send and receive USSD messages? I would like that tool/library/software to connect to USSD gateway from my server and then…
hmib
  • 81
  • 1
  • 1
  • 3
8
votes
4 answers

How to create an SMS gateway?

I know there are lots of 3rd party sites to send bulk SMS via the internet, but if I wanted to create one myself, how would I go about it? I know how to create an SMS gateway using my mobile phone, which is very slow. Is there any other way of…
Arunachalam
  • 5,417
  • 20
  • 52
  • 80
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
6
votes
1 answer

How to config kannel gateway to receive messages from mobile phone?

I'm using Kannel as an SMS gateway to send and receive SMS messages. I have downloaded, installed, and configured Kannel according to the document guided. I can send an SMS by typing…
Sambath Prum
  • 1,858
  • 9
  • 25
  • 33
5
votes
1 answer

DLR Routing failure in Kannel in a situation where there is a separate receiver and transceiver bind

I have a Kannel gateway with multiple SMPP binds ( one operator requires separate transmitter and receiver binds while another permits transceiver binds ). The transceiver binds do not display this problem, so I will not delve into more detail on…
Ngure Nyaga
  • 2,989
  • 1
  • 20
  • 30
5
votes
0 answers

Send SMS Messages using Python

I found an interesting post to send sms using python. I didn't check the possibility of this. Glad to get your comments on using smtplib for sending sms. Any way I need to use an open source gateway like kannel for sending sms. Can this code be…
Nilani Algiriyage
  • 32,876
  • 32
  • 87
  • 121
4
votes
2 answers

Using Kannel with and SMSC simulator for sending and receiving SMS

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…
Saad Touhbi
  • 345
  • 1
  • 3
  • 13
4
votes
1 answer

Kannel - efficiency & bulk sms support

These are the things I want know. 1.Is there a way to send bulk messages using kannel? 2.We can use fakesmsc in the following way, but it sends the same sms to same number, multiple times fakesmsc -r port -i interval -m count "from to text your…
sura2k
  • 7,365
  • 13
  • 61
  • 80
4
votes
2 answers

Kannel vs Jasmin SMS

I've encountered a choice I have to make. Please advise what is the best choice for SMS platform between Kannel and Jasmin SMS. Who knows any pros and cons?
macko
  • 105
  • 2
  • 12
3
votes
3 answers

Kannel: ERROR: System error 98: Address already in use

I cannot run kannel(an open source sms gateway) run properly. Everytime I try I get this error. ERROR: System error 98: Address already in use Here is my kannel.conf group = core admin-port = 13000 admin-password = 123 status-password =…
Cheruiyot Felix
  • 1,557
  • 5
  • 26
  • 42
1
2 3
15 16