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

2025 Radio Topics

IAX Access

Experimenting with remote access via IAX

IAX_RPT

  • Edit /etc/asterisk/iax.conf
    • make new stanza for a named remote user and set an obscure password
    • looks like:
[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
  • 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:
; CONTEXT Pointed to from iax.conf
[iaxrpt]                         
exten => ${NODE},1,rpt(${NODE}|X) 

Client Applications

Windows

Android

  • DVSwitch Mobile app

John Pumford-Green 07/06/25 17:07 BST

Further Information

public/radio/2025/iax_access.txt · Last modified: by john