Asterisk 22.10 return me this error

Asterisk 22.10 return me this error

asterisk: ../src/pjsip/sip_endpoint.c:183: pjsip_endpt_register_module: Assertion `!"Too many modules registered!"' failed.

Any idea? Actually _I will downgrade to 22.9 (works fine)

You need to provide more information.

Are you using bundled PJSIP or not?

What is the console output at startup? (attach it)

Do you have any custom patches?

There’s been no other reports of this and it hasn’t been seen in testing either.

No custom patches. This is the Slackbuild used

Pjsip is external package (version 2.15.1)

I have modified SlackBuild

PJSIP=yes

if [ "${PJSIP:-no}" != "no" ]; then
  CONFIGURE_OPTS="${CONFIGURE_OPTS} --with-pjproject-bundled"
else
  CONFIGURE_OPTS="${CONFIGURE_OPTS} --without-pjproject-bundled"
fi

and removing pjsip external and recompile.

Now works fine, thanks for help.

If someone interest, this is modified and working slackbuild