From 76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 16 Jan 2010 11:42:46 +0100 Subject: Added "release" action and timeout to "execute" action. 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 --- route.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'route.h') diff --git a/route.h b/route.h index 3530ef4..dca5a4e 100644 --- a/route.h +++ b/route.h @@ -174,15 +174,16 @@ enum { /* defines when a statement should be executed */ #define ACTION_GOTO 20 #define ACTION_MENU 21 #define ACTION_DISCONNECT 22 -#define ACTION_DEFLECT 23 -#define ACTION_SETFORWARD 24 -#define ACTION_EXECUTE 25 -#define ACTION_FILE 26 -#define ACTION_PICK 27 -#define ACTION_PASSWORD 28 -#define ACTION_PASSWORD_WRITE 29 -#define ACTION_NOTHING 30 -#define ACTION_EFI 31 +#define ACTION_RELEASE 23 +#define ACTION_DEFLECT 24 +#define ACTION_SETFORWARD 25 +#define ACTION_EXECUTE 26 +#define ACTION_FILE 27 +#define ACTION_PICK 28 +#define ACTION_PASSWORD 29 +#define ACTION_PASSWORD_WRITE 30 +#define ACTION_NOTHING 31 +#define ACTION_EFI 32 struct route_cond { /* an item */ struct route_cond *next; /* next entry */ -- cgit v1.2.3-55-g7522