summaryrefslogtreecommitdiffstats
path: root/mISDN.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* missing myisdnSuper User2008-04-241-2/+2
| | | | | modified: mISDN.cpp new file: myisdn.h
* socket mISDN workSuper User2008-04-241-181/+248
| | | | | | | | | | | | | | | 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
* socket workSuper User2008-04-141-1/+1
| | | | | | | modified: Makefile modified: ie.cpp modified: mISDN.cpp modified: socket_server.c
* work on socket. (don't try yet)Super User2008-04-131-103/+188
| | | | | | | | | | | | modified: Makefile modified: apppbx.cpp modified: bchannel.c modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: mISDN.h deleted: q931.h modified: trace.h
* work on socketSuper User2008-04-121-97/+87Star
| | | | | | | | | | | | 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-9/+24
| | | | | | | | | | | | | | | | | | | | 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
* added timer for recovering missing activation/deactivation replies of ↵Super User2008-02-161-0/+51
| | | | | | | | | | | | | | | | | | 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
* now gives warning if mISDN branch is wrong.Super User2008-02-031-1/+49
| | | | | | | | | | | | | | | | | | | | | | | 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-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* added filter options (gain, pipeline, blowfish) to interface configuration.Super User2008-01-061-3/+12
| | | | | | | | | | modified: apppbx.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: route.c modified: todo.txt
* some fixes, check READMESuper User2007-12-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | 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
* removed some usleep debugging, so audioprocessing will not hangSuper User2007-09-231-1/+5
|
* fixed multiplexing bug at NT-mode.Super User2007-09-221-1/+2
| | | | this means: multiple telephones now work together on same bus.
* run out of channel bug fixSuper User2007-09-191-3/+2Star
|
* testingSuper User2007-09-191-5/+25
|
* clean up makefileSuper User2007-08-291-2/+2
|
* backupSuper User2007-08-291-36/+325
|
* backupSuper User2007-08-261-112/+541
|
* fix, workSuper User2007-08-131-11/+19
|
* fixSuper User2007-08-121-37/+65
|
* fixSuper User2007-08-111-2/+4
|
* added exporting/importing bchannel stacks to the remote applicationSuper User2007-08-111-22/+283
|
* some minor fixesSuper User2007-08-031-1/+1
|
* fixed crash when receiving notify messagesSuper User2007-07-311-84/+173
| | | | | some other fixes start adding new mISDN api.
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-32/+24Star
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-10/+10
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-155/+163
|
* backupSuper User2007-07-081-53/+23Star
| | | | still debugging...
* backupSuper User2007-07-071-206/+223
| | | | runs, dialtone, but still buggy
* backupSuper User2007-07-071-41/+53
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-06-271-445/+661
|
* backupSuper User2007-05-301-30/+2Star
|
* backupSuper User2007-05-231-29/+123
|
* backupSuper User2007-05-191-116/+139
|
* backupSuper User2007-05-151-2/+36
|
* backup workSuper User2007-05-091-6/+10
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+2071