first commit
commit
869af82644
@ -0,0 +1,3 @@
|
||||
71/USERNO/Default
|
||||
71/PIN/0
|
||||
72/0/000.000.000.000/Gateway0
|
@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<dispatcher>
|
||||
<setting name="channelmaskoutduplex">0</setting>
|
||||
<setting name="forcewindowsvolumeinduplex">False</setting>
|
||||
<setting name="volumeoutambience">100</setting>
|
||||
<setting name="volumeoutsimplex">562</setting>
|
||||
<setting name="channelmaskalertduplex">0</setting>
|
||||
<setting name="forcewindowsvolumeoutdiscreet">False</setting>
|
||||
<setting name="dfltdeviceoutgroup" />
|
||||
<setting name="dfltdevicealertsimplex" />
|
||||
<setting name="forcewindowsvolumeingroup">False</setting>
|
||||
<setting name="dfltdeviceinsimplex" />
|
||||
<setting name="dfltdeviceoutsimplex" />
|
||||
<setting name="dfltdevicealertduplex" />
|
||||
<setting name="forcewindowsvolumeoutsimplex">False</setting>
|
||||
<setting name="volumeingroup">100</setting>
|
||||
<setting name="channelmaskalertsimplex">0</setting>
|
||||
<setting name="forcewindowsvolumealertsimplex">False</setting>
|
||||
<setting name="dfltdeviceingroup" />
|
||||
<setting name="dfltdeviceoutambience" />
|
||||
<setting name="forcewindowsvolumeoutloud">False</setting>
|
||||
<setting name="forcewindowsvolumealertduplex">False</setting>
|
||||
<setting name="channelmaskoutambience">0</setting>
|
||||
<setting name="forcewindowsvolumeoutambience">False</setting>
|
||||
<setting name="channelmaskoutsimplex">0</setting>
|
||||
<setting name="channelmaskoutloud">0</setting>
|
||||
<setting name="volumeinsimplex">100</setting>
|
||||
<setting name="volumeoutloud">562</setting>
|
||||
<setting name="volumeoutdiscreet">100</setting>
|
||||
<setting name="forcewindowsvolumeoutgroup">False</setting>
|
||||
<setting name="dfltdeviceoutdiscreet" />
|
||||
<setting name="channelmaskoutgroup">0</setting>
|
||||
<setting name="dfltdeviceoutduplex" />
|
||||
<setting name="volumeoutduplex">562</setting>
|
||||
<setting name="volumealertduplex">100</setting>
|
||||
<setting name="volumealertsimplex">100</setting>
|
||||
<setting name="dfltdeviceinduplex" />
|
||||
<setting name="volumeoutgroup">562</setting>
|
||||
<setting name="channelmaskoutdiscreet">0</setting>
|
||||
<setting name="volumeinduplex">100</setting>
|
||||
<setting name="forcewindowsvolumeoutduplex">False</setting>
|
||||
<setting name="forcewindowsvolumeinsimplex">False</setting>
|
||||
<setting name="externaldevice">NONE</setting>
|
||||
<setting name="dfltdeviceoutloud" />
|
||||
</dispatcher>
|
Binary file not shown.
@ -0,0 +1,72 @@
|
||||
;*****************************************************************
|
||||
;*** TetraFlex Status SDS Codes Text Strings ***
|
||||
;*****************************************************************
|
||||
|
||||
; Copyright © 2007-2012
|
||||
; Damm Cellular Systems A/S, Denmark
|
||||
; Version: 7.60 2012-11-02
|
||||
|
||||
; This file shall be used to define the Text Strings used for the Status SDS
|
||||
; descriptions in the Damm TetraFlex Dispatcher and Log Client.
|
||||
|
||||
; All used non-Predefined Codes shall be setup here to get a description
|
||||
; in the Application.
|
||||
|
||||
; All ETSI and Tetra Association Predefined Codes are setup automatically
|
||||
; in English in the applications and do not need to be included in this file.
|
||||
; Predefined Codes setup here will overwrite the strings in the applications.
|
||||
; This can be used to change the descriptions, e.g. to a local language.
|
||||
; Predefined codes are using the range 8000h (32768) to EFFFh (62439).
|
||||
|
||||
|
||||
; This file shall be a Unicode file and all Character Sets can be used.
|
||||
; The maximum string length is ??? characters.
|
||||
; Lines starting with semicolon is interpreted as comments.
|
||||
|
||||
|
||||
|
||||
;******************** User Defined Codes ********************
|
||||
; Setup your User Defined Codes here
|
||||
; Valid range: 32768 (8000h) to 62439 (EFFFh) as defined in TTR 001-01
|
||||
; Example:
|
||||
;33001 = On Duty
|
||||
;33002 = On Patrol
|
||||
;33003 = On Standby
|
||||
;33004 = Refresments
|
||||
;33005 = En Route
|
||||
;33006 = At Scene
|
||||
;33007 = Deployable
|
||||
;33008 = Unavailable
|
||||
;33009 = Escorte
|
||||
;33010 = At Court
|
||||
;33011 = Off Duty
|
||||
;33012 = Confidential
|
||||
;33013 = Call Back
|
||||
;33014 = Urgent Call
|
||||
;33015 = Received
|
||||
;33016 = Repeat
|
||||
;33020 = Request to speak
|
||||
;33021 = Request PNC
|
||||
;36864 = Start Mission
|
||||
;36865 = Stop Mission
|
||||
;36866 = Id Request
|
||||
|
||||
;******************** Predefined Codes ********************
|
||||
; Defined by TTR 001-01
|
||||
;0 = Emergency
|
||||
;1 = BS Fallback
|
||||
;65024 = General status acknowledgement
|
||||
;65025 = General status negative acknowledgement
|
||||
;65026 = Not authorised
|
||||
;65027 = Unrecognised address
|
||||
;65028 = Destination does not exist
|
||||
;65029 = Destination not reachable
|
||||
;65030 = Destination not authorized
|
||||
;65031 = Destination busy
|
||||
;65032 = Status value out of range
|
||||
;65264 = Tx Inhibit On
|
||||
;65265 = Tx Inhibit Off
|
||||
;65270 = SS-AL Call request (normal)
|
||||
;65271 = SS-AL Call request (emergency)
|
||||
;65276 = Urgent callback request
|
||||
;65279 = Callback request
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue