Removed complete bchannel handling from chan_lcr
[lcr.git] / route.h
diff --git a/route.h b/route.h
index 1606410..c6ca347 100644 (file)
--- a/route.h
+++ b/route.h
@@ -156,36 +156,35 @@ enum { /* defines when a statement should be executed */
 #define        ACTION_EXTERNAL         0
 #define        ACTION_INTERNAL         1
 #define        ACTION_OUTDIAL          2
-#define        ACTION_REMOTE           3
-#define        ACTION_VBOX_RECORD      4
-#define        ACTION_PARTYLINE        5
-#define        ACTION_LOGIN            6
-#define        ACTION_CALLERID         7
-#define        ACTION_CALLERIDNEXT     8
-#define        ACTION_FORWARD          9
-#define        ACTION_REDIAL           10
-#define        ACTION_REPLY            11
-#define        ACTION_POWERDIAL        12      
-#define        ACTION_CALLBACK         13
-#define        ACTION_ABBREV           14
-#define        ACTION_TEST             15
-#define        ACTION_PLAY             16
-#define        ACTION_VBOX_PLAY        17
-#define        ACTION_CALCULATOR       18
-#define        ACTION_TIMER            19
-#define        ACTION_GOTO             20
-#define        ACTION_MENU             21
-#define        ACTION_DISCONNECT       22
-#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
+#define        ACTION_VBOX_RECORD      3
+#define        ACTION_PARTYLINE        4
+#define        ACTION_LOGIN            5
+#define        ACTION_CALLERID         6
+#define        ACTION_CALLERIDNEXT     7
+#define        ACTION_FORWARD          8
+#define        ACTION_REDIAL           9
+#define        ACTION_REPLY            10
+#define        ACTION_POWERDIAL        11      
+#define        ACTION_CALLBACK         12
+#define        ACTION_ABBREV           13
+#define        ACTION_TEST             14
+#define        ACTION_PLAY             15
+#define        ACTION_VBOX_PLAY        16
+#define        ACTION_CALCULATOR       17
+#define        ACTION_TIMER            18
+#define        ACTION_GOTO             19
+#define        ACTION_MENU             20
+#define        ACTION_DISCONNECT       21
+#define        ACTION_RELEASE          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
 
 struct route_cond { /* an item */
        struct route_cond       *next;                  /* next entry */