summaryrefslogtreecommitdiffstats
path: root/port.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-0/+7
| | | | | | | | | | | | | | 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.
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-16/+24
|
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-1/+2
| | | | 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-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+4
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Fix lot of warningsKarsten Keil2008-09-021-6/+6
|
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-17/+17
|
* moved timeout settings from extenion to interface.confSuper User2008-01-121-8/+1Star
| | | | | | | | | | | | | | modified: README modified: apppbx.cpp modified: default/interface.conf modified: dss1.cpp modified: extension.c modified: extension.h modified: genext.c modified: interface.c modified: interface.h modified: port.h modified: todo.txt
* fixesSuper User2008-01-061-1/+1
| | | | | | | | | | | | | | trace of vbox better beep after announcement announcements without beep recording of answering machine (vbox) works, as well as call recording. modified: README modified: action_vbox.cpp modified: port.cpp modified: port.h modified: todo.txt modified: vbox.cpp
* some fixes, check READMESuper User2007-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* audio recording fix by XuanSuper User2007-09-251-1/+1
|
* backupSuper User2007-07-151-3/+0Star
|
* backupSuper User2007-06-271-8/+12
|
* backupSuper User2007-05-271-2/+0Star
|
* backupSuper User2007-05-191-1/+2
|
* backupSuper User2007-05-151-16/+0Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+238