Sign inSign up

rajesh6115/kannel-dev

By rajesh6115

Updated over 1 year ago

Kannel build Image

Image
0

292

rajesh6115/kannel-dev repository overview

Kannel Opensource SMS Gateway

Feature It Has

  • bearerbox
  • httpbox
  • mysqlbox
  • smppbox

bearerbox

This will provide sms functionality. we can say heart of the sms gateway.

This will takecare of admin functionality and managing routes/providers of sms. The provider can be of different types like (http, smpp, gsm ...etc)

httpbox

This will provide us functionality of sending sms using http. so using this we can send

sms by curl command.

mysqlbox

This will provide us functionality of sending sms using mysql. so using this we can send

sms by inserting a row to desired table in mysql.

smppbox / smpp server

This will provide us functionality of sending sms using smpp. so using this we can send sms

by smppclients (a client app which use smpp protocol).

Configurations For Kannel

we can find sample configurations in source code. we can navigate to `doc/examples/` for example config files.
*note for creating kannel conf files*
1. don't use blankline inside block for a config group

Tag summary

Content type

Image

Digest

sha256:71b3d50b1

Size

327 MB

Last updated

over 1 year ago

docker pull rajesh6115/kannel-dev