Difference between revisions of "Station flags"
From Zenitel Wiki
(→Flags (2)) |
(→Flags (2)) |
||
Line 128: | Line 128: | ||
===Flags (2)=== | ===Flags (2)=== | ||
[[SNV|$SNV]] Q%op(%gnv(5,8,%1.phy,17),|,''Dec Code'') W5 W8 W%1.phy W17 | [[SNV|$SNV]] Q%op(%gnv(5,8,%1.phy,17),|,''Dec Code'') W5 W8 W%1.phy W17 | ||
+ | |||
+ | ===Flags (3)=== | ||
+ | $SNV Q%op(%gnv(5,8,%1.phy,21),|,''Dec Code'') W5 W8 W%1.phy W21 | ||
[[Category:AlphaCom E Software]] | [[Category:AlphaCom E Software]] |
Revision as of 11:47, 28 October 2013
There are two WORDs of flags controlling some of the features/behaviours of each station.
16 &537166 .module_profile.st_profile[1].flags = 96 (0x0060) 17 &537168 .module_profile.st_profile[1].flags2 = 0 (0x0000)
Contents
Flags (1)
Bit.<br\>no. | Const (STFB_) | Description | Hex code | Dec code |
---|---|---|---|---|
0 | DUPLEX | Duplex switching station | 0x0001 | 1 |
1 | D30 | Enables Direct Access D30 | 0x0002 | 2 |
2 | HOTLINE | Enables Hotline Call Feature | 0x0004 | 4 |
3 | TONETEST | Disables Tone Test Line Monitoring | 0x0008 | 8 |
4 | CONFOVER | Override current conference-talker with same priority | 0x0010 | 16 |
5 | VOICEHLP | No Voice Msg. are ever heard, voice_help_wanted | 0x0020 | 32 |
6 | FEA_REM | User wants feature reminder, fea_rem_wanted | 0x0040 | 64 |
7 | FUNCPRIV | Use function code to control OPEN-PRIVATE or not, func_open_priv | 0x0080 | 128 |
8 | EXT_LT_D | Disables Extended Line Test Monitoring | 0x0100 | 256 |
9 | MAIL_IDLE | Enables display of current mail in Idle | 0x0200 | 512 |
10 | DAK_DISPLAY_DIRNO | Enables dirno to be displayed in DualDisplay DAK display | 0x0400 | 1024 |
11 | DAK_AUTO_CANCEL | Enables automatic cancel while using dak during conversation | 0x0800 | 2048 |
12 | DAK_DIRNO_CONN_IDLE | Enable dirno CONN received in idle to get next dak event in dak string | 0x1000 | 4096 |
13 | DAK_AUTO_INQUIRY | Enable dirno to use inquiry on dak keys | 0x2000 | 8192 |
14 | DAK_DISPLAY | Enable DAK display on other stations than DualDisplay | 0x4000 | 16384 |
15 | IPARIO_2_AMP | IPARIO with 2 amplifiers connected | 0x8000 | 32768 |
Flags (2)
Bit.<br\>no. | Const (STF2B_) | Description | Hex code | Dec code |
---|---|---|---|---|
0 | 2TONE_DAK_SIGN | Use two tones for DAK signaling | 0x0001 | 1 |
1 | SIGN_ACK | Display message acknowledge on DAK key pressed | 0x0002 | 2 |
2 | DISPLAY_ACK | Acknowledge on some displaymessages sent to station | 0x0004 | 4 |
3 | NOT_USE_AEC | Set TRUE if station is not to use AEC chips | 0x0008 | 8 |
4 | PRIVACY | Station is forced to be in privacy (prison) | 0x0010 | 16 |
5 | CELL_STATION_FEAT | Cell station with some special behavior (program display) | 0x0020 | 32 |
6 | IP_STATION | This is an IP station, should have a mac address defined. | 0x0040 | 64 |
7 | IP_AUTENTICATE | IP station require autentification | 0x0080 | 128 |
8 | NO_DISPLAY | Force station to be a non display station (turn off auto display test) | 0x0100 | 256 |
9 | NO_OFF_HOOK_TONE | No off hook tone (PA use of ATLB lines) | 0x0200 | 512 |
10 | RECORD_IN | Record incoming calls (not used) | 0x0400 | 1024 |
11 | RECORD_OUT | Record outgoing calls (not used) | 0x0800 | 2048 |
12 | DISABLE_OPC | Not report to OPC server | 0x1000 | 4096 |
13 | CRM_NOTIFY | CRM station type get standard mail notify | 0x2000 | 8192 |
14 | IP_AUDIO_ONLY | IP only station (Dummy IP station), always in combination with IP_STATION bit | 0x4000 | 16384 |
15 | XLR_PA_MONITORING | IP-ARIO monitoring of the audio cable 1 = On | 0x8000 | 32768 |
Flags (3)
Bit.<br\>no. | Const (STF3B_) | Description | Hex code | Dec code |
---|---|---|---|---|
0 | IPARIO_AUDIO | Set if IP ARIO should request audio license | 0x00000001 | 1 |
1 | STF3B_SIP_STATION | This is a SIP station (11.2.3.4) | 0x00000002 | 2 |
2 | STF3B_ALLOW_DIRNO_REG | Allow dirno registration of IP station (11.2.3.4) | 0x00000004 | 4 |
3 | STF3B_DTMF_DISCON | Station receive DTMF tone as conversation cancel tone (11.2.3.3) | 0x00000008 | 8 |
4 | STF3B_NOT_REC_ON_DEMAND | Recording related to station like before even if global flag recording on demand is ON (Not used) | 0x00000010 | 16 |
5 | STF3B_NO_TONE_TEST_VOL | Avoid increasing volume for tone test | 0x00000020 | 32 |
6 | STF3B_ALWAYS_OPEN | Station is always in Open mode | 0x00000040 | 64 |
7-31 | NOT USED |
Event Handler Flag Programming
Flags can be configured by using the event handler event "Faulty Station Line" OFF. <br\> The examples below add a new bit to the existing flag. (Old flags are kept)
Flags(1)
$SNV Q%op(%gnv(5,8,%1.phy,16),|,Dec Code) W5 W8 W%1.phy W16
Flags (2)
$SNV Q%op(%gnv(5,8,%1.phy,17),|,Dec Code) W5 W8 W%1.phy W17
Flags (3)
$SNV Q%op(%gnv(5,8,%1.phy,21),|,Dec Code) W5 W8 W%1.phy W21