Can’t Send 10 Type Frames With PJSIP

Home » Asterisk Users » Can’t Send 10 Type Frames With PJSIP
Asterisk Users 2 Comments

I am getting flooded with these messages:

[Mar 1 12:25:29] WARNING[6962][C-0000005a]: chan_pjsip.c:712
chan_pjsip_write: Can’t send 10 type frames with PJSIP
[Mar 1 12:25:30] WARNING[6962][C-0000005a]: chan_pjsip.c:712
chan_pjsip_write: Can’t send 10 type frames with PJSIP
[Mar 1 12:25:31] WARNING[6962][C-0000005a]: chan_pjsip.c:712
chan_pjsip_write: Can’t send 10 type frames with PJSIP
[Mar 1 12:25:32] WARNING[6962][C-0000005a]: chan_pjsip.c:712
chan_pjsip_write: Can’t send 10 type frames with PJSIP
[Mar 1 12:25:33] WARNING[6962][C-0000005a]: chan_pjsip.c:712
chan_pjsip_write: Can’t send 10 type frames with PJSIP

Is there a way to identify the endpoint that is causing these messages to appear so I can configure it properly?


Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez
+52 (55)9116-91161

2 thoughts on - Can’t Send 10 Type Frames With PJSIP

  • For right now, you could replace line 712 in channels/chan_pjsip.c with the following and recompile.

    ast_log(LOG_WARNING, “Can’t send %u type frames with PJSIP. Endpoint: %s\n”, frame->frametype, ast_sorcery_object_get_id(channel->session->endpoint));

    You could also run Wireshark (or capture with tcpdump and view with Wireshark) and use a display filter like “rtp.p_type == 10”

  • Carlos Chavez wrote:

    Type 10 is CNG (comfort noise), that combined with what George provided should allow you to narrow things down. I’d also suggest filing an issue[1] so we can provide more information for that warning or potentially squash it for CNG.

    [1] https://issues.asterisk.org/jira