You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
One-way audio on our TrixBox
print icon

Running a TrixBox behind a firewall can cause one-way audio issues. On a Trixbox, you will need to specify the external IP as well as the internal network

in sip.conf.

ie:

[general]
externhost = asterisk.company.com
externip=123.123.123.123 ; the ip address your ISP gives you
localnet=192.168.1.0/255.255.255.0
nat=yes
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all ; Modify these to meet your codec needs
allow=ulaw
allow=alaw
allow=g729
allow=gsm

Feedback
0 out of 0 found this helpful

scroll to top icon