Had a router failure. Replaces old cisco router with Edgerouter 4. Router is up and running, can place calls and receive incoming call but I have no audio either way.
I have port forward 10000-20000 from WAN to pbx ip ports 10000-20000 UDP.
Can make calls between inter-office over IAX with no issues.
in the asterisk cli and watch what happens when you make a call (both in and out), enable either chan_sip or chan_pjsip debugging as appropriate also to ‘bracket’ the trace .
That is one transaction of the A-leg of the call there needs to be also a congruent B-leg flow in response because asterisk is a B2BUA
presumably 192.168.12.113 is your PBX and 216.221.xxx.xxx your VSP. you will need your router to return traffic from 216.221.xxx.xxx to 192.168.12.113 (the port should be the same , yours isn’t)
I suspect you router has a “SIP helper/ALG” enabled, if so it is not helping, your router should not be doing any ‘port translation’ in either direction.