summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-4802/+1915Star
| | | | OsmocomBB stack can now be attached to LCRl
* Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-1914/+4807
| | | | | | | | | modified: Makefile.in modified: aclocal.m4 modified: config.h.in modified: configure modified: configure.ac modified: gsm_bs.cpp
* Hi all,Andreas Eversberg2010-07-251-50/+20Star
| | | | | | | | | as described in http://www.gnu.org/software/hello/manual/autoconf/Files.html, AC_CHECK_FILE breaks when cross configuring/compiling LCR. Attached patch replaces AC_CHECK_FILE by 'test -d' and some extra code in configure.ac. Cheers Arny
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-236/+338
| | | | | | | Conflicts: Makefile.in configure
* Test patch #1 for chan_lcr, to debug the Asterisk freeze problem.Andreas Eversberg2010-06-041-4796/+1909Star
|
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-031-0/+130
| | | | | | | | | patch. modified: Makefile.am modified: Makefile.in modified: configure modified: configure.ac
* Tested and fixed the new OpenBSC API.Andreas Eversberg2010-05-301-1894/+4724
| | | | | | | modified: Makefile.in modified: config.h.in modified: configure modified: gsm_bs.cpp
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-4706/+1966Star
|
* Revert "Add .gitignore"Karsten Keil2010-03-251-341/+231Star
| | | | | | Only .gitignore should be updated This reverts commit 51655a18970b6117e6102f6ca7541b53fb6f568e.
* Add .gitignoreKarsten Keil2010-03-251-231/+341
| | | | Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | Fixed names of moved include files (OpenBSC). modified: Makefile.am modified: Makefile.in modified: README modified: chan_lcr.c modified: configure modified: configure.ac modified: genrc.c modified: gentones.c modified: genwave.c modified: gsm.cpp modified: mISDN.cpp modified: main.c modified: port.cpp modified: tones.c modified: trace.c
* New version 1.7Andreas Eversberg2010-01-151-10/+10
| | | | | | | modified: Makefile.in modified: README modified: configure modified: configure.ac
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More infos will follow on the isdn4linux mailing list. modified: Makefile.am modified: Makefile.in modified: README modified: apppbx.cpp modified: configure modified: configure.ac modified: default/options.conf modified: dss1.cpp modified: ie.cpp modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: port.h modified: socket_server.c new file: ss5.cpp new file: ss5.h new file: ss5_decode.c new file: ss5_decode.h new file: ss5_encode.c new file: ss5_encode.h
* New Version 1.6root2009-09-061-10/+10
| | | | | | | | | | | | | | Fix of conference release bug. Calls can now be forwarded during alerting phase via "*3#". modified: README modified: apppbx.cpp modified: configure modified: configure.ac new file: default/openbsc.cfg modified: dss1.cpp modified: gsm.cpp modified: joinpbx.cpp
* LCR now compiles with current version of OpenBSC.root2009-08-231-3/+40
| | | | | | | | | | | | | | | | | No more patch is required, just link openbsc directory to LCR source directory and run "configure": cd lcr ln -s path_to_openbsc/openbsc . modified: Makefile.am modified: Makefile.in deleted: bootstrap.c deleted: bootstrap.h modified: configure modified: configure.ac modified: default/gsm.conf modified: gsm.cpp modified: gsm.h modified: gsm_conf.c
* Added GSM network support.Andreas Eversberg2009-05-111-10/+43
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* New release 1.4Andreas Eversberg2009-03-011-10/+10
| | | | | | | modified: README modified: chan_lcr.c modified: configure modified: configure.ac
* changed error message a bit...Andreas Eversberg2009-01-061-3/+3
| | | | | | | | | | | | added support for asterisk 1.6. it now compiles with both 1.4 and 1.6. (tested with 1.4 only) thanx to gregor for his valuable help! modified: bchannel.c modified: chan_lcr.c modified: config.h.in modified: configure modified: configure.ac modified: lcradmin.c modified: main.c
* added chan_lcr and Makefile.am fixes by MatthiasAndreas Eversberg2008-10-231-10/+10
| | | | | | | | | | | minor improvements for lcradmin modified: Makefile.am modified: Makefile.in modified: chan_lcr.c modified: configure modified: configure.ac modified: lcradmin.c
* Finished autoconf.Andreas Eversberg2008-09-211-0/+11079
-> Commments are welcome. deleted: Makefile modified: Makefile.am new file: Makefile.in modified: README new file: aclocal.m4 modified: action_vbox.cpp modified: alawulaw.h modified: autogen.sh new file: config.h.in new file: configure modified: configure.ac modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: dss1.h modified: extension.c modified: genext.c modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: main.h new file: mkinstalldirs modified: options.c modified: options.h modified: port.cpp modified: route.c modified: todo.txt modified: tones.c modified: vbox.cpp deleted: watch.c