summaryrefslogtreecommitdiffstats
path: root/main.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-0/+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.
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-1/+0Star
| | | | | | | Conflicts: Makefile.in configure
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-1/+7
|
* 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
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-5/+1Star
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Corrected debug values for GSM port type.Andreas Eversberg2010-01-041-2/+1Star
|
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added GSM network support.Andreas Eversberg2009-05-111-0/+5
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Finished autoconf.Andreas Eversberg2008-09-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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
* Ports can now be specified by number or by name.Andreas Eversberg2008-09-071-1/+1
| | | | | | | | | | | | | | | Names are shown in state-screen also. modified: README modified: default/interface.conf modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: socket_server.c
* Fix lot of warningsKarsten Keil2008-09-021-2/+2
|
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-1/+1
|
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-10/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 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
* work on chan_lcrSuper User2008-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h new file: callerid.c new file: callerid.h modified: chan_lcr.c modified: chan_lcr.h modified: crypt.cpp modified: endpoint.cpp modified: endpointapp.cpp modified: interface.c modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: mail.c modified: main.h modified: message.h modified: port.cpp modified: route.c modified: route.h modified: socket_server.c modified: todo.txt modified: vbox.cpp modified: watch.c
* socket mISDN workSuper User2008-04-241-1/+3
| | | | | | | | | | | | | | | modified: Makefile modified: apppbx.cpp modified: default/interface.conf modified: dss1.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: options.c modified: options.h modified: route.c
* work on socketSuper User2008-04-121-0/+2
| | | | | | | | | | | | modified: bchannel.c modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: q931.h modified: trace.h
* socket api workSuper User2008-03-241-7/+25
| | | | | | | | | | | | | | | | | | | | modified: apppbx.cpp modified: cause.c modified: dss1.cpp modified: dss1.h modified: ie.cpp modified: interface.c modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: message.c modified: options.c modified: port.cpp modified: q931.h modified: route.c modified: socket_server.c modified: tones.c
* now gives warning if mISDN branch is wrong.Super User2008-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | also some work on chan_lcr. modified: Makefile modified: apppbx.cpp modified: bchannel.c modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: dss1.h modified: extension.c modified: extension.h modified: genrc.c modified: ie.cpp renamed: admin_client.c -> lcradmin.c renamed: admin.h -> lcrsocket.h modified: mISDN.cpp modified: main.h renamed: admin_server.c -> socket_server.c renamed: admin_server.h -> socket_server.h modified: todo.txt
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: README modified: action.cpp modified: admin_server.c modified: apppbx.cpp modified: apppbx.h new file: bchannel.c new file: bchannel.h renamed: asterisk_client.c -> chan_lcr.c renamed: asterisk_client.h -> chan_lcr.h deleted: channel.c modified: dss1.cpp modified: extension.c modified: extension.h modified: interface.c modified: interface.h modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: message.h modified: route.c modified: todo.txt
* new sounds for EFISuper User2008-01-121-1/+1
| | | | | | | | | | | | | modified: Makefile modified: README modified: action_efi.cpp modified: main.h new file: tones_efi/benutzerdefinierte.isdn modified: tones_efi/die.isdn new file: tones_efi/hello.isdn new file: tones_efi/ich_wiederhole.isdn new file: tones_efi/rufnummer_lautet.isdn new file: tones_efi/unterdrueckte.isdn
* some fixes, check READMESuper User2007-12-221-2/+1Star
| | | | | | | | | | | | | | | | | | | | | | | modified: README modified: action.cpp modified: action_vbox.cpp modified: admin_client.c modified: admin_server.c modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: endpointapp.cpp modified: endpointapp.h modified: interface.c modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: main.h modified: message.h modified: port.cpp modified: port.h modified: todo.txt modified: tones.c
* clean up makefileSuper User2007-08-291-2/+2
|
* backupSuper User2007-08-261-0/+6
|
* fixed partyline-conference handlingSuper User2007-08-241-1/+1
|
* fixed crash when receiving notify messagesSuper User2007-07-311-0/+4
| | | | | some other fixes start adding new mISDN api.
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-1/+1
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-5/+5
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-13/+13
|
* backupSuper User2007-07-071-3/+4
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-06-271-3/+2Star
|
* backupSuper User2007-05-301-1/+1
|
* backupSuper User2007-05-271-0/+4
|
* backupSuper User2007-05-191-8/+7Star
|
* backupSuper User2007-05-151-60/+8Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+202