[FYI] Kannel foobox module stub
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | tolj.org system architecture |
| Message-ID | <[email protected]> |
Hi list,
I have committed an initial version of 'membox' to the CVS repository, which
will act as generic foobox template stub, in order to ease Alejandros start in
developing his membox module.
Please consider this module, and specifically the CVS tag 'foobox_template_stub'
of the 'membox' module as a core template in developing own smsbox connection
modules.
To create the stub, you can do this:
$ cd ~/src
$ cvs checkout gateway
$ cd gateway
$ ./configure --prefix=/opt/kannel
$ make
$ sudo make install
which creates core Kannel gateway package and installs it to the defined
location. Then we pick our foobox package and build it too via:
$ cd ~/src
$ cvs checkout membox
$ cd membox
$ ./configure --with-kannel=/opt/kannel
$ make
$ sudo make install
Anyone willing to morph the current 'sqlbox' CVS module to this approach and use
the stub to do it? So we have a "unified way" to allow users
configure/build/install additional foobox modules that dock to Kannel's bearerbox.
Comments and ideas welcome ;)
Stipe
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 DÃŒsseldorf, NRW, Germany
tolj.org system architecture Kannel Software Foundation (KSF)
http://www.tolj.org/ http://www.kannel.org/
mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------