summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-17/+24
| | | | OsmocomBB stack can now be attached to LCRl
* Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-1/+0Star
| | | | | | | | | modified: Makefile.in modified: aclocal.m4 modified: config.h.in modified: configure modified: configure.ac modified: gsm_bs.cpp
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-176/+241
| | | | | | | Conflicts: Makefile.in configure
* Test patch #1 for chan_lcr, to debug the Asterisk freeze problem.Andreas Eversberg2010-06-041-1/+3
|
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-031-1/+2
| | | | | | | | | patch. modified: Makefile.am modified: Makefile.in modified: configure modified: configure.ac
* Tested and fixed the new OpenBSC API.Andreas Eversberg2010-05-301-3/+1Star
| | | | | | | 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-24/+64
|
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-311-25/+59
| | | | | | | modified: Makefile.am modified: Makefile.in modified: README modified: gsm.cpp
* Fixed forwarding of sending-complete information.Andreas Eversberg2010-05-201-4/+4
| | | | | | | modified: Makefile.in modified: README modified: action.cpp modified: apppbx.cpp
* Revert "Add .gitignore"Karsten Keil2010-03-251-232/+158Star
| | | | | | Only .gitignore should be updated This reverts commit 51655a18970b6117e6102f6ca7541b53fb6f568e.
* Add .gitignoreKarsten Keil2010-03-251-158/+232
| | | | Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
* Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-171-4/+4
| | | | | | | | | | | | | | modified: Makefile.in modified: bchannel.c modified: chan_lcr.c modified: genext.c modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: lcradmin.c modified: main.c modified: options.c modified: options.h
* Fixed includes to latest mISDNuser structures.Andreas Eversberg2010-03-111-1/+1
| | | | | | | | | | modified: Makefile.am modified: Makefile.in modified: README modified: bchannel.c modified: dss1.cpp modified: mISDN.cpp modified: main.h
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-6/+6
| | | | | | | | | | | | | | | | | | | | 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
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-19/+24
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* New version 1.7Andreas Eversberg2010-01-151-4/+4
| | | | | | | modified: Makefile.in modified: README modified: configure modified: configure.ac
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* LCR now compiles with current version of OpenBSC.root2009-08-231-14/+65
| | | | | | | | | | | | | | | | | 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 IMSI dialing by using dialing "imsi-<number>".root2009-06-181-5/+5
| | | | | | | | | | | | | | | Applied API change of OpenBSC. modified: Makefile.am modified: Makefile.in modified: README modified: bootstrap.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm_audio.c modified: gsm_conf.c modified: interface.c
* Added GSM network support.Andreas Eversberg2009-05-111-14/+39
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Added processing of second caller id.Andreas Eversberg2008-11-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New routing macht rule to filter second caller id. Fixed extensions directory path. "make clean" now cleans ".po" files. Fixed unititialized variable bugs and compiler warnings. modified: Makefile.am modified: Makefile.in modified: action.cpp modified: apppbx.cpp modified: callerid.c modified: chan_lcr.c modified: dss1.cpp modified: dss1.h modified: extension.c modified: gentones.c modified: ie.cpp modified: mISDN.cpp modified: message.h modified: port.cpp modified: route.c modified: route.h modified: socket_server.c modified: tones.c modified: trace.c
* added chan_lcr and Makefile.am fixes by MatthiasAndreas Eversberg2008-10-231-70/+88
| | | | | | | | | | | minor improvements for lcradmin modified: Makefile.am modified: Makefile.in modified: chan_lcr.c modified: configure modified: configure.ac modified: lcradmin.c
* now chan_lcr.so is moved to asterisk' modules directory when installing.Andreas Eversberg2008-10-111-0/+3
| | | | | | modified: Makefile.am modified: Makefile.in modified: autogen.sh
* updated autoconfAndreas Eversberg2008-09-271-2/+3
| | | | modified: Makefile.in
* Finished autoconf.Andreas Eversberg2008-09-211-0/+771
-> 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