summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make compile with gcc 4.* without warnings. (hopefully with all versions)Super User2008-07-291-2/+2
| | | | | | | | | | | modified: Makefile modified: bchannel.c modified: chan_lcr.h modified: extension.c modified: gentones.c modified: genwave.c modified: joinpbx.cpp modified: tones.c
* fixed problem with "Answer" after extension matches.Super User2008-07-271-12/+0Star
| | | | | | | some cleanups in the makefile. modified: Makefile modified: chan_lcr.c
* made callerid handling work in call from asteriskschlaile2008-06-141-1/+1
| | | | | (Asterisk 1.4.18 at least changes cid records between call and setup ...) fixed Makefile (emacs kept complaining :) )
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-1/+1
|
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-7/+9
| | | | | | | | | | | | | | | | | | | | | | 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
* fixed bad bug in opening bchannelSuper User2008-06-041-0/+1
| | | | | modified: Makefile modified: bchannel.c
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-23/+19Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 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-12/+9Star
| | | | | | | | | | | modified: Makefile modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: extension.h modified: joinpbx.cpp modified: mISDN.cpp modified: message.h
* workSuper User2008-05-201-3/+3
| | | | modified: Makefile
* lcr work (soon done :)Super User2008-05-181-1/+1
| | | | | | | | | 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-1/+1
| | | | | | los,ais,rdi,slip query works! opening socket almost works :)
* work on chan_lcrSuper User2008-05-011-1/+1
| | | | | | modified: Makefile modified: chan_lcr.c modified: chan_lcr.h
* work on chan_lcrSuper User2008-05-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: MakefileSuper User2008-04-261-2/+2
|
* modified: MakefileSuper User2008-04-261-2/+2
| | | | modified: chan_lcr.c
* chan_lcr.c compiles now, and the Makefile generates a .so instead of an ↵root2008-04-261-2/+5
| | | | executable.
* socket mISDN workSuper User2008-04-241-1/+1
| | | | | | | | | | | | | | | 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-1/+5
| | | | | | | | | | | | 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
* added timer for recovering missing activation/deactivation replies of ↵Super User2008-02-161-2/+3
| | | | | | | | | | | | | | | | | | 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-6/+6
| | | | | | | | | | | | | | | | | | | | | | | 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-191-41/+42
| | | | | | | | 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-191-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | 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
* fixes, screen in and out works, fixed release problem in mISDNuserSuper User2008-01-051-5/+17
| | | | | | | | | | | | | | | | | 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
* fixed multiplexing bug at NT-mode.Super User2007-09-221-1/+1
| | | | this means: multiple telephones now work together on same bus.
* clean up makefileSuper User2007-08-291-10/+8Star
|
* worked on asterisk applicationSuper User2007-08-121-1/+1
|
* fixSuper User2007-08-121-1/+1
|
* fixed crash when receiving notify messagesSuper User2007-07-311-0/+4
| | | | | some other fixes start adding new mISDN api.
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-4/+4
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-12/+12
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-9/+17
|
* backupSuper User2007-07-071-44/+29Star
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-05-301-1/+1
|
* testSuper User2007-05-271-1/+1
|
* backupSuper User2007-05-271-1/+6
|
* backupSuper User2007-05-151-50/+4Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+361