X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=port.h;h=d09ba0ccdb9e7d7c397d088c6f158c6c9364b2ce;hp=066ace701379b002c6d3a87475e68f45b18039cf;hb=5463e1b62a39ce417b610584e3d34a8bc30ac15e;hpb=877a2dfd52782f72ba2d28483212166f2326b1fa;ds=inline diff --git a/port.h b/port.h index 066ace7..d09ba0c 100644 --- a/port.h +++ b/port.h @@ -18,16 +18,16 @@ #define PORT_CLASS_DSS1 0x1100 #define PORT_CLASS_DSS1_NT 0x1110 #define PORT_CLASS_DSS1_TE 0x1120 -#define PORT_CLASS_GSM 0x1200 -#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_SIP 0x1500 +#define PORT_CLASS_SIP 0x2000 +#define PORT_CLASS_GSM 0x3000 +#define PORT_CLASS_GSM_BS 0x3100 +#define PORT_CLASS_GSM_MS 0x3200 #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_GSM_MASK 0xff00 #define PORT_CLASS_DIR_MASK 0x000f #define PORT_CLASS_DIR_IN 0x0001 #define PORT_CLASS_DIR_OUT 0x0002 @@ -38,10 +38,10 @@ #define PORT_TYPE_DSS1_TE_IN 0x1121 #define PORT_TYPE_DSS1_TE_OUT 0x1122 /* gsm */ -#define PORT_TYPE_GSM_BS_IN 0x1211 -#define PORT_TYPE_GSM_BS_OUT 0x1212 -#define PORT_TYPE_GSM_MS_IN 0x1221 -#define PORT_TYPE_GSM_MS_OUT 0x1222 +#define PORT_TYPE_GSM_BS_IN 0x3101 +#define PORT_TYPE_GSM_BS_OUT 0x3102 +#define PORT_TYPE_GSM_MS_IN 0x3201 +#define PORT_TYPE_GSM_MS_OUT 0x3202 /* ss5 */ #define PORT_TYPE_SS5_IN 0x1311 #define PORT_TYPE_SS5_OUT 0x1312 @@ -50,10 +50,10 @@ #define PORT_TYPE_REMOTE_IN 0x1411 #define PORT_TYPE_REMOTE_OUT 0x1412 /* SIP */ -#define PORT_TYPE_SIP_IN 0x1511 -#define PORT_TYPE_SIP_OUT 0x1512 +#define PORT_TYPE_SIP_IN 0x2001 +#define PORT_TYPE_SIP_OUT 0x2002 /* answering machine */ -#define PORT_TYPE_VBOX_OUT 0x3111 +#define PORT_TYPE_VBOX_OUT 0xf111 enum { /* states of call */