<div dir="ltr">Got it !!!<div>The testsuite was looking for these modules in /usr/lib64. </div><div>I recompiled the asterisk with --libdir=/usr/lib64 and it works.</div><div><br></div><div>Now the test is running </div><div>I will start working on it now.</div><div><br></div><div>Thank you.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 31, 2015 at 6:09 PM, Yaron Nachum <span dir="ltr"><<a href="mailto:nachum.yaron@gmail.com" target="_blank">nachum.yaron@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The following is the output<div><div><div>[root@stnrd5652 testsuite]# ls /usr/lib/asterisk/modules | grep pjsip</div>chan_pjsip.so</div><div>func_pjsip_aor.so</div><div>func_pjsip_contact.so</div><div>func_pjsip_endpoint.so</div><div>res_hep_pjsip.so</div><div>res_pjsip_acl.so</div><div>res_pjsip_authenticator_digest.so</div><div>res_pjsip_caller_id.so</div><div>res_pjsip_config_wizard.so</div><div>res_pjsip_dialog_info_body_generator.so</div><div>res_pjsip_diversion.so</div><div>res_pjsip_dlg_options.so</div><div>res_pjsip_dtmf_info.so</div><div>res_pjsip_endpoint_identifier_anonymous.so</div><div>res_pjsip_endpoint_identifier_ip.so</div><div>res_pjsip_endpoint_identifier_user.so</div><div>res_pjsip_exten_state.so</div><div>res_pjsip_header_funcs.so</div><div>res_pjsip_keepalive.so</div><div>res_pjsip_log_forwarder.so</div><div>res_pjsip_logger.so</div><div>res_pjsip_messaging.so</div><div>res_pjsip_multihomed.so</div><div>res_pjsip_mwi_body_generator.so</div><div>res_pjsip_mwi.so</div><div>res_pjsip_nat.so</div><div>res_pjsip_notify.so</div><div>res_pjsip_one_touch_record_info.so</div><div>res_pjsip_outbound_authenticator_digest.so</div><div>res_pjsip_outbound_publish.so</div><div>res_pjsip_outbound_registration.so</div><div>res_pjsip_path.so</div><div>res_pjsip_phoneprov_provider.so</div><div>res_pjsip_pidf_body_generator.so</div><div>res_pjsip_pidf_digium_body_supplement.so</div><div>res_pjsip_pidf_eyebeam_body_supplement.so</div><div>res_pjsip_publish_asterisk.so</div><div>res_pjsip_pubsub.so</div><div>res_pjsip_refer.so</div><div>res_pjsip_registrar_expire.so</div><div>res_pjsip_registrar.so</div><div>res_pjsip_rfc3326.so</div><div>res_pjsip_sdp_rtp.so</div><div>res_pjsip_send_to_voicemail.so</div><div>res_pjsip_session.so</div><div>res_pjsip_sips_contact.so</div><div>res_pjsip.so</div><div>res_pjsip_t38.so</div><div>res_pjsip_transport_websocket.so</div><div>res_pjsip_xpidf_body_generator.so</div></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 31, 2015 at 5:39 PM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue, Mar 31, 2015 at 9:00 AM, Yaron Nachum <<a href="mailto:nachum.yaron@gmail.com" target="_blank">nachum.yaron@gmail.com</a>> wrote:<br>
> Thank you mathew,<br>
><br>
> The pjproject was detected on the installation process. When I run Asterisk<br>
> I see that pjsip modules are running.<br>
><br>
<br>
</span>The dependency checking for Asterisk assumes that the Asterisk modules<br>
are all installed in the 'default' location:<br>
<br>
    def _find_asterisk_module(self, name):<br>
        """Determine if an Asterisk module exists"""<br>
        if Dependency.ast.original_astmoddir == "":<br>
            return False<br>
<br>
        module = "%s/%s.so" % (Dependency.ast.original_astmoddir, name)<br>
        if os.path.exists(module):<br>
            return True<br>
<br>
        return False<br>
<br>
The fact that this is finding some of your Asterisk modules (app_echo)<br>
but not the PJSIP ones is a bit odd.<br>
<br>
What is the output of:<br>
<br>
ls /usr/lib/asterisk/modules | grep pjsip<br>
<div><div><br>
<br>
<br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Director of Technology<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>