https://github.com/dbaio/kannel-opensmppbox
https://github.com/dbaio/kannel-opensmppbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbaio/kannel-opensmppbox
- Owner: dbaio
- License: other
- Created: 2015-07-10T12:39:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T12:41:05.000Z (almost 11 years ago)
- Last Synced: 2026-02-20T13:58:17.857Z (4 months ago)
- Language: Shell
- Size: 641 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
OVERVIEW
========
OpenSMPPBox is a special Kannel box that listens for smpp connections and accepts
and sends sms messages from and to smpp clients.
OpenSMPPBox behaves similar to other Kannel boxes and share a compatible
configuration file format and command line options.
After starting opensmppbox, a new connection to bearerbox is made for each
smpp client that is connecting. This (new) connection with it's own
'smsbox-id' is dedicated to sending and receiving messages for this particular
smpp client.
INSTALLATION
============
Please read the INSTALL file for further instructions. If in a hurry, the quick
explanation is:
./bootstrap
./configure
make
And finally, as root:
make install
You need to have a development version of Kannel installed in order to compile
opensmppbox.
The Userguide has also valuable information about the install and configuration
steps. To create the userguide, run ./configure with --enable-docs and then
type "make docs".
HELP
====
The best to ask for help is on Kannel's mailing lists.
Please visit Kannel's site for more information:
http://www.kannel.org/