summaryrefslogtreecommitdiffstats
path: root/action.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken timeout conditionAndreas Eversberg2011-09-021-1/+2
| | | | A given timeout condition never made the rule match.
* Fixed forking, to prevent LCR to run multiple timesAndreas Eversberg2011-08-101-4/+2Star
| | | | Executing a script caused very weird behaviour, due to forking of LCR.
* don't execve() a shell process but always double-fork and then exec the ↵Harald Welte2011-02-201-1/+3
| | | | program directly
* Adding various arguments to 'execute' condition and 'execute' action.Andreas Eversberg2010-12-131-1/+2
|
* Fixed forwarding of sending-complete information.Andreas Eversberg2010-05-201-3/+3
| | | | | | | modified: Makefile.in modified: README modified: action.cpp modified: apppbx.cpp
* - Fixed HLC (higher layer capability) modification to LCR routing.Andreas Eversberg2010-01-241-0/+4
| | | | | | | | | | | | | - Fixed chan_lcr fax queue buffer. Added LCR_TRANSFERCAPABILITY environment. -> use options "n:t:q250" for sending/receiving faxes with asterisk and chan_lcr. modified: README modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: route.c modified: route.h
* Added "release" action and timeout to "execute" action.Andreas Eversberg2010-01-161-7/+49
| | | | | | | | | | | | | 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-25/+31
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-271-0/+6
| | | | | | | | | | | | | | modified: README modified: action.cpp modified: apppbx.cpp modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: joinpbx.cpp modified: joinpbx.h modified: message.h modified: route.c modified: route.h
* gsm improvementsAndreas Eversberg2009-06-061-392/+196Star
| | | | | | | | | | | | | | | | | | | | | code cleanup modified: README modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: alawulaw.c modified: bchannel.c modified: bootstrap.c modified: callerid.c modified: cause.c modified: chan_lcr.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: message.h
* Applied patch by Daniel: "execute"-action can now be performed on call init ↵Andreas Eversberg2009-04-061-3/+58
| | | | | | | | | | | | 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
* Mini-Fix: don't read settings, where not required.Andreas Eversberg2009-04-051-1/+1
|
* Bugfix on timeout rules. (thanx to Benjamin)Andreas Eversberg2009-03-151-1/+1
| | | | | modified: README modified: action.cpp
* Added processing of second caller id.Andreas Eversberg2008-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New routing macht rule to filter second caller id. Fixed extensions directory path. "make clean" now cleans ".po" files. Fixed unititialized variable bugs and compiler warnings. modified: Makefile.am modified: Makefile.in modified: action.cpp modified: apppbx.cpp modified: callerid.c modified: chan_lcr.c modified: dss1.cpp modified: dss1.h modified: extension.c modified: gentones.c modified: ie.cpp modified: mISDN.cpp modified: message.h modified: port.cpp modified: route.c modified: route.h modified: socket_server.c modified: tones.c modified: trace.c
* Fix lot of warningsKarsten Keil2008-09-021-8/+9
|
* fixed dialing bug to remote applicationSuper User2008-06-151-0/+1
| | | | | | | modified: action.cpp modified: apppbx.cpp modified: chan_lcr.c modified: mISDN.cpp
* fixed dialing-bug when dialing chan_lcrSuper User2008-06-071-5/+7
| | | | | | modified: action.cpp modified: apppbx.h modified: configure.ac
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-64/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 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-1/+1
| | | | | | | | | | | 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-5/+10
| | | | | | | | | | | 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
* work on chan_lcrSuper User2008-05-011-59/+15Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-14/+14
|
* more screening bug, more trace bugSuper User2008-03-211-1/+3
| | | | | | modified: action.cpp modified: extension.c modified: interface.c
* trace fixSuper User2008-03-211-1/+4
| | | | modified: action.cpp
* added execute patch by martinSuper User2008-02-041-17/+27
| | | | | | | now execute works and forks modified: action.cpp modified: todo.txt
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+2
| | | | | | | | | | | | | | | | | 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-261-1/+1
| | | | modified: action.cpp
* some fixes, check READMESuper User2007-12-221-37/+20Star
| | | | | | | | | | | | | | | | | | | | | | | 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 for some join-object-release problemsSuper User2007-09-151-4/+6
|
* just backup. (partyline join/release jingle not tested yet, no sound yet)Super User2007-09-101-2/+6
|
* fixes, changes, backupSuper User2007-07-271-2/+2
|
* unified socket application interface (for asterisk and maybe other apps)Super User2007-07-261-26/+76
| | | | bugfixes
* alpha phase is open, this means:Super User2007-07-171-57/+57
| | | | | | | | it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
* backupSuper User2007-07-151-19/+25
|
* backupSuper User2007-07-071-100/+96Star
| | | | compiles, runs, but not enough debugged
* backupSuper User2007-06-031-121/+244
|
* backupSuper User2007-05-231-61/+61
|
* backupSuper User2007-05-151-440/+1Star
|
* only for backup, still in coding state - no compile!!!Super User2007-05-061-0/+2877