KE6UPI‎ > ‎AllStarLink‎ > ‎

iax.conf

Notes
node = your node number
node_passwd = Log into allstarlink.org > Node > Node Configuration > Click on the node your working with. Under Node Information you'll see Node Password

bindport=4569 If you have more then one server (two computers) behind a router then you'll need to have different port numbers. i.e. node1 4569 and node2 4570.

iax.conf

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[general]
bindport=4569  ; Log into allstarlink.org > Server > Server Configuration > Click on the node your working with. Network Configuration. UDP Port:
bindaddr=0.0.0.0  ; You should not need to change this.. Only change this if you know what your doing.
disallow=all
allow=gsm
allow=g726aal2
allow=ulaw
jitterbuffer=yes
forcejitterbuffer=yes
dropcount=2
maxjitterbuffer=4000
maxjitterinterps=10
resyncthreshold=1000
maxexcessbuffer=80
minexcessbuffer=10
jittershrinkrate=1
tos=0x1E
autokill=yes
delayreject=yes

register=node:node_passwd@register.allstarlink.org

; Incoming radio connections

[radio]
type=user
disallow=all
allow=g726aal2
allow=gsm
codecpriority=host
context=radio-secure
transfer=no
Comments