Endpoint: 5232/5232 Not in use 0 of inf InAuth: 5232-auth/5232 Aor: 5232 1 Contact: 5232/sip:52...@10.10.150.83:5060 ff53c2b228 Avail 14.568
--
--
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to nlug...@googlegroups.com
To unsubscribe from this group, send email to nlug-talk+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
---
You received this message because you are subscribed to the Google Groups "NLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nlug-talk+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CADPPtrofatmmG310FD%2Bo7ZsjP%2B-BRS%2BviQ3fdgTebpb_Akkcng%40mail.gmail.com.
rtp set debug on
And make an internal call between extensions. Observe the IP and negotiated RTP port#s for the 2-way, 2-channel audio between the two endpoints (internal or mixed). Audio issues are almost always related to some setting that is causing this negotiation to not be mutual agreeable.
Be sure to ‘rtp set debug off’ when done as it will continue displaying (and logging) these RTP traces, and any calls of substantial length will generate thousands of messages each (even when not in the asterisk CMD prompt mode).
Sent from Mail for Windows
Sent RTP packet to 192.168.200.40:5004 (type 00, seq 019554, ts 085649, len 000160)
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/1062413990.166242.1636911661843.JavaMail.zimbra%40mail.jobsoft.net.
Make sure the Grandstream RTP port ranges line up with your Settings->Asterisk SIP Settings ranges. 5004 sounds device specific. The default for FreePBX, is, I think, 10000-20000. Are you using OSS Endpoint Manager? If so, see if the template has an RTP range setting as well.
If you are only seeing one endpoint’s IP address in the RTP debug, then it sounds like the other endpoint isn’t finding something mutual agreeable. I HATE RTP issues. SIP always seems fairly straight forward.
FWIW, I’m all PJSIP on FreePBX 15 (even trunks). It is where they’re going so I just bit the bullet and hammered it out. Once up and going, it does seem to be fairly robust.
Sent from Mail for Windows
From: Curt Lundgren
Sent: Sunday, November 14, 2021 12:34 PM
To: NLUG
Subject: Re: [nlug] Strange Asterisk issue
Sent RTP packet to MailScanner warning: numerical links are often malicious: 192.168.200.40:5004 (type 00, seq 019554, ts 085649, len 000160)
Oh yeah, with FreePBX 15 (at least their distro ISO), PJSIP was default on 5060, and CHAN_SIP was moved to 5160. So, you do have to change this port # on your endpoints if you want CHAN_SIP out-of-the-box.
From: Curt Lundgren
Sent: Sunday, November 14, 2021 12:34 PM
To: NLUG
Subject: Re: [nlug] Strange Asterisk issue
Sent RTP packet to MailScanner warning: numerical links are often malicious: 192.168.200.40:5004 (type 00, seq 019554, ts 085649, len 000160)
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/223726025.166441.1636915575419.JavaMail.zimbra%40mail.jobsoft.net.