<div dir="ltr"><div dir="ltr">On Fri, May 8, 2020 at 8:58 AM Erol Toker <<a href="mailto:erol@truly.co">erol@truly.co</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Everyone,</div><div><br></div><div>We're routing calls through Asterisk (dialing in via sip and then dialing out via SIP). </div><div><br></div><div> We've noticed a curious behavior in chan_sip that doesn't persist with chan_pjsip. When examining the packet capture, we're seeing the SSRC changing constantly on the call.  At first it happens over a variable interval (15s 6s etc) but eventually it ends up changing exactly every 1000ms.  Every time the SSRC changes, it causes a very minor but noticeable gap in audio.  </div><div><br></div><div>The fact that it's changing on this exact interval makes me think there is an explicit setting somewhere, or it's intentional behavior in the code.  We do NOT see this behavior with chan_pjsip, all other things being equal.</div><div><br></div><div>Does anyone know what might be driving this difference in behavior, and what we can do about it?  We're on Ast 13 (same behavior on our current version, and when we upgrade to latest)<br></div></div></blockquote><div><br></div><div>There are specific actions which can cause a notification of a source change to bubble up. Inbound SSRC change being one, and I think a few others (been years since I looked at that stuff). The chan_pjsip module may not implement handling of those, so the SSRC doesn't change. An RTP capture on both sides would show anything out of the ordinary, and bumping up the debug level (core set debug 3 may do it) may show why. </div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><font color="#073763">Joshua C. Colp</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Asterisk Technical Lead</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Sangoma Technologies</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Check us out at <a href="http://www.sangoma.com" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><br></div></div></div></div></div></div></div></div></div></div></div>