./configure-android not found

DB
Deepak Bhatia
Sat, Jun 22, 2013 6:25 AM

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
SWIGhttp://www.swig.org/download.htmlto 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

  1. 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
  2. You may need to select different Android SDK than what is configured
    in pjsua. You can do this from the project's Properties.
  3. Run it.
  4. You will see telnet instructions on the device's screen. Telnet to
    this address to operate the application. See PJSUA CLI
    Manualhttp://trac.pjsip.org/repos/wiki/PJSUA-CLIfor command
    reference.

---=============================

I don't why no body replying.

Regards

Deepak Bhatia

On Fri, Jun 21, 2013 at 11:09 PM, Trent Creekmore tcreek@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@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@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@voxomos.com wrote:


Thanks for the help****


Regards****

Deepak Bhatia****


On Thu, Jun 20, 2013 at 11:28 PM, Kevin LaMar KLaMar@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@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@vertical.com
Date: Wed, Jun 19, 2013 at 11:05 PM
Subject: Re: [pjsip] ./configure-android not found
To: pjsip list pjsip@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@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@lists.pjsip.orgpjsip-bounces@lists.pjsip.org]
On Behalf Of Deepak Bhatia
Sent: Wednesday, June 19, 2013 5:03 AM
To: pjsip@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@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org****






Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

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@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@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@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@voxomos.com> wrote: > **** > > Thanks for the help**** > > > **** > > Regards**** > > > Deepak Bhatia**** > > ** ** > > On Thu, Jun 20, 2013 at 11:28 PM, Kevin LaMar <KLaMar@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@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@vertical.com> > Date: Wed, Jun 19, 2013 at 11:05 PM > Subject: Re: [pjsip] ./configure-android not found > To: pjsip list <pjsip@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@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@lists.pjsip.org<pjsip-bounces@lists.pjsip.org>] > *On Behalf Of *Deepak Bhatia > *Sent:* Wednesday, June 19, 2013 5:03 AM > *To:* pjsip@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@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org**** > > **** > > ** ** > > ** ** > > ** ** > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
PI
Perry Ismangil
Sun, Jun 23, 2013 6:13 PM

On 22 June 2013 07:25, Deepak Bhatia deepak@voxomos.com wrote:

I don't why no body replying.

Because you are asking about telnet, not pjsip. Please find a telnet
tutorial on the Internet, suitable for your platform.

The Getting Started Guide have now been updated to mention this specifically.

Regards,

--
Perry Ismangil

On 22 June 2013 07:25, Deepak Bhatia <deepak@voxomos.com> wrote: > I don't why no body replying. Because you are asking about telnet, not pjsip. Please find a telnet tutorial on the Internet, suitable for your platform. The Getting Started Guide have now been updated to mention this specifically. Regards, -- Perry Ismangil