summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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