John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:2025:gm4slv_allstar_2025

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:radio:2025:gm4slv_allstar_2025 [03/06/25 18:55 BST] – [So Far So Good] johnpublic:radio:2025:gm4slv_allstar_2025 [06/06/25 12:21 BST] (current) – [GM4SLV Allstar 2025] john
Line 6: Line 6:
 ** New explorations into Allstar and Bridging ** ** New explorations into Allstar and Bridging **
  
 +<note tip>
 +
 +This was an initial experiment, I've used what I learned to set up a bigger system (still under development) and described here : [[allstar_expands|]]
 +
 +</note>
 ===== Hardware ===== ===== Hardware =====
  
Line 22: Line 27:
 Instructions here: {{ :public:radio:asl-to-dmr-bridge.pdf | ASL to DMR Bridge}} Instructions here: {{ :public:radio:asl-to-dmr-bridge.pdf | ASL to DMR Bridge}}
  
 +The first part is easy, modifying a working Allstar node to add the private node and the USRP channel driver that will be used for the connection to the bridging.
 ==== My configs ==== ==== My configs ====
  
Line 724: Line 730:
 ++++ /etc/asterisk/rpt.conf after bridging added | ++++ /etc/asterisk/rpt.conf after bridging added |
  
-<code>+<code bash>
  
 ; Radio Repeater configuration file (for use with app_rpt) ; Radio Repeater configuration file (for use with app_rpt)
Line 1448: Line 1454:
 ++++ /etc/asterisk/modules.conf after bridging added | ++++ /etc/asterisk/modules.conf after bridging added |
  
-<code>+<code bash>
 ; ;
 ; Asterisk configuration file ; Asterisk configuration file
Line 1669: Line 1675:
 ++++ /etc/asterisk/extensions.conf after bridging added | ++++ /etc/asterisk/extensions.conf after bridging added |
  
-<code>+<code bash>
  
 [general] [general]
Line 1828: Line 1834:
  
 ++++ ++++
 +
 +The next bit was more tricky on an old Debian ''Buster'' ASL Beta image that hadn't been updated/upgraded in a long time....
  
 ==== Installing DVswitch ==== ==== Installing DVswitch ====
Line 1873: Line 1881:
 ''/etc/asterisk/rpt.conf'' ''/etc/asterisk/rpt.conf''
  
-<code>+<code php>
 [1999] [1999]
 rxchannel = USRP/127.0.0.1:34001:31001 rxchannel = USRP/127.0.0.1:34001:31001
Line 1881: Line 1889:
 and setting ''Analog_Bridge.ini'' to match: and setting ''Analog_Bridge.ini'' to match:
  
-<code>+<code php>
 [USRP] [USRP]
 address = 127.0.0.1               address = 127.0.0.1              
Line 1908: Line 1916:
 ''Analog_Bridge.ini'' to change from ''AUDIO_UNITY'' to ''AUDIO_USE_GAIN'' ''Analog_Bridge.ini'' to change from ''AUDIO_UNITY'' to ''AUDIO_USE_GAIN''
  
-<code>+<code php>
 [USRP] [USRP]
-address = 127.0.0.1                     ; IP address of USRP partner (Analog_Reflector, Allstar/Asterisk or another Analog_Bridge) +address = 127.0.0.1                      
-txPort = 31001                          ; Transmit USRP frames on this port +txPort = 31001                          
-rxPort = 34001                          ; Listen for USRP frames on this port +rxPort = 34001                        
-usrpAudio = AUDIO_USE_GAIN                 ; Digital -> Analog (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_USE_AGC) +usrpAudio = AUDIO_USE_GAIN             
-usrpGain = 3                         ; Gain factor when usrpAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY) +usrpGain = 3                         
-;usrpAGC = -20,10,100                    ; Set the agc threshold (db), slope (db) and decay (ms) +;usrpAGC = -20,10,100                  
-tlvAudio = AUDIO_USE_GAIN                  ; Analog -> Digital (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_BPF) +tlvAudio = AUDIO_USE_GAIN                 
-tlvGain = 0.35                          ; Gain factor when tlvAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)+tlvGain = 0.35                     
 </code> </code>
  
 I set the various DVSwitch things to be enabled or disabled: I set the various DVSwitch things to be enabled or disabled:
  
-<code>+<code bash>
 systemctl enable asterisk systemctl enable asterisk
 systemctl enable analog_bridge systemctl enable analog_bridge
Line 1937: Line 1945:
 ''/var/www/html/allmon2/allmon.ini.php'' ''/var/www/html/allmon2/allmon.ini.php''
  
-<code>+<code php>
  
 [48148] [48148]
Line 1966: Line 1974:
 ''/var/www/html/supermon/allmon.ini'' ''/var/www/html/supermon/allmon.ini''
  
-<code>+<code php>
 [48148] [48148]
 host = 127.0.0.1:5038 host = 127.0.0.1:5038
Line 1994: Line 2002:
  
  
-{{tag>}}+{{tag>radio allstar mmdvm dvswitch}}
  
  
public/radio/2025/gm4slv_allstar_2025.1748973310.txt.gz · Last modified: by john