X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=port.h;fp=port.h;h=4833ad78faa5f0bac525491ec26509e3eb2837dc;hp=6757e9bb3b761ed3831ba3c8f2ed9d599f784c80;hb=f6aea744f84e702b3469393f007b9e1bf25f6737;hpb=6911e09b77aa1eaac35b595bb4082e1f4c59ca71 diff --git a/port.h b/port.h index 6757e9b..4833ad7 100644 --- a/port.h +++ b/port.h @@ -19,11 +19,11 @@ #define PORT_CLASS_DSS1_NT 0x1110 #define PORT_CLASS_DSS1_TE 0x1120 #define PORT_CLASS_SS5 0x1300 -#define PORT_CLASS_REMOTE 0x1400 #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_REMOTE 0x4000 #define PORT_CLASS_MASK 0xf000 #define PORT_CLASS_mISDN_MASK 0xff00 #define PORT_CLASS_DSS1_MASK 0xfff0 @@ -47,8 +47,8 @@ #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 +#define PORT_TYPE_REMOTE_IN 0x4001 +#define PORT_TYPE_REMOTE_OUT 0x4002 /* SIP */ #define PORT_TYPE_SIP_IN 0x2001 #define PORT_TYPE_SIP_OUT 0x2002