summaryrefslogtreecommitdiffstats
path: root/mISDN.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-18/+18
|
* *** CHAN_LCR is complete! ***Super User2008-06-071-1/+1
| | | | | | | | | | (not every detail tested yet) modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: mISDN.cpp
* free bchannels on broken pipe of remote applicationSuper User2008-06-061-1/+1
| | | | | | | | | work modified: chan_lcr.c modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-59/+28Star
| | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: genext.c modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: macro.h modified: main.c modified: message.h modified: options.c modified: options.h modified: socket_server.c
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-1373/+103Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 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
* fix and workSuper User2008-05-251-0/+2
| | | | | | | | | | | modified: Makefile modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: extension.h modified: joinpbx.cpp modified: mISDN.cpp modified: message.h
* work on chan_lcrSuper User2008-05-181-4/+19
| | | | | | | | | | | modified: action.cpp modified: apppbx.cpp modified: bchannel.c modified: chan_lcr.c modified: mISDN.cpp modified: message.h modified: route.c modified: route.h
* some minor fixesSuper User2008-05-121-2/+2
| | | | | | | | | modified: dss1.cpp modified: joinpbx.cpp modified: mISDN.cpp modified: port.cpp modified: tones_american/joined.isdn modified: tones_american/left.isdn
* fixed multiplexing bugSuper User2008-05-121-0/+5
| | | | | | | DL reports tei modified: dss1.cpp modified: mISDN.cpp
* fixed some bugsSuper User2008-05-101-6/+6
| | | | | modified: dss1.cpp modified: mISDN.cpp
* fixed so, PRI/BRI NT/TE worksSuper User2008-05-091-60/+90
| | | | | | | | modified: default/interface.conf modified: dss1.cpp modified: mISDN.cpp modified: trace.c modified: trace.h
* mISDN-socket port opensSuper User2008-05-021-9/+10
| | | | | modified: mISDN.cpp modified: main.c
* SOCKET BRANCH:Super User2008-05-021-24/+56
| | | | | | los,ais,rdi,slip query works! opening socket almost works :)
* work on chan_lcrSuper User2008-05-011-2/+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
* struct message -> struct lcr_msgSuper User2008-04-251-5/+5
|
* workSuper User2008-04-241-1/+1
| | | | | | modified: chan_lcr.c modified: mISDN.cpp modified: main.c
* 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
|