<div dir="ltr"><div class="gmail_default" style="font-family:'arial narrow',sans-serif">For right now, you could replace line 712 in channels/chan_pjsip.c with the following and recompile.</div><div class="gmail_default" style="font-family:'arial narrow',sans-serif"><br></div><div class="gmail_default"><div class="gmail_default"><font face="monospace, monospace">ast_log(LOG_WARNING, "Can't send %u type frames with PJSIP. Endpoint: %s\n",</font></div><div class="gmail_default"><font face="monospace, monospace">frame->frametype, ast_sorcery_object_get_id(channel->session->endpoint));</font></div><div style="font-family:'arial narrow',sans-serif"><br></div></div><div class="gmail_extra"><div class="gmail_default" style="font-family:'arial narrow',sans-serif">You could also run Wireshark (or capture with tcpdump and view with Wireshark) and use a display filter like "rtp.p_type == 10"</div><div class="gmail_default" style="font-family:'arial narrow',sans-serif"><br></div><br><div class="gmail_quote">On Tue, Mar 1, 2016 at 11:29 AM, Carlos Chavez <span dir="ltr"><<a href="mailto:cursor@telecomabmex.com" target="_blank">cursor@telecomabmex.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">    I am getting flooded with these messages:<br>
<br>
[Mar  1 12:25:29] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Can't send 10 type frames with PJSIP<br>
[Mar  1 12:25:30] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Can't send 10 type frames with PJSIP<br>
[Mar  1 12:25:31] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Can't send 10 type frames with PJSIP<br>
[Mar  1 12:25:32] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Can't send 10 type frames with PJSIP<br>
[Mar  1 12:25:33] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Can't send 10 type frames with PJSIP<br>
<br>
    Is there a way to identify the endpoint that is causing these messages to appear so I can configure it properly?<span class=""><font color="#888888"><br>
<br>
-- <br>
Telecomunicaciones Abiertas de México S.A. de C.V.<br>
Carlos Chávez<br>
+52 (55)9116-91161<br>
<br>
<br>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></font></span></blockquote></div><br></div></div>