summaryrefslogtreecommitdiffstats
path: root/apppbx.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding forwarding of DTMF and keypad between peersAndreas Eversberg2010-10-311-0/+2
| | | | | | | | | This is needed for peers that require DTMF messages, rather than tones: - GSM mobile stations - Asterisk channel API modified: apppbx.cpp modified: apppbx.h
* Fixed call forwarding after no response. Instread of dialing the old extensionAndreas Eversberg2010-06-141-1/+1
| | | | | | | | again, the forwarding number is dialed after timeout. modified: apppbx.cpp modified: apppbx.h modified: socket_server.c
* Added Progress messages. (receive only)Andreas Eversberg2010-05-231-0/+1
|
* Added "release" action and timeout to "execute" action.Andreas Eversberg2010-01-161-1/+2
| | | | | | | | | | | | | modified: README modified: action.cpp modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: mISDN.cpp modified: message.h modified: route.c modified: route.h modified: socket_server.c
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-13/+14
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Applied patch by Daniel: "execute"-action can now be performed on call init ↵Andreas Eversberg2009-04-061-0/+2
| | | | | | | | | | | | or on call hangup. A special parameter allows that. -> Forking of executed program is now performed without getting zombie process. modified: README modified: action.cpp modified: apppbx.h modified: route.c modified: route.h
* Fix lot of warningsKarsten Keil2008-09-021-11/+10Star
|
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-9/+9
|
* fixed dialing-bug when dialing chan_lcrSuper User2008-06-071-1/+1
| | | | | | modified: action.cpp modified: apppbx.h modified: configure.ac
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* work on chan_lcrSuper User2008-05-011-2/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* fixes, screen in and out works, fixed release problem in mISDNuserSuper User2008-01-051-2/+1Star
| | | | | | | | | | | | | | | | | 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
* some fixes, check READMESuper User2007-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* fixes, debugging for usleep problems.Super User2007-08-111-1/+1
|
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-3/+3
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-25/+25
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-1/+1
|
* backupSuper User2007-07-071-2/+3
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-06-271-1/+3
|
* backupSuper User2007-05-231-1/+1
|
* backupSuper User2007-05-191-1/+0Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+357