summaryrefslogtreecommitdiffstats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added 'polling' option to options.conf.Andreas Eversberg2010-03-171-1/+1
| | | | | | 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.
* Finished autoconf.Andreas Eversberg2008-09-211-7/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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 work (soon done :)Super User2008-05-181-12/+1Star
| | | | | | | | | modified: Makefile modified: bchannel.c modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: todo.txt
* SOCKET BRANCH:Super User2008-05-021-62/+25Star
| | | | | | los,ais,rdi,slip query works! opening socket almost works :)
* work on chan_lcrSuper User2008-05-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* modified: chan_lcr.cSuper User2008-04-261-1/+0Star
| | | | modified: todo.txt
* 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
* added execute patch by martinSuper User2008-02-041-1/+20
| | | | | | | now execute works and forks modified: action.cpp modified: todo.txt
* now gives warning if mISDN branch is wrong.Super User2008-02-031-15/+22
| | | | | | | | | | | | | | | | | | | | | | | 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-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* moved timeout settings from extenion to interface.confSuper User2008-01-121-0/+1
| | | | | | | | | | | | | | 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
* added filter options (gain, pipeline, blowfish) to interface configuration.Super User2008-01-061-0/+5
| | | | | | | | | | modified: apppbx.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: route.c modified: todo.txt
* fixesSuper User2008-01-061-0/+2
| | | | | | | | | | | | | | 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-13/+0Star
| | | | | | | | | | | | | | | | | | | | | | | 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
* testingSuper User2007-09-191-0/+1
|
* added partyline join and leave jingle optionSuper User2007-09-101-1/+1
|
* just backup. (partyline join/release jingle not tested yet, no sound yet)Super User2007-09-101-0/+5
|
* fixed partyline-conference handlingSuper User2007-08-241-4/+0Star
|
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-0/+14
| | | | bugfixes
* fixes & improvementsSuper User2007-07-181-4/+0Star
| | | | | | | | | | | | | | 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
* backupSuper User2007-07-151-3/+4
|
* backupSuper User2007-07-081-2/+0Star
| | | | still debugging...
* backupSuper User2007-07-071-16/+5Star
| | | | runs, dialtone, but still buggy
* backupSuper User2007-07-071-0/+7
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-05-301-2/+0Star
|
* backupSuper User2007-05-231-6/+2Star
|
* backupSuper User2007-05-151-3/+2Star
|
* backup workSuper User2007-05-091-5/+14
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+37