pjsip on iPod touch

S
samuel.vinson
Mon, Dec 10, 2007 10:25 AM

Hi Benny, Hi all,

I compile pjsip to iPod touch and the last news is good.
The sip calling is working. Now we must test sound.
But I don't have this hardware so somebody test for me.

Best regards

Samuel

Créez votre adresse électronique prénom.nom@laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

Hi Benny, Hi all, I compile pjsip to iPod touch and the last news is good. The sip calling is working. Now we must test sound. But I don't have this hardware so somebody test for me. Best regards Samuel Créez votre adresse électronique prénom.nom@laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
PI
Perry Ismangil
Mon, Dec 10, 2007 2:36 PM

On 12/10/07, samuel.vinson samuel.vinson@laposte.net wrote:

I compile pjsip to iPod touch and the last news is good.
The sip calling is working. Now we must test sound.
But I don't have this hardware so somebody test for me.

Samuel,

You can be crowned King of Porting to Consumer Devices :)

One issue mentioned by people is that iPod Touch does not have mic? I
mean there seem to be a hardware hack needed for the mic.

Good work!

--
Perry Ismangil

On 12/10/07, samuel.vinson <samuel.vinson@laposte.net> wrote: > > I compile pjsip to iPod touch and the last news is good. > The sip calling is working. Now we must test sound. > But I don't have this hardware so somebody test for me. Samuel, You can be crowned King of Porting to Consumer Devices :) One issue mentioned by people is that iPod Touch does not have mic? I mean there seem to be a hardware hack needed for the mic. Good work! -- Perry Ismangil
TP
tloginbr-pjsip@yahoo.com.br
Mon, Dec 10, 2007 3:45 PM

Hi, is there a way to get the number of events pending
to be treated by the application (incoming calls, wav
EOF, media state etc)? I'm trying to benchmark my
application sending a large number of calls per second
and it would be very useful to know how many events
are being queued if I send too many calls. I can see
it happening when I send a large amount of calls per
second and my application takes too long to treat
them, because if I stop sending calls, the application
still treats some calls after that. Its kinda like
this: My code takes about 100 ms to execute
on_incoming_call event, so if I send more than 10
calls in one second these calls will accumulate. I
would like to know how many of this events are
pending.

Thanks for all help,

Thiago

  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!

http://br.mail.yahoo.com/

Hi, is there a way to get the number of events pending to be treated by the application (incoming calls, wav EOF, media state etc)? I'm trying to benchmark my application sending a large number of calls per second and it would be very useful to know how many events are being queued if I send too many calls. I can see it happening when I send a large amount of calls per second and my application takes too long to treat them, because if I stop sending calls, the application still treats some calls after that. Its kinda like this: My code takes about 100 ms to execute on_incoming_call event, so if I send more than 10 calls in one second these calls will accumulate. I would like to know how many of this events are pending. Thanks for all help, Thiago Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! http://br.mail.yahoo.com/
BP
Benny Prijono
Tue, Dec 11, 2007 12:41 AM

Hi, is there a way to get the number of events pending
to be treated by the application (incoming calls, wav
EOF, media state etc)? I'm trying to benchmark my
application sending a large number of calls per second
and it would be very useful to know how many events
are being queued if I send too many calls. I can see
it happening when I send a large amount of calls per
second and my application takes too long to treat
them, because if I stop sending calls, the application
still treats some calls after that. Its kinda like
this: My code takes about 100 ms to execute
on_incoming_call event, so if I send more than 10
calls in one second these calls will accumulate. I
would like to know how many of this events are
pending.

We don't have events queue in pjsip, as events will always be
handled as soon as they arrive. If there is some kind of event
accumulation, it's probably in the socket's OS buffer.

cheers,
-benny

Thanks for all help,

Thiago

tloginbr-pjsip@yahoo.com.br wrote: > Hi, is there a way to get the number of events pending > to be treated by the application (incoming calls, wav > EOF, media state etc)? I'm trying to benchmark my > application sending a large number of calls per second > and it would be very useful to know how many events > are being queued if I send too many calls. I can see > it happening when I send a large amount of calls per > second and my application takes too long to treat > them, because if I stop sending calls, the application > still treats some calls after that. Its kinda like > this: My code takes about 100 ms to execute > on_incoming_call event, so if I send more than 10 > calls in one second these calls will accumulate. I > would like to know how many of this events are > pending. We don't have events queue in pjsip, as events will always be handled as soon as they arrive. If there is some kind of event accumulation, it's probably in the socket's OS buffer. cheers, -benny > Thanks for all help, > > Thiago
TP
tloginbr-pjsip@yahoo.com.br
Tue, Dec 11, 2007 10:40 AM

ok. Thanks.

Thiago

Hi, is there a way to get the number of events

pending

to be treated by the application (incoming calls,

wav

EOF, media state etc)? I'm trying to benchmark my
application sending a large number of calls per

second

and it would be very useful to know how many

events

are being queued if I send too many calls. I can

see

it happening when I send a large amount of calls

per

second and my application takes too long to treat
them, because if I stop sending calls, the

application

still treats some calls after that. Its kinda like
this: My code takes about 100 ms to execute
on_incoming_call event, so if I send more than 10
calls in one second these calls will accumulate. I
would like to know how many of this events are
pending.

We don't have events queue in pjsip, as events will
always be
handled as soon as they arrive. If there is some
kind of event
accumulation, it's probably in the socket's OS
buffer.

cheers,
-benny

Thanks for all help,

Thiago


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

pjsip mailing list
pjsip@lists.pjsip.org

  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!

http://br.mail.yahoo.com/

ok. Thanks. Thiago > tloginbr-pjsip@yahoo.com.br wrote: > > Hi, is there a way to get the number of events > pending > > to be treated by the application (incoming calls, > wav > > EOF, media state etc)? I'm trying to benchmark my > > application sending a large number of calls per > second > > and it would be very useful to know how many > events > > are being queued if I send too many calls. I can > see > > it happening when I send a large amount of calls > per > > second and my application takes too long to treat > > them, because if I stop sending calls, the > application > > still treats some calls after that. Its kinda like > > this: My code takes about 100 ms to execute > > on_incoming_call event, so if I send more than 10 > > calls in one second these calls will accumulate. I > > would like to know how many of this events are > > pending. > > We don't have events queue in pjsip, as events will > always be > handled as soon as they arrive. If there is some > kind of event > accumulation, it's probably in the socket's OS > buffer. > > cheers, > -benny > > > Thanks for all help, > > > > Thiago > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! http://br.mail.yahoo.com/
FA
Farhan Ali Khan
Tue, Dec 11, 2007 4:09 PM

Hi Sameul, all.

I have an iPhone and would be willing to run SIP tests on it and help
with the development.
Please let me know accordingly.

Thanks

On Dec 10, 2007 4:25 AM, samuel.vinson samuel.vinson@laposte.net wrote:

Hi Benny, Hi all,

I compile pjsip to iPod touch and the last news is good.
The sip calling is working. Now we must test sound.
But I don't have this hardware so somebody test for me.

Best regards

Samuel

Créez votre adresse électronique prénom.nom@laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.


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 Sameul, all. I have an iPhone and would be willing to run SIP tests on it and help with the development. Please let me know accordingly. Thanks On Dec 10, 2007 4:25 AM, samuel.vinson <samuel.vinson@laposte.net> wrote: > > > Hi Benny, Hi all, > > > I compile pjsip to iPod touch and the last news is good. > The sip calling is working. Now we must test sound. > But I don't have this hardware so somebody test for me. > > > Best regards > > > Samuel > > Créez votre adresse électronique prénom.nom@laposte.net > 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >