summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-26/+2Star
| | | | | | | | | 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".
* Changing version number to 1.9Andreas Eversberg2011-07-141-2/+2
|
* Incremented version number of lcr in develop branch.Andreas Eversberg2011-02-211-2/+2
|
* Improved and applied Wimpy's Asterisk 1.8.x support.Andreas Eversberg2010-12-141-1/+17
| | | | | | | configure script will automatically detect new asterisk API, so there is no need for different chan_lcr.c source codes. 'type', 'presentation', and 'screening indicator' are now transcoded.
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-3/+3
| | | | OsmocomBB stack can now be attached to LCRl
* Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-3/+8
| | | | | | | | | 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-14/+14
| | | | | | | | | 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
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-031-0/+43
| | | | | | | | | 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-9/+31
|
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | modified: Makefile.in modified: README modified: configure modified: configure.ac
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | 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/+13
| | | | | | | | | | | | | | | | | 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-2/+12
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* New release 1.4Andreas Eversberg2009-03-011-2/+2
| | | | | | | modified: README modified: chan_lcr.c modified: configure modified: configure.ac
* changed error message a bit...Andreas Eversberg2009-01-061-2/+2
| | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | 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-43/+25Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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
* fixed dialing-bug when dialing chan_lcrSuper User2008-06-071-17/+0Star
| | | | | | modified: action.cpp modified: apppbx.h modified: configure.ac
* 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: --with-cryptoJörg Habenicht2007-10-031-7/+7
| | | | added: --with-ssl
* added: autoconf environmenthajo2007-10-021-0/+165
NOTE: --with-asterisk compiles, --use-misdn-socket not