Changes

Jump to navigation Jump to search
Line 61: Line 61:  
*voter txlockout [instance] <client_list>
 
*voter txlockout [instance] <client_list>
 
**Set Tx Lockout for voter instance clients
 
**Set Tx Lockout for voter instance clients
 +
*** *CLI> <code>voter txlockout 1999</code>  ''will show a list of locked-out and able to transmit sites''
 +
*** *CLI> <code>voter txlockout 1999 +North</code>  ''will add lock-out the North site. Transmit disabled.''
 +
*** *CLI> <code>voter txlockout 1999 -North</code>  ''will remove lock-out of the North site. Transmit enabled.''
    
*voter ping [client] <# pings, 0 to abort>
 
*voter ping [client] <# pings, 0 to abort>
Line 212: Line 215:  
# Run VoterPal.jar. You may come across issues with running Java such as security permissions. Most of these can be allowed.  
 
# Run VoterPal.jar. You may come across issues with running Java such as security permissions. Most of these can be allowed.  
 
# Once running, you will see the applications GUI. File > Open to select your voter data files. A bunch of test files have been made already to test [https://allstarlink.org/voterpal/datafiles/ here]  
 
# Once running, you will see the applications GUI. File > Open to select your voter data files. A bunch of test files have been made already to test [https://allstarlink.org/voterpal/datafiles/ here]  
[[File:Voterpal.png|left|thumb|789x789px]]
+
[[File:Voterpal.png|left|thumb|549x549px]]
 +
 
 +
'''Reset'''
 +
 
 +
Resets the file back to start
 +
 
 +
'''Play'''
 +
 
 +
Plays the recorded file
 +
 
 +
'''Stop'''
 +
 
 +
Stops the current playing file in it's current position
 +
 
 +
'''CTCSS Filter Enable'''
 +
 
 +
Removes CTCSS hum from any recorded audio stream
 +
 
 +
'''File Play Position'''
 +
 
 +
Drag this slider to skip
 +
 
 +
'''Activity'''
   −
==== Activity ====
   
This will show time-stamped information including RSSI of the selected VOTER client within the recorded data stream
 
This will show time-stamped information including RSSI of the selected VOTER client within the recorded data stream
   −
==== Voter Clients ====
+
'''Voter Clients'''
 +
 
 
This will show the real time voted client. This is also dependent of the Mode setting
 
This will show the real time voted client. This is also dependent of the Mode setting
   −
==== Mode ====
+
'''Mode'''
 +
 
 
Various modes can be selected in VoterPal
 
Various modes can be selected in VoterPal
   Line 231: Line 257:  
< 0 - Any value less than zero will force select the Voter Client (i.e. -1 is the first client, -2 is the 2nd client)       
 
< 0 - Any value less than zero will force select the Voter Client (i.e. -1 is the first client, -2 is the 2nd client)       
   −
==== Reset ====
+
==Node Configuration==
Resets the file back to start
+
As mentioned above the Asterisk CLI is as follows -
 +
* voter record instance_id [record filename]  - Enables/Specifies (or disables) recording file for chan/voter
 +
Where
   −
==== Play ====
+
- instance_id = voter number instance
Plays the recorded file
  −
 
  −
==== Stop ====
  −
Stops the current playing file in it's current position
     −
==== CTCSS Filter Enable ====
+
- record filename is the filename of the recording to be stored
Removes CTCSS hum from any recorded audio stream
     −
==== File Play Position ====
+
A script can be made and placed in cron.hourly which will run every hour. Every time the above command is run in Asterisk, it creates a new file. An example of such a script is below
Drag this slider to skip
+
#!/bin/sh asterisk -r -x "voter record instance_id /tmp/voter-record"`date +%F-%H-%M` >> /var/log/voterrecordlog
 +
the /tmp/ directory can be substituted for mounted USB HDD.
   −
==Node Configuration==
+
[[Category:How to]]
 +
[[Category:Node Configuration]]
896

edits

Navigation menu