summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-04-06 20:20:09 +0200
committerAndreas Eversberg2009-04-06 20:20:09 +0200
commit64143650bc9c04fadc99694c499cf34750bc2804 (patch)
tree1a26819112d615bbe1dbc7058382122e94fc0352 /apppbx.h
parentMini-Fix: don't read settings, where not required. (diff)
downloadlcr-64143650bc9c04fadc99694c499cf34750bc2804.tar.gz
lcr-64143650bc9c04fadc99694c499cf34750bc2804.tar.xz
lcr-64143650bc9c04fadc99694c499cf34750bc2804.zip
Applied patch by Daniel: "execute"-action can now be performed on call init 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
Diffstat (limited to 'apppbx.h')
-rw-r--r--apppbx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apppbx.h b/apppbx.h
index 4956d7e..78355b5 100644
--- a/apppbx.h
+++ b/apppbx.h
@@ -289,7 +289,9 @@ class EndpointAppPBX : public EndpointApp
void action_dialing_help(void);
void action_dialing_deflect(void);
void action_dialing_setforward(void);
+ void action_init_execute(void);
void action_hangup_execute(void);
+ void action_execute(void);
void action_hangup_file(void);
void action_init_pick(void);
void action_dialing_password(void);