summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-15/+3Star
| | | | | | | | | There is no linking of any osmocomBB source code required. In order to use osmocomBB or OpenBSC, just enable the interface, as described in defaults/interface.conf. At osmocomBB/mobile or at OpenBSC, just use the option "-m" to enable the socket interface. Enable GSM at LCR with "./configure --with-gsm-ms --with-gsm-bs".
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-201-1/+2
| | | | The libosmocore structure has changed.
* Don't try to install default/gsm.conf as it was removed.Andreas Eversberg2011-07-201-3/+0Star
| | | | | Patch by: Janis Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
* Minor fix: remote.c -> remote.cpp in Makefile.amAndreas Eversberg2011-07-201-1/+1
|
* [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues.Andreas Eversberg2011-02-201-1/+1
|
* Modify GSM BS (OpenBTS) to use unix domain socket based MNCCHarald Welte2011-02-201-3/+1Star
| | | | Author: Harald Welte <laforge@gnumonks.org>
* Ensure chan_lcr gets necessary compiler flags when cross compiling.Andreas Eversberg2011-02-101-5/+5
| | | | | Thanx to Arnold Schulz for providing this patch. Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-2/+2
| | | | | | | | | | | | | | chan_lcr can be handled as an interface. This way it is possible to (e.g.): - make a SIP phone become an LCR extension with all LCR features. - make conference calls. (untested) - perform parallel ringing. (ISDN phone and SIP phones can ring in parallel.) - do voice recoding. It is still also possible to link chan_lcr directly without interface (as before). Documentation/howto for that will follow.
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-2/+6
| | | | OsmocomBB stack can now be attached to LCRl
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-2/+2
| | | | | | | Conflicts: Makefile.in configure
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-031-1/+1
| | | | | | | | | patch. modified: Makefile.am modified: Makefile.in modified: configure modified: configure.ac
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-4/+28
|
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-311-3/+3
| | | | | | | modified: Makefile.am modified: Makefile.in modified: README modified: gsm.cpp
* Revert "Add .gitignore"Karsten Keil2010-03-251-11/+10Star
| | | | | | Only .gitignore should be updated This reverts commit 51655a18970b6117e6102f6ca7541b53fb6f568e.
* Add .gitignoreKarsten Keil2010-03-251-10/+11
| | | | Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
* 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-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
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-2/+5
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+6
| | | | | | | | | | | | | | | | | 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-1/+3
| | | | | | | | | | | | | | | 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-3/+19
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Added processing of second caller id.Andreas Eversberg2008-11-041-1/+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-49/+61
| | | | | | | | | | | 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/+6
| | | | | | modified: Makefile.am modified: Makefile.in modified: autogen.sh
* added options.c to automake, so that chan_lcr gets built correctlyPeter Schlaile2008-09-231-1/+1
|
* Finished autoconf.Andreas Eversberg2008-09-211-469/+94Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** chan_lcr, the Asterisk interface works (not complete yet). -> LCR can be used as Asterisk channel driver. modified: Makefile modified: Makefile.am modified: README modified: action.cpp modified: apppbx.cpp modified: bchannel.c modified: bchannel.h modified: callerid.c modified: cause.c modified: chan_lcr.c modified: chan_lcr.h modified: configure.ac modified: default/routing.conf modified: dss1.cpp modified: dss1.h modified: genrc.c modified: ie.cpp modified: interface.c modified: lcradmin.c modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: message.h modified: myisdn.h modified: route.c modified: socket_server.c modified: trace.h
* removed: old PBX definitionJörg Habenicht2007-10-031-4/+14
| | | | added: rpath option to link against development lib in non standard dirs
* added: autoconf environmenthajo2007-10-021-0/+492
NOTE: --with-asterisk compiles, --use-misdn-socket not