Setting Up IAXRPT IAX Client for The Allstar Network

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • Follow Along:
    Download IAXRPT - hamvoip.org/do...
    Commands in Allstar/Linux
    cd /etc/asterisk/
    cp iax.conf iax.conf.bak.12132020
    cp extensions.conf extensions.conf.bak12132020
    nano iax.conf
    Paste your modified information:
    [w9fff]
    username=w9fff
    type=user
    context=w9fff
    auth=md5
    secret=YOURSECRETWILLGOHERE
    host=dynamic
    disallow=all
    allow=ulaw
    allow=gsm
    transfer=no
    Ctrl X to exit, type Y to save
    _____________________________________________________
    nano extensions.conf
    [w9fff]
    exten=476881,1,Rpt,476881|X
    exten=476881,1,Rpt,476881|X
    just a note, above I made two exten= lines that are the same: you only need one.
    also I kept referring to this as a sip client when in reality, it's a IAX client. Thanks to KC9ONA for pointing these both out!

Комментарии • 19