-
Notifications
You must be signed in to change notification settings - Fork 155
EN admin_guide troubleshooting_no_audio
When the call connects but no sound/audio passes, in most cases the issue is related to RTP/NAT/firewall configuration, not the billing itself.
Please check the following:
- Open the RTP ports on the server firewall MagnusBilling by default has these ports open, but if you have a custom firewall configuration, please make sure the following ports are open:
10000:60000/udpCheck if they are open in your firewall, cloud provider firewall, router, or security group.
- Check Asterisk NAT settings
Edit:
/etc/asterisk/sip.confConfirm that the server has the correct public IP configured, for example:
- externip=YOUR_SERVER_PUBLIC_IP
- localnet=YOUR_LOCAL_NETWORK/NETMASK
- nat=force_rport,comedia
Then reload Asterisk:
asterisk -rx "sip reload"- Check if RTP packets are arriving
Run this command during a test call:
tcpdump -n udp portrange 10000-60000If you do not see RTP packets, the audio is being blocked before reaching the server.
- Disable direct media if needed
If direct media is enabled, audio may try to pass directly between caller and provider, causing one-way audio or no audio depending on NAT.
In MagnusBilling / Asterisk options, test with directmedia disabled.
Documentation: https://wiki.magnusbilling.org/en/source/get_started/first_call.html#directmedia
- Test with another provider or SIP account
This helps confirm if the problem is on:
- the customer device/softphone,
- the provider trunk,
- firewall/NAT,
- or server configuration.
Useful documentation: https://wiki.magnusbilling.org/en/source/get_started/first_call.html https://wiki.magnusbilling.org/en/source/get_started/quick_install.html
If after checking this the issue continues, please send us:
- one example call date/time,
- caller number,
- destination number,
- provider used,
- and whether the issue is no audio both ways or only one-way audio.
Documentation source · Report an issue · English documentation generated from the MagnusBilling 8 RST sources.