[asterisk-dev] running pjsip testsuite

Yaron Nachum nachum.yaron at gmail.com
Tue Mar 31 10:09:07 CDT 2015


The following is the output
[root at stnrd5652 testsuite]# ls /usr/lib/asterisk/modules | grep pjsip
chan_pjsip.so
func_pjsip_aor.so
func_pjsip_contact.so
func_pjsip_endpoint.so
res_hep_pjsip.so
res_pjsip_acl.so
res_pjsip_authenticator_digest.so
res_pjsip_caller_id.so
res_pjsip_config_wizard.so
res_pjsip_dialog_info_body_generator.so
res_pjsip_diversion.so
res_pjsip_dlg_options.so
res_pjsip_dtmf_info.so
res_pjsip_endpoint_identifier_anonymous.so
res_pjsip_endpoint_identifier_ip.so
res_pjsip_endpoint_identifier_user.so
res_pjsip_exten_state.so
res_pjsip_header_funcs.so
res_pjsip_keepalive.so
res_pjsip_log_forwarder.so
res_pjsip_logger.so
res_pjsip_messaging.so
res_pjsip_multihomed.so
res_pjsip_mwi_body_generator.so
res_pjsip_mwi.so
res_pjsip_nat.so
res_pjsip_notify.so
res_pjsip_one_touch_record_info.so
res_pjsip_outbound_authenticator_digest.so
res_pjsip_outbound_publish.so
res_pjsip_outbound_registration.so
res_pjsip_path.so
res_pjsip_phoneprov_provider.so
res_pjsip_pidf_body_generator.so
res_pjsip_pidf_digium_body_supplement.so
res_pjsip_pidf_eyebeam_body_supplement.so
res_pjsip_publish_asterisk.so
res_pjsip_pubsub.so
res_pjsip_refer.so
res_pjsip_registrar_expire.so
res_pjsip_registrar.so
res_pjsip_rfc3326.so
res_pjsip_sdp_rtp.so
res_pjsip_send_to_voicemail.so
res_pjsip_session.so
res_pjsip_sips_contact.so
res_pjsip.so
res_pjsip_t38.so
res_pjsip_transport_websocket.so
res_pjsip_xpidf_body_generator.so


On Tue, Mar 31, 2015 at 5:39 PM, Matthew Jordan <mjordan at digium.com> wrote:

> On Tue, Mar 31, 2015 at 9:00 AM, Yaron Nachum <nachum.yaron at gmail.com>
> wrote:
> > Thank you mathew,
> >
> > The pjproject was detected on the installation process. When I run
> Asterisk
> > I see that pjsip modules are running.
> >
>
> The dependency checking for Asterisk assumes that the Asterisk modules
> are all installed in the 'default' location:
>
>     def _find_asterisk_module(self, name):
>         """Determine if an Asterisk module exists"""
>         if Dependency.ast.original_astmoddir == "":
>             return False
>
>         module = "%s/%s.so" % (Dependency.ast.original_astmoddir, name)
>         if os.path.exists(module):
>             return True
>
>         return False
>
> The fact that this is finding some of your Asterisk modules (app_echo)
> but not the PJSIP ones is a bit odd.
>
> What is the output of:
>
> ls /usr/lib/asterisk/modules | grep pjsip
>
>
>
> --
> Matthew Jordan
> Digium, Inc. | Director of Technology
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
> Check us out at: http://digium.com & http://asterisk.org
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20150331/fe923bf0/attachment.html>


More information about the asterisk-dev mailing list