This shows you the differences between two versions of the page.
| |
| wiki:radio_newcallsign [2024/05/10 04:20] – created gibby | wiki:radio_newcallsign [2024/05/10 04:21] (current) – gibby |
|---|
| How to generate a different station callsign (other than node number) after install | How to generate a different station callsign (other than node number) after install |
| |
| ''#cd /usr/local/sbin/ | ''#cd /usr/local/sbin/'' |
| #./write_node_callsigns.sh -n <what you want generated> ; example ./write_node_callsigns.sh -n WSAA420 | |
| | ''#./write_node_callsigns.sh -n <what you want generated> ; example ./write_node_callsigns.sh -n WSAA420'' |
| Script will display the written file path, for example, "Writing /var/lib/asterisk/sounds/rpt/nodenames/WSAA420.gsm" | Script will display the written file path, for example, "Writing /var/lib/asterisk/sounds/rpt/nodenames/WSAA420.gsm" |
| move/rename existing file in /etc/asterisk/local | move/rename existing file in /etc/asterisk/local |
| #mv /etc/asterisk/local/node-id.gsm /etc/asterisk/local/node-id.gsm.bak | |
| #cp /var/lib/asterisk/sounds/rpt/nodenames/WSAP709.gsm /etc/asterisk/local/node-id.gsm'' | ''#mv /etc/asterisk/local/node-id.gsm /etc/asterisk/local/node-id.gsm.bak'' |
| | |
| | ''#cp /var/lib/asterisk/sounds/rpt/nodenames/WSAP709.gsm /etc/asterisk/local/node-id.gsm'' |