summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* more screening bug, more trace bugSuper User2008-03-213-7/+9
| | | | | | modified: action.cpp modified: extension.c modified: interface.c
* trace fixSuper User2008-03-211-1/+4
| | | | modified: action.cpp
* added timer for recovering missing activation/deactivation replies of ↵Super User2008-02-169-9/+63
| | | | | | | | | | | | | | | | | | 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-143-24/+27
| | | | | | | | rather than just written to stderr and debug log. modified: README modified: ie.cpp modified: todo.txt
* added execute patch by martinSuper User2008-02-042-18/+47
| | | | | | | now execute works and forks modified: action.cpp modified: todo.txt
* now gives warning if mISDN branch is wrong.Super User2008-02-0318-139/+278
| | | | | | | | | | | | | | | | | | | | | | | 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 asterisk channel driverSuper User2008-01-211-28/+204
| | | | modified: chan_lcr.c
* work on asterisk channel driverSuper User2008-01-195-72/+64Star
| | | | | | | | modified: Makefile modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: extension.h
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-1924-420/+1118
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1210-14/+39
| | | | | | | | | | | | | 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-1211-176/+103Star
| | | | | | | | | | | | | | 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-067-31/+135
| | | | | | | | | | modified: apppbx.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: route.c modified: todo.txt
* fixesSuper User2008-01-066-42/+85
| | | | | | | | | | | | | | 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-0514-222/+227
| | | | | | | | | | | | | | | | | 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-262-2/+1Star
| | | | modified: action.cpp
* some fixes, check READMESuper User2007-12-2220-127/+243
| | | | | | | | | | | | | | | | | | | | | | | 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-072-2/+13
|
* removed: old PBX definitionJörg Habenicht2007-10-031-4/+14
| | | | added: rpath option to link against development lib in non standard dirs
* removed: --with-cryptoJörg Habenicht2007-10-031-7/+7
| | | | added: --with-ssl
* added: autoconf environmenthajo2007-10-0211-0/+3163
| | | | NOTE: --with-asterisk compiles, --use-misdn-socket not
* fix by Martin: screening caller-ids with jokers shall work now.Super User2007-10-022-2/+3
|
* some small conference jingle fixesSuper User2007-10-014-7/+18
| | | | changed description of interface in settings.
* audio recording fix by XuanSuper User2007-09-252-13/+15
|
* added port# to log-fileSuper User2007-09-233-4/+9
|
* removed some usleep debugging, so audioprocessing will not hangSuper User2007-09-233-7/+14
|
* fixed multiplexing bug at NT-mode.Super User2007-09-224-14/+48
| | | | this means: multiple telephones now work together on same bus.
* run out of channel bug fixSuper User2007-09-192-4/+4
|
* testingSuper User2007-09-194-7/+60
|
* fixes for some join-object-release problemsSuper User2007-09-154-5/+15
|
* added partyline join and leave jingle optionSuper User2007-09-107-3/+186
|
* just backup. (partyline join/release jingle not tested yet, no sound yet)Super User2007-09-108-14/+58
|
* clean up makefileSuper User2007-08-294-15/+13Star
|
* backupSuper User2007-08-292-37/+326
|
* backupSuper User2007-08-2613-139/+633
|
* ditoSuper User2007-08-241-0/+1
|
* added stall warningSuper User2007-08-241-62/+7Star
|
* fixed partyline-conference handlingSuper User2007-08-246-44/+67
|
* fix, workSuper User2007-08-133-14/+23
|
* fixSuper User2007-08-131-7/+31
|
* work...Super User2007-08-122-35/+57
|
* worked on asterisk applicationSuper User2007-08-124-23/+199
|
* fixSuper User2007-08-128-74/+157
|
* fixSuper User2007-08-111-2/+4
|
* added exporting/importing bchannel stacks to the remote applicationSuper User2007-08-1113-97/+504
|
* fixes, debugging for usleep problems.Super User2007-08-1112-46/+131
|
* some minor fixesSuper User2007-08-032-7/+7
|
* fixed crash when receiving notify messagesSuper User2007-07-319-140/+251
| | | | | some other fixes start adding new mISDN api.
* fixed routing: only parameters that are allowed may be present in the ↵Super User2007-07-293-4/+13
| | | | | | routing file. fixed pick-up of a call that rings on a different extension/phone
* beta phase is reachedSuper User2007-07-291-8/+43
| | | | fixed multiplexing for calls to multiple extensions
* fixSuper User2007-07-271-1/+1
|