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 df369009fa Update the build system
I originally derived the Makefile from one found randomly
on the net. But now, I rewrote it based on the one found in
Asterisk tree.

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 Update the build system 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 skeleton for the OpenBSC integration / thread 2009-09-26 23:13:16 +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.