summaryrefslogtreecommitdiffstats
path: root/route.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-16 11:42:46 +0100
committerAndreas Eversberg2010-01-16 11:42:46 +0100
commit76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd (patch)
treef507f2500bc308bbd3a22a01559095428c4acf24 /route.h
parent new file: checkout-branch.sh (diff)
downloadlcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.tar.gz
lcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.tar.xz
lcr-76c5d82d4cbdd9d75e6b6db9e51eb22d10fb44bd.zip
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
Diffstat (limited to 'route.h')
-rw-r--r--route.h19
1 files changed, 10 insertions, 9 deletions
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 */