How To Check Modules Loading Order Or Force Such Order ?
Hello,
From [1], you can read:
“If you don’t have an identify section defined, or else you have res_pjsip_endpoint_*identifier_ip* loading *after* res_pjsip_endpoint_
*identifier_user*, then …”
To remove the above uncertainty coming from modules loading order, how can you either or both :
– check modules loading order
– force such order.
Would it be welcomed addition to the wiki pages ?
Best regards
[1]
https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Sections+and+Relationships
One thought on - How To Check Modules Loading Order Or Force Such Order ?
That particular page is a little out-of-date. The endpoint_identifier_order option for the global section [1] was created to remove that short coming quite awhile ago so load order is no longer a determining factor.
The most-up-to-date and accurate option documentation for your Asterisk version will be what is installed online with your Asterisk installation. In this case CLI “config show help res_pjsip global endpoint_identifier_order”, and “core show help pjsip show identifiers”.
Richard
[1]
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip