Re: [pjsip] PJSIP on Android

MV
Mike van Niekerk
Wed, Apr 22, 2009 1:23 AM

Cool, glad to see I'm not the only one aiming to get pjsip going!

I must say I did follow a bit different direction than Jurij.
What I've done is to compile a huge library (libpjsip.so) and then make
pjsip-ua link up with that library.

I've also changed some of the code to make it compile and work correctly on
my platform. I must say that Jurij's approach is far more elegant.

At the moment there is no hooks to a ui (I'm having a bit of a tussle to get
a full blown UA going), but I' ll keep you posted.

Cool, glad to see I'm not the only one aiming to get pjsip going! I must say I did follow a bit different direction than Jurij. What I've done is to compile a huge library (libpjsip.so) and then make pjsip-ua link up with that library. I've also changed some of the code to make it compile and work correctly on my platform. I must say that Jurij's approach is far more elegant. At the moment there is no hooks to a ui (I'm having a bit of a tussle to get a full blown UA going), but I' ll keep you posted.
SM
Sebastian Mellmann
Sat, May 9, 2009 9:08 AM

Hi Mike & Jurij!

Did you manage to get PJSIP going on Android 1.5?

I've got a new cell-phone which uses Android 1.5 and I'm curious if
PJSIP works there (esp. PJSUA).

Regards,
Sebastian

Cool, glad to see I'm not the only one aiming to get pjsip going!

I must say I did follow a bit different direction than Jurij.
What I've done is to compile a huge library (libpjsip.so) and then
make pjsip-ua link up with that library.

I've also changed some of the code to make it compile and work
correctly on my platform. I must say that Jurij's approach is far more
elegant.

At the moment there is no hooks to a ui (I'm having a bit of a tussle
to get a full blown UA going), but I' ll keep you posted.



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 Mike & Jurij! Did you manage to get PJSIP going on Android 1.5? I've got a new cell-phone which uses Android 1.5 and I'm curious if PJSIP works there (esp. PJSUA). Regards, Sebastian > Cool, glad to see I'm not the only one aiming to get pjsip going! > > I must say I did follow a bit different direction than Jurij. > What I've done is to compile a huge library (libpjsip.so) and then > make pjsip-ua link up with that library. > > I've also changed some of the code to make it compile and work > correctly on my platform. I must say that Jurij's approach is far more > elegant. > > At the moment there is no hooks to a ui (I'm having a bit of a tussle > to get a full blown UA going), but I' ll keep you posted. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
MV
Mike van Niekerk
Sat, May 9, 2009 6:02 PM

Hi Sebastian
I've got PJSUA running on 1.5 with echo cancellation.

On 5/9/09, Sebastian Mellmann
sebastian.mellmann@net.t-labs.tu-berlin.de wrote:

Hi Mike & Jurij!

Did you manage to get PJSIP going on Android 1.5?

I've got a new cell-phone which uses Android 1.5 and I'm curious if
PJSIP works there (esp. PJSUA).

Regards,
Sebastian

Cool, glad to see I'm not the only one aiming to get pjsip going!

I must say I did follow a bit different direction than Jurij.
What I've done is to compile a huge library (libpjsip.so) and then
make pjsip-ua link up with that library.

I've also changed some of the code to make it compile and work
correctly on my platform. I must say that Jurij's approach is far more
elegant.

At the moment there is no hooks to a ui (I'm having a bit of a tussle
to get a full blown UA going), but I' ll keep you posted.



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 Sebastian I've got PJSUA running on 1.5 with echo cancellation. On 5/9/09, Sebastian Mellmann <sebastian.mellmann@net.t-labs.tu-berlin.de> wrote: > Hi Mike & Jurij! > > Did you manage to get PJSIP going on Android 1.5? > > I've got a new cell-phone which uses Android 1.5 and I'm curious if > PJSIP works there (esp. PJSUA). > > > Regards, > Sebastian >> Cool, glad to see I'm not the only one aiming to get pjsip going! >> >> I must say I did follow a bit different direction than Jurij. >> What I've done is to compile a huge library (libpjsip.so) and then >> make pjsip-ua link up with that library. >> >> I've also changed some of the code to make it compile and work >> correctly on my platform. I must say that Jurij's approach is far more >> elegant. >> >> At the moment there is no hooks to a ui (I'm having a bit of a tussle >> to get a full blown UA going), but I' ll keep you posted. >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >
FP
Fabio Pietrosanti (naif)
Tue, May 12, 2009 6:38 AM

Guys,

is that possible to d Voice Over IP full duplex on Android Platform?

As far as i knew it was not possible to do that kind of application
because of audio subsystem limitation.

Please report any success, the company for which i am working for would
be interested in investing in such technology.

Fabio

Mike van Niekerk wrote:

Hi Sebastian
I've got PJSUA running on 1.5 with echo cancellation.

Guys, is that possible to d Voice Over IP full duplex on Android Platform? As far as i knew it was not possible to do that kind of application because of audio subsystem limitation. Please report any success, the company for which i am working for would be interested in investing in such technology. Fabio Mike van Niekerk wrote: > Hi Sebastian > I've got PJSUA running on 1.5 with echo cancellation. >
PI
Perry Ismangil
Tue, May 12, 2009 10:31 AM

Fabio,

I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0, I
can call pjsua on windows --auto-loop just fine.

Hope this helps.

On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif)
lists@infosecurity.ch wrote:

Guys,

is that possible to d Voice Over IP full duplex on Android Platform?

As far as i knew it was not possible to do that kind of application because
of audio subsystem limitation.

Please report any success, the company for which i am working for would be
interested in investing in such technology.

Fabio

Mike van Niekerk wrote:

Hi Sebastian
I've got PJSUA running on 1.5 with echo cancellation.

--
Perry Ismangil

Fabio, I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0, I can call pjsua on windows --auto-loop just fine. Hope this helps. On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif) <lists@infosecurity.ch> wrote: > Guys, > > is that possible to d Voice Over IP full duplex on Android Platform? > > As far as i knew it was not possible to do that kind of application because > of audio subsystem limitation. > > Please report any success, the company for which i am working for would be > interested in investing in such technology. > > Fabio > > Mike van Niekerk wrote: > >> Hi Sebastian >> I've got PJSUA running on 1.5 with echo cancellation. >> >> > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Perry Ismangil
PE
P.Muge Ersoy
Thu, Jun 4, 2009 8:37 AM

http://android.wooyd.org  is under construction.. what happend to Pjsip on
Android ?

On Tue, May 12, 2009 at 1:31 PM, Perry Ismangil perry@teluu.com wrote:

Fabio,

I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0,
I can call pjsua on windows --auto-loop just fine.

Hope this helps.

On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif) <
lists@infosecurity.ch> wrote:

Guys,

is that possible to d Voice Over IP full duplex on Android Platform?

As far as i knew it was not possible to do that kind of application
because of audio subsystem limitation.

Please report any success, the company for which i am working for would be
interested in investing in such technology.

Fabio

Mike van Niekerk wrote:

Hi Sebastian
I've got PJSUA running on 1.5 with echo cancellation.

http://android.wooyd.org is under construction.. what happend to Pjsip on Android ? On Tue, May 12, 2009 at 1:31 PM, Perry Ismangil <perry@teluu.com> wrote: > Fabio, > > I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0, > I can call pjsua on windows --auto-loop just fine. > > Hope this helps. > > > On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif) < > lists@infosecurity.ch> wrote: > >> Guys, >> >> is that possible to d Voice Over IP full duplex on Android Platform? >> >> As far as i knew it was not possible to do that kind of application >> because of audio subsystem limitation. >> >> Please report any success, the company for which i am working for would be >> interested in investing in such technology. >> >> Fabio >> >> Mike van Niekerk wrote: >> >>> Hi Sebastian >>> I've got PJSUA running on 1.5 with echo cancellation. >>> >>> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > > > -- > Perry Ismangil > > > _______________________________________________ > 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
Thu, Jun 4, 2009 3:58 PM

On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy muge.ersoy@gmail.com wrote:

http://android.wooyd.org  is under construction.. what happend to Pjsip on
Android ?

You can download Jurij's sources + for convenience I have bundled
pjsip that's known to be working here:
http://code.teluu.com/tabikphoneandroid/downloads/ (download the
'tip')

--
Perry Ismangil

On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy <muge.ersoy@gmail.com> wrote: > http://android.wooyd.org  is under construction.. what happend to Pjsip on > Android ? > You can download Jurij's sources + for convenience I have bundled pjsip that's known to be working here: http://code.teluu.com/tabikphoneandroid/downloads/ (download the 'tip') -- Perry Ismangil
JS
Jurij Smakov
Thu, Jun 4, 2009 4:27 PM

On Thu, Jun 04, 2009 at 11:37:45AM +0300, P.Muge Ersoy wrote:

http://android.wooyd.org  is under construction.. what happend to Pjsip on
Android ?

Sorry about that. Due to a little accident the content on my website got
damaged, and the timing is "perfect", as I'm currently traveling and cannot
easily restore it. Please download the sources Perry saved in the meantime,
android.wooyd.org will be back in a couple of weeks.

On Tue, May 12, 2009 at 1:31 PM, Perry Ismangil perry@teluu.com wrote:

Fabio,

I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0,
I can call pjsua on windows --auto-loop just fine.

Hope this helps.

On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif) <
lists@infosecurity.ch> wrote:

Guys,

is that possible to d Voice Over IP full duplex on Android Platform?

As far as i knew it was not possible to do that kind of application
because of audio subsystem limitation.

Please report any success, the company for which i am working for would be
interested in investing in such technology.

Fabio

Mike van Niekerk wrote:

Hi Sebastian
I've got PJSUA running on 1.5 with echo cancellation.

--
Jurij Smakov                                          jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                      KeyID: C99E03CC

On Thu, Jun 04, 2009 at 11:37:45AM +0300, P.Muge Ersoy wrote: > http://android.wooyd.org is under construction.. what happend to Pjsip on > Android ? Sorry about that. Due to a little accident the content on my website got damaged, and the timing is "perfect", as I'm currently traveling and cannot easily restore it. Please download the sources Perry saved in the meantime, android.wooyd.org will be back in a couple of weeks. > > > On Tue, May 12, 2009 at 1:31 PM, Perry Ismangil <perry@teluu.com> wrote: > > > Fabio, > > > > I tested Jurij's implementation above, on Android Dev Phone 1 running 1.0, > > I can call pjsua on windows --auto-loop just fine. > > > > Hope this helps. > > > > > > On Tue, May 12, 2009 at 07:38, Fabio Pietrosanti (naif) < > > lists@infosecurity.ch> wrote: > > > >> Guys, > >> > >> is that possible to d Voice Over IP full duplex on Android Platform? > >> > >> As far as i knew it was not possible to do that kind of application > >> because of audio subsystem limitation. > >> > >> Please report any success, the company for which i am working for would be > >> interested in investing in such technology. > >> > >> Fabio > >> > >> Mike van Niekerk wrote: > >> > >>> Hi Sebastian > >>> I've got PJSUA running on 1.5 with echo cancellation. > >>> > >>> > >> > >> > >> _______________________________________________ > >> Visit our blog: http://blog.pjsip.org > >> > >> pjsip mailing list > >> pjsip@lists.pjsip.org > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >> > > > > > > > > -- > > Perry Ismangil > > > > > > _______________________________________________ > > 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 -- Jurij Smakov jurij@wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC
PE
P.Muge Ersoy
Fri, Jun 5, 2009 1:32 PM

Thanks!

On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil perry@teluu.com wrote:

On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy muge.ersoy@gmail.com wrote:

http://android.wooyd.org  is under construction.. what happend to Pjsip

on

Android ?

You can download Jurij's sources + for convenience I have bundled
pjsip that's known to be working here:
http://code.teluu.com/tabikphoneandroid/downloads/ (download the
'tip')

--
Perry Ismangil


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

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

Thanks! On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil <perry@teluu.com> wrote: > On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy <muge.ersoy@gmail.com> wrote: > > http://android.wooyd.org is under construction.. what happend to Pjsip > on > > Android ? > > > > > You can download Jurij's sources + for convenience I have bundled > pjsip that's known to be working here: > http://code.teluu.com/tabikphoneandroid/downloads/ (download the > 'tip') > > -- > Perry Ismangil > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
PE
P.Muge Ersoy
Sun, Aug 23, 2009 5:41 PM

Hi Guys!

I ve just download Android 1.5 and compiled it..
Unfortunately Jurijs version of android_sound.cpp is not compatible with 1.5
source..

There are some errors like below;

android::AudioTrack::SYSTEM  // there is no more system variable in
AudioTrack class..
android_rec_cb should be like ;
static void android_rec_cb(int eventtype,void* user, void * info) ;

Jurij;

Do you willing to do any updates for the 1.5 source?

Thanks!

Regars
Muge

On Fri, Jun 5, 2009 at 4:32 PM, P.Muge Ersoy muge.ersoy@gmail.com wrote:

Thanks!

On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil perry@teluu.com wrote:

On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy muge.ersoy@gmail.com wrote:

http://android.wooyd.org  is under construction.. what happend to Pjsip

on

Android ?

You can download Jurij's sources + for convenience I have bundled
pjsip that's known to be working here:
http://code.teluu.com/tabikphoneandroid/downloads/ (download the
'tip')

--
Perry Ismangil


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 Guys! I ve just download Android 1.5 and compiled it.. Unfortunately Jurijs version of android_sound.cpp is not compatible with 1.5 source.. There are some errors like below; android::AudioTrack::SYSTEM // there is no more system variable in AudioTrack class.. android_rec_cb should be like ; static void android_rec_cb(int eventtype,void* user, void * info) ; Jurij; Do you willing to do any updates for the 1.5 source? Thanks! Regars Muge On Fri, Jun 5, 2009 at 4:32 PM, P.Muge Ersoy <muge.ersoy@gmail.com> wrote: > Thanks! > > > > On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil <perry@teluu.com> wrote: > >> On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy <muge.ersoy@gmail.com> wrote: >> > http://android.wooyd.org is under construction.. what happend to Pjsip >> on >> > Android ? >> > >> >> >> You can download Jurij's sources + for convenience I have bundled >> pjsip that's known to be working here: >> http://code.teluu.com/tabikphoneandroid/downloads/ (download the >> 'tip') >> >> -- >> Perry Ismangil >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >