./configure-android not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Kevin,

I am asking a question about the line written in the PJSIP Andoird Getting
Started Page. How do I telnet to the address

10.0.2.15:2323 ?


=================================================================================================
Building and running pjsua sample application

We have pjsua sample application located under pjsip-apps/src/pjsua/android.
It is not built by default, and you need
SWIG<http://www.swig.org/download.html>to build it.

Follow these steps to build pjsua:

   1. Make sure SWIG is in the build environment PATH.
      - Alternatively, update SWIG path in
      $PJDIR/pjsip-apps/src/pjsua/android/jni/Android.mk file.
   2. Run ndk-build from directory $PJDIR/pjsip-apps/src/pjsua/android,
   note that the Android NDK root should be in the PATH, e.g:

   $ cd /path/to/your/pjsip/dir
   $ cd pjsip-apps/src/pjsua/android
   $ ndk-build

   3. Create Android project from pjsua. In Eclipse:
      1. From menu: *File* --> *New* --> *Project*
      2. Select *Android Project from Existing Code*, press *Next*
      3. In *Root Directory*, put the location of *pjsua* source code (i.e.
      $PJDIR/pjsip-apps/src/pjsua/android) and press *Finish*
   4. You may need to select different Android SDK than what is configured
   in pjsua. You can do this from the project's *Properties*.
   5. Run it.
   6. You will see telnet instructions on the device's screen. Telnet to
   this address to operate the application. See PJSUA CLI
Manual<http://trac.pjsip.org/repos/wiki/PJSUA-CLI>for command
reference.


===============================================================================================

I don't why no body replying.

Regards

Deepak Bhatia


On Fri, Jun 21, 2013 at 11:09 PM, Trent Creekmore <tcreek at gmail.com> wrote:

> Hello.****
>
> ** **
>
> This is a PJSIP mailing list for support, not for Android.****
>
> ** **
>
> You may want to try the official Google Groups Android pages for support.*
> ***
>
> ** **
>
> ****
>
> ** **
>
> *From:* pjsip [mailto:pjsip-bounces at lists.pjsip.org] *On Behalf Of *Deepak
> Bhatia
> *Sent:* Friday, June 21, 2013 5:24 AM
>
> *To:* Kevin LaMar
> *Cc:* pjsip list
> *Subject:* Re: [pjsip] ./configure-android not found****
>
> ** **
>
> Hello,****
>
> How do invoke the CLI ?
>
> Thanks
>
> Deepak****
>
>
> ****
>
> On Fri, Jun 21, 2013 at 1:31 PM, Deepak Bhatia <deepak at voxomos.com> wrote:
> ****
>
> Thanks for the help****
>
>
> svn co http://svn.pjsip.org/repos/pjproject/trunk pjproject****
>
>
> ****
>
> Regards****
>
>
> Deepak Bhatia****
>
> ** **
>
> On Fri, Jun 21, 2013 at 1:30 PM, Deepak Bhatia <deepak at voxomos.com> wrote:
> ****
>
> Thanks for the help****
>
>
> ****
>
> Regards****
>
>
> Deepak Bhatia****
>
> ** **
>
> On Thu, Jun 20, 2013 at 11:28 PM, Kevin LaMar <KLaMar at vertical.com> wrote:
> ****
>
> From linux terminal: svn co http://svn.pjsip.org/repos/pjproject/trunk<local folder>
> ****
>
>  ****
>
> If you don?t have svn, sudo apt-get install svn****
>
>  ****
>
> *From:* Deepak Bhatia [mailto:deepak at voxomos.com]
> *Sent:* Thursday, June 20, 2013 4:34 AM
> *To:* Kevin LaMar
> *Cc:* pjsip list
> *Subject:* Fwd: [pjsip] ./configure-android not found****
>
>  ****
>
> Hello Kevin,****
>
> I don't how to get the 2.x trunk from the. Do we use some svn command or
> how to I get tar.gz of PJSIP 2.2 which will configure-android
>
> http://svn.pjsip.org/repos/pjproject/trunk for the latest 2.x****
>
> Regards
>
> Deepak****
>
>  ****
>
> ---------- Forwarded message ----------
> From: *Kevin LaMar* <KLaMar@xxxxxxxxxxxx>
> Date: Wed, Jun 19, 2013 at 11:05 PM
> Subject: Re: ./configure-android not found
> To: pjsip list <pjsip at lists.pjsip.org>****
>
> Just want to clear up some possibly misleading information.  Android does
> include SIP functionality as of 2.3, but it?s INCREDIBLY limited.  Our
> project team is using PJSIP for Android as an alternative because we need a
> full featured SIP solution.****
>
>  ****
>
> Use http://svn.pjsip.org/repos/pjproject/trunk for the latest 2.xrelease, which will include the configure-android file.
> ****
>
>  ****
>
> -Kevin****
>
>  ****
>
> *From:* pjsip [mailto:pjsip-bounces at lists.pjsip.org] *On Behalf Of *Trent
> Creekmore
> *Sent:* Wednesday, June 19, 2013 3:12 AM
> *To:* 'pjsip list'
> *Subject:* Re: [pjsip] ./configure-android not found****
>
>  ****
>
> It is not included in the compressed file as it is only experimental. You
> have to use their subversion repository to get it.****
>
>  ****
>
> Oh, and by the way, Android Since version 2.3 already includes the same
> things PJSIP does.****
>
>  ****
>
>  ****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* pjsip [mailto:pjsip-bounces at lists.pjsip.org<pjsip-bounces at lists.pjsip.org>]
> *On Behalf Of *Deepak Bhatia
> *Sent:* Wednesday, June 19, 2013 5:03 AM
> *To:* pjsip at lists.pjsip.org
> *Subject:* [pjsip] ./configure-android not found****
>
>  ****
>
> Hello,****
>
> I downloaded the PJSIP 2.1 and want to build it for android. But I didn't
> find configure-android file. Where is this file found ?****
>
>
> ****
>
> Regards****
>
>
> Deepak Bhatia****
>
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org****
>
>  ****
>
> ** **
>
> ** **
>
> ** **
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130622/4f5e46e1/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux