From 64143650bc9c04fadc99694c499cf34750bc2804 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 6 Apr 2009 20:20:09 +0200 Subject: 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 --- apppbx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apppbx.h') 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); -- cgit v1.2.3-55-g7522