PJSIP Is Ignored

Home » Asterisk Users » PJSIP Is Ignored
Asterisk Users 2 Comments

​Asterisk 13.11 rc1

./configure LDFLAGS=”-z muldefs” –libdir=/usr/lib64
–with-unixodbc=$(odbc_config –include-prefix)/ –disable-dev-mode
–with-pjproject-bundled

​checking for pjsip_dlg_create_uas_and_inc_lock in -lpjsip… no checking for pjsip_tsx_create_uac2 in -lpjsip… no checking if “pjmedia_mod_offer_flag flag =
PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE” compiles using pjmedia.h… no checking for pjsip_get_dest_info in -lpjsip… no checking for pjsip/include/pjsip/sip_util.h in -lpj… no checking for pjsip_endpt_set_ext_resolver in -lpjsip… no checking if “struct pjsip_tls_setting setting; int proto; proto =
setting.proto;” compiles using pjsip.h… no checking for pjsip_evsub_add_ref in -lpjsip… no

​When I do make menuselect, it is disabled.

2 thoughts on - PJSIP Is Ignored

  • Well, that’s bizarre. I get the same result. Would you open an issue at issues.asterisk.org while I look into it?

  • Oddly enough, it’s –disable-dev-mode. Try leaving that out and see what happens. The two shouldn’t be related at all.