<div dir="ltr">Thank you mathew,<div><br></div><div>The pjproject was detected on the installation process. When I run Asterisk I see that pjsip modules are running. </div><div><br></div><div>Any idea? </div><div><br></div><div>Yaron</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 31, 2015 at 4:12 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"><div class="HOEnZb"><div class="h5">On Tue, Mar 31, 2015 at 8:04 AM, Yaron Nachum <<a href="mailto:nachum.yaron@gmail.com">nachum.yaron@gmail.com</a>> wrote:<br>
> Hi everyone,<br>
> I am trying to add some tests for the PJSIP auto-dtmf support . Before I<br>
> start I just wanted to run some of the existing tests in order to understand<br>
> the process.<br>
><br>
> Whenever I try to run a test from the pjsip tests I get - --- --><br>
> Dependency: res_pjsip - False. The following output was generated when I<br>
> tried to run the rpid_immediate test:<br>
><br>
> [root@stnrd5652 testsuite]# ./runtests.py -t<br>
> tests/channels/pjsip/rpid_immediate/<br>
> Running tests for Asterisk SVN-trunk-r431522M<br>
>  ...<br>
><br>
> Tests to run: 0,  Maximum test inactivity time: -1 sec.<br>
> --> Cannot run test 'tests/channels/pjsip/rpid_immediate'<br>
> --- --> Minimum Version: 13.4.0 (True)<br>
> --- --> Maximum Version:  (True)<br>
> --- --> Tags: ['pjsip']<br>
> --- --> Dependency: twisted - True<br>
> --- --> Dependency: starpy - True<br>
> --- --> Dependency: app_dial - True<br>
> --- --> Dependency: app_echo - True<br>
> --- --> Dependency: func_callerid - True<br>
> --- --> Dependency: chan_pjsip - False<br>
> --- --> Dependency: res_pjsip - False<br>
> --- --> Dependency: res_pjsip_caller_id - False<br>
> --- --> Dependency: res_pjsip_endpoint_identifier_user - False<br>
> --- --> Dependency: res_pjsip_sdp_rtp - False<br>
> --- --> Dependency: res_pjsip_session - False<br>
><br>
> <?xml version="1.0" encoding="utf-8"?><br>
> <testsuite errors="0" failures="0" name="AsteriskTestSuite" tests="0"<br>
> time="0.00"/><br>
><br>
> Am I doing anything stupid?<br>
<br>
</div></div>Congratulations on getting this far! Looks like you've got most of the<br>
dependencies worked out in the testsuite.<br>
<br>
The dependency checking for 'res_pjsip' is looking at what modules you<br>
have installed on the system. Double check that your Asterisk<br>
installation did detect pjproject, and that it built and installed the<br>
res_pjsip* modules. You can check this in menuselect.<br>
<br>
Matt<br>
<span class="HOEnZb"><font color="#888888"><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>
</font></span></blockquote></div><br></div>