aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-25 17:55:26 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-25 17:55:26 +0200
commit368ad7a7320e80c9171a82b1f64875583bf7d91e (patch)
tree687142ed5c9ed24376b08f351ee6c8e490142b47 /misc
parent9f8fd205eea404a60c73f4db0f63e02afa713c31 (diff)
Add pbxType (KmeGetSystemDataRsp)
Diffstat (limited to 'misc')
-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`,
+}