Olivier
2018-Apr-27 10:23 UTC
[asterisk-users] 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180427/3c76a677/attachment.html>
Richard Mudgett
2018-Apr-27 15:29 UTC
[asterisk-users] How to check modules loading order or force such order ?
On Fri, Apr 27, 2018 at 5:23 AM, Olivier <oza.4h07 at gmail.com> wrote:> 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 >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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180427/a5bce1a3/attachment.html>