On Wednesday, April 5, 2017 8:55:36 AM CDT
Richard Fuchs wrote:
On 04/04/2017 09:33 PM, Anthony Joseph Messina
wrote:
After more digging, I see (from the Asterisk
perspective) that after a
certain amount of time, the "RTCP report" size gets smaller and this is
the point at which the audio from Asterisk back to the softphone is
dropped. Again, this audio drop occurred around 19 minutes into the
call.
I'm not sure this means anything, but perhaps it can point someone more
knowledgeable in the right direction.
A good place to start is to inspect /proc/rtpengine/0/list and check the
packet and byte counters for the respective local ports. This way you
can check if incoming packets are actually arriving at rtpengine.
Thanks, Richard. I am amidst a call right now which shows it's kernelized.
The output from cat /proc/rtpengine/0/list shows nothing changing
throughout the call (after repeating the command).
That means your iptables rule isn't effective. Packets don't get
delivered to the RTPENGINE iptables target. That doesn't explain audio
stopping but that's the first thing you should fix.