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
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
1 answer

sqlbox looking for mysql instead of mssql

I tried to start the sqlbox but it panicked, I ran: sqlbox -v 0 /etc/kannel/sqlbox.conf Below is the log: 2017-08-31 13:27:56 [18635] [0] INFO: Debug_lvl = 0, log_file = , log_lvl = 0 2017-08-31 13:27:56 [18635] [0] DEBUG: Kannel sqlbox…
snake_eyes
  • 55
  • 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
3
votes
1 answer

How to setup a SMS Gateway on Windows 7 and test with .NET

My company is working for a Telco who will allow us to send/receive sms using their gateway eventually but for now I need a sms gateway setup on my Win7 box that I can used to test and build an applicaton that sends and optionally receive sms…
CSharp Coder
  • 31
  • 1
  • 1
  • 3
3
votes
2 answers

How to set up Kannel without using a 3rd party gateway service

I'd like to set up Kannel to send SMS messages without going through a 3rd party gateway like Clickatell or Twilio. In other words, I'd like to connect to the SMPP server for each wireless services (AT&T, Verizon, etc.). How difficult/easy is it…
cotopaxi
  • 153
  • 2
  • 7
3
votes
2 answers

Send sms using kannel & smmpsim

I'm trying to send sms using kannel & smppsim. I use docker as container. I use this kannel.conf: group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar admin-allow-ip = "127.0.0.1;192.168.59.103" box-allow-ip =…
Yaniv Oren
  • 53
  • 5
3
votes
0 answers

(Kannel) No foreign message ID when sending concatenated messages

I am trying to send multipart (concatenated) messages using Kannel. Currently, Kannel is configured to call a dlr url (which is a PHP script) that does some stuff with the delivery report. When sending single message (ie a message that has 10…
d4nil
  • 31
  • 1
3
votes
1 answer

How to send and receive USSD by using kannel

I am new in USSD but i am already sending message using Kannel 1.5.4 since long. I want send/receive USSD request by using kannel. I have smpp v5 account for the same. It's better if anyone help me by configuration file. my configuration file…
gauravsanu
  • 63
  • 2
  • 11
3
votes
4 answers

Kannel Sms Count

I am using kannel. I have a problem when I send message longer than 160 char. Kannel splits it into 2 or more messages. Only on the first one the registered delivery flag is set. That means that kannel asks for DLR's only on the first part. can I…
3
votes
1 answer

meaning of kannel status

we have configured kannel, and the status look like SMS: received 0 (0 queued), sent 15133 (0 queued), store size 0 SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (3.08,15.23,0.02) msg/sec DLR: received 14232, sent 0 DLR: inbound (11.45,5.64,0.02)…
3
votes
2 answers

What do I need to send text messages with Kannel?

I want to be able to send text messages from Linux with PHP. I've read about and installed Kannel, a free SMS gateway. When I try to use the HTTP interface, it won't send a message. Do I need something else to send text messages via kannel, like…
John
3
votes
3 answers

Sending arabic SMS in kannel

I am trying to send arabic sms (or french sms) from kannel and it does not get the client end perfectly ( somtimes ?????? for arabic words), after doing some analysis on the values sent between the bearebox,smsbox and smsc i found out that the…
Saad Touhbi
  • 345
  • 1
  • 3
  • 13
3
votes
2 answers

Kannel configuration for Android

I want to connect Android Phone with my PC and send SMS through my PC. Is it possible? I want to configure SMS gateway such as Kannel.
Mahtab
  • 265
  • 2
  • 5
  • 14
2
votes
3 answers

Kannel and receive SMS from other SMPP to my system

I'm using kannel SMPP (kannel.org) and for me need more information how to receive SMS messages from other SMPP server. I know, for me need to add to kannel config this: group = sms-service keyword = keyword-regex = .* catch-all = yes max-messages =…
user1303913
2
votes
1 answer

Kannel SMS Gateway configuration on Windows platform

How to configure Kannel SMS Gateway in Windows 7 ? I have no idea about this. Kannel site it self provide only the configuration for Linux platforms :(
user1192662
1
2
3
15 16