Adding interface support for remote app (chan_lcr).
[lcr.git] / port.h
diff --git a/port.h b/port.h
index d7c0580..a4da7de 100644 (file)
--- a/port.h
+++ b/port.h
 #define PORT_CLASS_GSM_BS      0x1210
 #define PORT_CLASS_GSM_MS      0x1220
 #define PORT_CLASS_SS5         0x1300
+#define PORT_CLASS_REMOTE      0x1400
 #define PORT_CLASS_MASK                0xf000
 #define PORT_CLASS_mISDN_MASK  0xff00
 #define PORT_CLASS_DSS1_MASK   0xfff0
 #define PORT_CLASS_GSM_MASK    0xfff0
+#define PORT_CLASS_DIR_MASK    0x000f
+#define PORT_CLASS_DIR_IN      0x0001
+#define PORT_CLASS_DIR_OUT     0x0002
        /* nt-mode */
 #define        PORT_TYPE_DSS1_NT_IN    0x1111
 #define        PORT_TYPE_DSS1_NT_OUT   0x1112
@@ -41,6 +45,9 @@
 #define        PORT_TYPE_SS5_IN        0x1311
 #define        PORT_TYPE_SS5_OUT       0x1312
 #define        PORT_TYPE_SS5_IDLE      0x1313
+       /* remote */
+#define        PORT_TYPE_REMOTE_IN     0x1411
+#define        PORT_TYPE_REMOTE_OUT    0x1412
        /* answering machine */
 #define        PORT_TYPE_VBOX_OUT      0x3111