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:iax_access

Differences

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

Link to this comparison view

Next revision
Previous revision
public:radio:2025:iax_access [07/06/25 17:16 BST] – created johnpublic:radio:2025:iax_access [07/06/25 17:28 BST] (current) – [Further Information] john
Line 10: Line 10:
   * Edit /etc/asterisk/iax.conf    * Edit /etc/asterisk/iax.conf 
     * make new stanza for a named remote user and set an obscure password     * make new stanza for a named remote user and set an obscure password
 +    * looks like:
 +
 +<code>
 +[NEW_USER_NAME]                           
 +type = user                           
 +context = iaxrpt    ; Context to jump to in extensions.conf
 +auth = md5
 +secret = NEW_TOP_SECRET_PASSWORD
 +host = dynamic
 +disallow = all
 +allow = ulaw
 +allow = adpcm
 +allow = gsm
 +transfer = no
 +
 +</code>
     * disable/remove default [iaxrpt] stanza     * disable/remove default [iaxrpt] stanza
 +  * Edit /etc/asterisk/extensions.conf
 +    * ensure there's an extension that's pointed to by the ''context'' entry in the iax.conf stanza above
 +      * looks like:
  
 +
 +<code>
 +; CONTEXT Pointed to from iax.conf
 +[iaxrpt]                         
 +exten => ${NODE},1,rpt(${NODE}|X) 
 +</code>
 ===== Client Applications ===== ===== Client Applications =====
  
 ==== Windows ==== ==== Windows ====
  
-  * iax_rpt +  * Legacy iaxRpt 
-  * [[https://hamvoip.org/downloads/setup_iaxrpt_xipar_010146.exe]] +    * [[https://hamvoip.org/downloads/setup_iaxrpt_xipar_010146.exe]] 
-    * {{ :public:radio:2025:setup_iaxrpt_xipar_010146.zip |}} +      * {{ :public:radio:2025:setup_iaxrpt_xipar_010146.zip |}} 
-  * configure like this: +  * configure like this 
-{{ :public:radio:2025:screenshot_2025-06-07_171550.png?direct&600 |}}+    * port is the node's normal iax UDP port, as set up in Allstar Portal and in iax.conf 
 + 
 +{{ :public:radio:2025:screenshot_2025-06-07_171550.png?direct&400 |}} 
 + 
 +==== Android ====
  
 +  * DVSwitch Mobile app
  
 --- //John Pumford-Green 07/06/25 17:07 BST// --- //John Pumford-Green 07/06/25 17:07 BST//
Line 29: Line 59:
  
  
-{{tag>}}+{{tag>radio allstar iax_rpt}}
  
  
public/radio/2025/iax_access.1749312980.txt.gz · Last modified: by john