public:radio:2025:iax_access
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:radio:2025:iax_access [08/06/25 08:38 BST] – [IAX Access] john | public:radio:2025:iax_access [10/06/25 10:33 BST] (current) – removed john | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | < | ||
- | |||
- | |||
- | ====== IAX Remote Access ====== | ||
- | |||
- | ** Experimenting with remote access via IAX ** | ||
- | |||
- | ==== From HamVOIP ==== | ||
- | |||
- | {{ : | ||
- | ===== IAX_RPT ===== | ||
- | |||
- | * Edit / | ||
- | * make new stanza for a named remote user and set an obscure password | ||
- | * looks like: | ||
- | |||
- | < | ||
- | [NEW_USER_NAME] | ||
- | type = user | ||
- | context = iaxrpt | ||
- | auth = md5 | ||
- | secret = NEW_TOP_SECRET_PASSWORD | ||
- | host = dynamic | ||
- | disallow = all | ||
- | allow = ulaw | ||
- | allow = adpcm | ||
- | allow = gsm | ||
- | transfer = no | ||
- | |||
- | </ | ||
- | * disable/ | ||
- | * Edit / | ||
- | * ensure there' | ||
- | * looks like: | ||
- | |||
- | |||
- | < | ||
- | ; CONTEXT Pointed to from iax.conf | ||
- | [iaxrpt] | ||
- | exten => ${NODE}, | ||
- | </ | ||
- | ===== Client Applications ===== | ||
- | |||
- | ==== Windows ==== | ||
- | |||
- | * Legacy iaxRpt | ||
- | * [[https:// | ||
- | * {{ : | ||
- | * configure like this | ||
- | * port is the node's normal iax UDP port, as set up in Allstar Portal and in iax.conf | ||
- | |||
- | {{ : | ||
- | |||
- | * also set your callsign as '' | ||
- | ==== Android ==== | ||
- | |||
- | * DVSwitch Mobile app | ||
- | |||
- | === iax.conf === | ||
- | |||
- | < | ||
- | [USERNAME FOR DVSWITCH] ;;; The stanza is the " | ||
- | type=friend | ||
- | context=android-iaxrpt | ||
- | host=dynamic | ||
- | auth=md5 | ||
- | secret=SUPER_SECRET_PASSWORD ;;; The " | ||
- | disallow=all | ||
- | allow=ulaw | ||
- | transfer=no | ||
- | calltokenoptional=0.0.0.0/ | ||
- | requirecalltoken=no | ||
- | |||
- | </ | ||
- | |||
- | === extensions.conf === | ||
- | |||
- | < | ||
- | [android-iaxrpt] ;;; Stanza is the context from iax.conf | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | exten => 481480, | ||
- | |||
- | </ | ||
- | |||
- | --- //John Pumford-Green 07/06/25 17:07 BST// | ||
- | |||
- | |||
- | ===== Further Information ===== | ||
- | |||
- | |||
- | {{tag> | ||
- | |||
public/radio/2025/iax_access.1749368320.txt.gz · Last modified: by john