summaryrefslogtreecommitdiffstats
path: root/port.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-05-11 11:07:58 +0200
committerAndreas Eversberg2009-05-11 11:07:58 +0200
commit20a671d76854520ad9d5ea9d481e008240465e62 (patch)
treefbfd12696b1d31b347e85442f1e9ed37ccfda0d8 /port.h
parentApplied patch by Daniel: "execute"-action can now be performed on call init o... (diff)
downloadlcr-20a671d76854520ad9d5ea9d481e008240465e62.tar.gz
lcr-20a671d76854520ad9d5ea9d481e008240465e62.tar.xz
lcr-20a671d76854520ad9d5ea9d481e008240465e62.zip
Added GSM network support.
This turns LCR into a GSM mobile switching center. More infos will follow.
Diffstat (limited to 'port.h')
-rw-r--r--port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/port.h b/port.h
index 3a1a930..be2598f 100644
--- a/port.h
+++ b/port.h
@@ -17,6 +17,7 @@
#define PORT_CLASS_mISDN 0x0100
#define PORT_CLASS_MASK 0xff00
#define PORT_CLASS_mISDN_DSS1 0x0110
+#define PORT_CLASS_mISDN_GSM 0x0120
#define PORT_CLASS_mISDN_MASK 0xfff0
/* nt-mode */
#define PORT_TYPE_DSS1_NT_IN 0x0111
@@ -24,6 +25,9 @@
/* te-mode */
#define PORT_TYPE_DSS1_TE_IN 0x0113
#define PORT_TYPE_DSS1_TE_OUT 0x0114
+ /* gsm */
+#define PORT_TYPE_GSM_IN 0x0121
+#define PORT_TYPE_GSM_OUT 0x0122
/* answering machine */
#define PORT_TYPE_VBOX_OUT 0x0311