aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/codes.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/codes.go b/misc/codes.go
index 19ddb1c..a28e3fa 100644
--- a/misc/codes.go
+++ b/misc/codes.go
@@ -153,3 +153,18 @@ var keyCodes = map[int]string{
0xa2: `System Alarm`,
0x87: `CTI`,
}
+
+var pbxType = map[int]string{
+ 0: `TDA100`,
+ 1: `TDA200`,
+ 2: `TDA30`,
+ 3: `TDA50`,
+ 5: `TDA15`,
+ 6: `TDA600`,
+ 7: `TDE100`,
+ 8: `TDE200`,
+ 9: `TDE600`,
+ 10: `NCP500`,
+ 11: `NCP1000`,
+ 12: `NCP3000`,
+}