Hi,
I have asterisk running in a nested VM on a droplet. I can connect to this just fine but I can not hear any Audio. I assume its an issue with iptables. Anyone else get this to work per chance?
Heres what I have so far:
iptables -A FORWARD -i eth0 -o vnet0 -p udp --dport 5060 -m conntrack --ctstate NEW -j ACCEPT
iptables -A FORWARD -i eth0 -o vnet0 -p udp --dport 10000:10500 -m conntrack --ctstate NEW -j ACCEPT
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.