Asterisk.13.10. Error :res_pjsip/config_transport.c:571:6:

Hi, i m getting this error while compiling Asterisk 13.10 or 13.11

res_pjsip / config_transport.c: 571: 6: error: «pjsip_tcp_transport_cfg» does not contain an element with the name «sockopt_params» res_pjsip / config_transport.c: 572: 6: error: «pjsip_tcp_transport_cfg» does not contain an element with the name «sockopt_params» res_pjsip / config_transport.c: 573: 6: error: «pjsip_tcp_transport_cfg» does not contain an element with the name «sockopt_params» res_pjsip / config_transport.c: 574: 6: error: «pjsip_tcp_transport_cfg» does not contain an element with the name «sockopt_params» res_pjsip / config_transport.c: 575: 6: error: «pjsip_tcp_transport_cfg» does not contain an element with the name «sockopt_params»

ubuntu 12.04

Anyone help me?

Your version of PJSIP appears to be quite old. You will need to update it to a later version.

That means that asterisk 13.10 req pjproject before installation?

Asterisk 13.0.0 compiled correctly without pjproject pre-install

The PJSIP functionality should only be enabled if PJSIP is installed on the system, or you’ve specified to enable bundling to configure. Have you done either? (Is PJSIP installed from a previous installation?)

No, PJSIP is not installed. And i dont use this driver for now.

Can i disable PJSIP in menuselect for compile and correctly work with original SIP channel driver?

You can, although it should be disabled… do you see it detect pjproject when running configure?

Yes. i reconfigured asterisk without PJSIP just now and it correctly compilled, installed and started

Thanks!