v1.0.0.6
Added: Call event sounds
- Triggered when call setup/release/granted/ceased/priority/unallocated seen.
- Create folder 'snd' in working SDR# folder (Only where 'TetraNetMon.exe' is run from).
Put files in folder (with the following names) to activate.
snd_call_released.wav - When call ends
snd_call_setup.wav - When call starts
snd_ssi_ceased.wav - When each SSI has ceased TX.
snd_ssi_granted.wav - When each SSI is granted TX.
snd_priority[X].wav - When priority # is triggered, sound plays.
'X' is a value from 1 to 99. e.g. 'snd_priority8.wav'
Remove files from folder to disable.
=====================================================================================================
v1.0.0.5 - Not public
Changed: Spectrum label - Made label box rounded and slightly wider.
Added: Group Priority (Value 0 to 99)
- Set priority value in 'Groups' tab.
- Higher value is higher priority. e.g. 70 will override call with a priority of 5.
- If Hold is used, then priorities will be ignored.
Added: GSSI Hold
- Use [ALT] + [Spacebar] to set/clear hold.
- Hold indicated on main UI with GSSI value.
- When used with private calls, then it applies to all private calls.
Changed: Added priorty colum to 'Calls' tab
Changed: Private calls
- call events and 'Calls' > 'Duplex' now show if call is 'half'. (When only one ISSI in call)
Added: Option to only play private calls with only both ISSI in call
Fixed: Null exception seen when testing call event log previous entry (when it was empty)
- In 'D_TX_Ceased'
- In 'D_TX_Granted'
Fixed: Private call - Bad usage marker was detected on start of some duplex calls which cause call to end.
- To make call work, used duplex usage marker (from 2nd TS) until 1st TS is updated by 'D_Connect_Acknowlegde' (if seen).
Changed: Private call set-ups are allowed while any calls are active. (for priorities to work with these calls)