summaryrefslogtreecommitdiffstats
path: root/default/options.conf
Commit message (Collapse)AuthorAgeFilesLines
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-0/+10
| | | | | | | | | | | | | | 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.
* Added 'polling' option to options.conf.Andreas Eversberg2010-03-171-0/+3
| | | | | | This is usefull to test if select loop causes problems and does not wake when it is required. If lcr seems not to wake up, try using 'polling' to disable select timer and use polling instead.
* Corrected debug values for GSM port type.Andreas Eversberg2010-01-041-1/+1
|
* added owner / group options to options.confPeter Schlaile2009-10-081-0/+8
| | | | | makes the usual setup LCR running as "root" and asterisk running as "asterisk" easier to configure.
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Restructured tones_dir, added tones_dir to interface.confAndreas Eversberg2009-05-141-10/+8Star
| | | | | | | | | | | | | | | | | | Code cleanup.. modified: README modified: apppbx.cpp modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: extension.c modified: gsm.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: options.c modified: options.h modified: port.cpp
* Added GSM network support.Andreas Eversberg2009-05-111-0/+14
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Finished autoconf.Andreas Eversberg2008-09-211-4/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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 now runs as a user.Andreas Eversberg2008-08-301-0/+11
| | | | | | | | | | | | | | | | You may change the path of socket and lock files. LCR admin socket's flags can now be altered to allow access to other users. Lock and socket files will now be removed when terminating LCR. modified: Makefile modified: chan_lcr.c modified: default/options.conf modified: lcradmin.c modified: lcrsocket.h modified: main.c modified: options.c modified: options.h modified: socket_server.c
* fixed partyline-conference handlingSuper User2007-08-241-1/+1
|
* fixes, debugging for usleep problems.Super User2007-08-111-1/+1
|
* fixes & improvementsSuper User2007-07-181-85/+11Star
| | | | | | | | | | | | | | modified: admin_client.c modified: apppbx.cpp modified: asterisk_client.c deleted: default/h323_gateway.conf modified: default/options.conf modified: default/routing.conf modified: dss1.cpp modified: message.c modified: todo.txt modified: vbox.cpp modified: vbox.h
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+165