summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
...
* Finished autoconf.Andreas Eversberg2008-09-211-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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 some layer 2 link issuesAndreas Eversberg2008-09-141-0/+1
| | | | | | | | modified: README modified: apppbx.cpp modified: lcradmin.c modified: mISDN.cpp modified: route.c
* Fixed trace bugs.Andreas Eversberg2008-09-141-0/+1
| | | | | | | | | | | modified: README modified: interface.c modified: lcradmin.c modified: mISDN.cpp modified: main.c modified: socket_server.c modified: trace.c modified: vbox.cpp
* Corrected error print, if mISDN_dsp.ko module cannot be loaded.Andreas Eversberg2008-09-121-0/+1
| | | | | | | modified: README modified: bchannel.c modified: mISDN.cpp modified: main.c
* Ports can now be specified by number or by name.Andreas Eversberg2008-09-071-1/+6
| | | | | | | | | | | | | | | 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
* updated READMESuper User2008-07-261-0/+3
| | | | modified: README
* removed "lcr query", use "isdninfo" instead.Super User2008-07-181-1/+3
| | | | | | | | | | | | | fixed some unlocking in chan_lcr. fixed dead-lock issue with chan_lcr. modified: README modified: chan_lcr.c modified: chan_lcr.h modified: mISDN.cpp modified: mISDN.h modified: main.c
* must send "proceeding" instead of "setup_acknowledge", in case the numberSuper User2008-07-081-0/+2
| | | | | | | | | | | | in the setup-message has "sending complete" element. otherwhise it is a protocol error. Christian: you must also consider it in chan_mISDN. fixed channel hunting bug. (hope so) modified: README modified: dss1.cpp
* added more display infoSuper User2008-07-031-0/+3
| | | | | | | | | fixed dtmf detection bug modified: README modified: apppbx.cpp modified: dss1.cpp modified: message.h
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 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
* added timer for recovering missing activation/deactivation replies of ↵Super User2008-02-161-0/+1
| | | | | | | | | | | | | | | | | | bchannels from mISDN this recovers 'hang' of bchannel if the reply message got lost due to buffer overflows fixed some minor warnings modified: Makefile modified: README modified: action_efi.cpp modified: apppbx.cpp modified: dss1.cpp modified: interface.c modified: mISDN.cpp modified: mISDN.h modified: message.h
* error inside information elements are now reported inside trace and main log,Super User2008-02-141-0/+1
| | | | | | | | rather than just written to stderr and debug log. modified: README modified: ie.cpp modified: todo.txt
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+4
| | | | | | | | | | | | | 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
* moved timeout settings from extenion to interface.confSuper User2008-01-121-1/+3
| | | | | | | | | | | | | | 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/+4
| | | | | | | | | | | | | | 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
* fixes, screen in and out works, fixed release problem in mISDNuserSuper User2008-01-051-0/+3
| | | | | | | | | | | | | | | | | modified: Makefile modified: README modified: action.cpp modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: extension.c modified: interface.c modified: interface.h modified: main.c modified: port.cpp modified: tones.c modified: trace.c modified: trace.h
* minor fixSuper User2007-12-261-1/+0Star
| | | | modified: action.cpp
* some fixes, check READMESuper User2007-12-221-1/+30
| | | | | | | | | | | | | | | | | | | | | | | 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
* some minor output fixesSuper User2007-10-071-0/+5
|
* fix by Martin: screening caller-ids with jokers shall work now.Super User2007-10-021-0/+1
|
* run out of channel bug fixSuper User2007-09-191-1/+2
|
* added partyline join and leave jingle optionSuper User2007-09-101-1/+4
|
* backupSuper User2007-08-261-1/+1
|
* ditoSuper User2007-08-241-0/+1
|
* fixed partyline-conference handlingSuper User2007-08-241-1/+6
|
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-1/+2
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-0/+2
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-1/+24
|
* backupSuper User2007-05-301-1/+1
|
* backupSuper User2007-05-151-4/+0Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+341
|
* first commitroot2007-04-231-0/+0