11
0
Fork 0
Obsolete experimental Asterisk channel driver for obsolete old OpenBSC/OsmoNITB
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sylvain Munaut 0134edfd2b Add required OpenBSC files and lib to the build
Note that since the channel drivers are shared objects,
you'll need to compile OpenBSC with:

$ make CFLAGS=-fPIC

(or whatever is needed for your platform ...)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-09-26 23:13:21 +02:00
.gitignore Update the build system 2009-09-26 23:13:21 +02:00
LICENSE Initial import: Base skeleton of an asterisk module 2009-09-26 13:04:04 +02:00
Makefile Add required OpenBSC files and lib to the build 2009-09-26 23:13:21 +02:00
README Initial import: Base skeleton of an asterisk module 2009-09-26 13:04:04 +02:00
chan_openbsc.c Add required OpenBSC files and lib to the build 2009-09-26 23:13:21 +02:00

README

chan_openbsc
------------

Channel driver for the OpenBSC project ( http://openbsc.gnumonks.org/ )

To build, just make sure you have the asterisk sources in ../asterisk,
or use the ASTSRC env variable. Then just type make.