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
2
votes
2 answers

kannel bluetooth configuration require

I have installed kannel and it is working , i am not sure how to configure kannel.conf so that sms is sent from browser to blue tooth nokia…
druveen
  • 1,611
  • 3
  • 15
  • 32
2
votes
0 answers

Different encodings in Kannel for sms ID in submit_sm_response

We have multiple working SMPP connections set up working well with DLRs for outgoing messages, but one new operator seems to be sending the "message_id" paramater as a regular string that is hex-koded instead of the usual Octet string we get from…
Pownyan
  • 475
  • 1
  • 6
  • 23
2
votes
2 answers

Mobile Development with SMS Gateway - Missing something?

I have an idea for a mobile service based project. I have read some stuff online, including the following tutorial: SMS Tutorial and find it to be pretty helpful but I have some basic questions so please bear with me. I run a small (as in me and a…
Diego
  • 16,830
  • 8
  • 34
  • 46
2
votes
1 answer

Mbuni build error adding symbols: Bad value

Im trying to make mbuni in ubuntu 16.04, but im following their standard documentation , im executing the following command cd mbuni-version ./bootstrap ./configure --with-cflags=-fPIC --enable-shared make install but still getting the following…
Shofiqul Alam
  • 585
  • 1
  • 7
  • 29
2
votes
6 answers

Php Function to send SMS via Kannel

I can now send an SMS via kannel. However this is done via headers eg: header("Location:http://localhost:13013/cgi-bin/sendsms?username=xxxx&password=xxxx&to=$in_number&text=$in_msg"); I want to send an sms via a php function and I got the code…
MaxI
  • 763
  • 2
  • 12
  • 43
2
votes
1 answer

SMSC is having multiple connections with client But , Client has one connection with SMSC

I am having a strange issue. I am working on sms module for one of the client. So, I am using Kannel to connect to SMSC server. At the very first attempt means after restarting both client and server applications . I am able to connect to SMSC with…
2
votes
2 answers

How to connect multiple bearerbox in Vsmppbox?

How to connect multiple bearerbox for load balancing in Vsmppbox , my configuration file…
Vinayak
  • 305
  • 2
  • 11
2
votes
1 answer

Smpp Server How to configure Vsmppbox SMPP Server with fake DLR reports?

How to enable Fake DLR in Vsmppbox SMPP Server…
Vinayak
  • 305
  • 2
  • 11
2
votes
1 answer

kannel provides mclass=0 flash messages but it does not support for UCS2 messages(like arabic, hindi)

For English flash messages, mclass=0 works properly, but when I am sending Hindi or Arabic Flash message with mclass=0,coding=2 & charset=UTF-16BE, it get delivered into Inbox. Please suggest how to send non english messages in flash.
2
votes
0 answers

url-encoding message content using get-url sms-service kannel

i using kannel for exchange messages to mobile operators with smpp link. for MO messages i setup a kannel SMS-SERVICE and Set a get-url like below : group = sms-service keyword = default get-url =…
Mehdi
  • 21
  • 4
2
votes
1 answer

Set up multiple accounts for one connection in Kannel

I am stuck with a problem with Kannel. I have one SMSC (with one IP and port) but I have 2 user accounts for it. The problem is that I can't set up both user accounts for one SMSC in Kannel (only one connection.) Currently I'm setting each user…
sontp
  • 306
  • 4
  • 11
2
votes
2 answers

Kannel starts but doesn't create log files

When I start the kannel service with service kannel start everything goes OK, kannel does start, but it doesn't work. Log files aren't created and /var/log/kannel/ directory is empty but I don't know why. My configuration is as follows: group =…
KoIIIeY
  • 533
  • 1
  • 7
  • 26
2
votes
2 answers

Implementing delivery report in Kannel

I've configured Kannel in Ubuntu Server 14.04.3 LTS. I am able to push the messages for now but I am yet to figure out how to implement the delivery report. For this I've the following kannel configuration where I've defined storage type and…
raaman
  • 33
  • 1
  • 4
2
votes
1 answer

telnet to fetch sms from fakesmsc in kannel

I have a test python application that pulls sms's from kannel fake smsc using telnet:- cmd = '(sleep .5;echo 6666 7777 text ;sleep .5;) | telnet localhost 10000' code, response = commands.getstatusoutput(smart_str(cmd, strings_only=True)) return…
Himanshu
  • 2,384
  • 2
  • 24
  • 42
2
votes
2 answers

SQLite database not supported as external DLR storage in kannel

I am using kannel. I have this error PANIC: DLR: storage type 'sqlite3' is not supported! when I run the bearerbox in kannel. I want to use an external delivery reports storage.
Paul Ngom
  • 319
  • 1
  • 2
  • 16
1 2
3
15 16