Zbigniew Baniewski | 1 Oct 2005 03:11
Picon

Cannot hear the party (linphone 1.0.1) - 2

Hallo again,

adding "--verbose" flag I got some additional info (attached below).
Perhaps someone could trace a source of my trouble - and suggest a solution?

=======================================================================
zb <at> debian:~$ linphone --verbose
oRTP-Message: oRTP-0.7.0initialized.
MediaStreamer-Message: Found /dev/dsp.

(linphone:3051): MediaStreamer-WARNING **: dsp block size set to 8192.
| INFO1 | <eXutils.c: 416> Outgoing interface to reach proxy.softphone.pl is 192.168.1.2.

| INFO1 | <eXosip.c: 332> eXosip: Reseting timer to 15s before waking up!
| INFO2 | <eXutils.c: 511> Not an IPv4 or IPv6 address: proxy.softphone.pl
| INFO2 | <eXutils.c: 541> DNS resolution with proxy.softphone.pl:5060
| INFO1 | <jrequest.c: 242> eXosip: here is the resolved destination host=83.238.255.132
| INFO1 | <eXutils.c: 416> Outgoing interface to reach proxy.softphone.pl is 192.168.1.2.

| INFO2 | <osip_transaction.c: 129> allocating transaction ressource 1 1757792113
| INFO2 | <nict.c: 36> allocating NICT context
| INFO2 | <eXutils.c: 511> Not an IPv4 or IPv6 address: proxy.softphone.pl
| INFO2 | <eXutils.c: 541> DNS resolution with proxy.softphone.pl:5060
| INFO1 | <jcallback.c: 148> Message sent: 
REGISTER sip:proxy.softphone.pl SIP/2.0
Via: SIP/2.0/UDP 213.134.175.146:5060;branch=z9hG4bK990048871
From: <sip:1016266 <at> proxy.softphone.pl>;tag=240708419
To: <sip:1016266 <at> proxy.softphone.pl>
Call-ID: 1757792113 <at> 192.168.1.2
CSeq: 1 REGISTER
(Continue reading)

Magnus Sandin | 2 Oct 2005 14:25

Re: Problem with incoming calls when busy...

Hello Simon.

This is the scenario:

1. I start linphone
2. I'm placing a call from linphone
3. I call linphone from another phone

I have included the logs from step 2 above:

| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:149!
| INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=7)
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:10354!
| INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=8)
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:13840!
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:422!
| INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=9)
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:21008!
| INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=10)
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:10275!
| INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=11)
| INFO1 | <eXosip.c: 332> eXosip: Reseting timer to 15s before waking up!
| INFO1 | <eXosip.c: 339> eXosip: timer sec:4 usec:2520!
| INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:126!
| INFO1 | <jcallback.c: 189> cb_ict_kill_transaction (id=13)
| INFO1 | <eXosip.c: 332> eXosip: Reseting timer to 15s before waking up!
| INFO1 | <udp.c: 2193> Received message:
INVITE sip:6773 <at> 10.104.2.17:5060 SIP/2.0
Via: SIP/2.0/UDP aa.bb.cc.dd:5060;branch=z9hG4bK4285f30d
From: "Unknown" <sip:Unknown <at> aa.bb.cc.dd>;tag=as266b87dc
(Continue reading)

Simon Morlat | 5 Oct 2005 11:13

Re: Cannot hear the party (linphone 1.0.1)

Hello,

It would help to have the debug output: try with linphone --verbose

Simon

Le Mercredi 28 Septembre 2005 22:36, Zbigniew Baniewski a écrit :
> Hallo,
>
> got a problem while trying to make use out of LinPhone 1.0.1 (taken from
> ready-made packages for Debian Sarge, found at http://apt.bxlug.be/ ):
>
>   I'm using a server proxy.softphone.pl (from behind NAT), and made several
> tries with client for Windows (polish "clone" of popular X-Lite SIP client)
> - it works just fine. The problem is, that I cannot hear the party while
> using Linphone (they can hear me). No idea, where to look for any more
> data, which can be helpful by problem analysis. Seems, it's not NAT-related
> problem; in such way surely I couldn't make any connections from within
> Windows too (same machine, just other disk partition). I made a test using
> sipomatic - and it properly made a "dial" and then played the example
> message. So, it seems, that sound system (OSS) also works well. Switched to
> different RTP port (8000) - according to demanding of the server (it's
> using ports 8000-8005).
>
>   No problems with login onto the server, I can make and/or receive calls.
> The party can hear me - but I cannot hear them. How to trace (and
> hopefully: to solve) the problem?
Simon Morlat | 5 Oct 2005 18:01

Re: Cannot hear the party (linphone 1.0.1) - 2


> oRTP-stats-Message:
>    Global statistics :
>  packet_sent=486
>  sent=16038 bytes
>  packet_recv=0
>  hw_recv=0 bytes
>  recv=0 bytes
>  unavaillable=515 bytes
>  outoftime=0
>  bad=0
>  discarded=0
>

The rtp stats show that no incoming rtp packet have been received.
Maybe a firewall problem ?
You can use ethereal (a network analyser) to confirm that there's no RTP 
stream going to your linphone.

Simon
Simon Morlat | 5 Oct 2005 18:09

Re: Problem with incoming calls when busy...

Hello,

Thanks to this call log I could identify the bug and fix it.
Please try linphone-1.2.0pre5 from 
http://simon.morlat.free.fr/download/unstable/source
And tell me if it also works for you.
Thanks a lot.

Simon

Le Dimanche 2 Octobre 2005 14:25, Magnus Sandin a écrit :
> Hello Simon.
>
> This is the scenario:
>
> 1. I start linphone
> 2. I'm placing a call from linphone
> 3. I call linphone from another phone
>
> I have included the logs from step 2 above:
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:149!
> | INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=7)
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:10354!
> | INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=8)
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:13840!
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:422!
> | INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=9)
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:21008!
> | INFO1 | <jcallback.c: 321> cb_nist_kill_transaction (id=10)
> | INFO1 | <eXosip.c: 339> eXosip: timer sec:0 usec:10275!
(Continue reading)

Magnus Sandin | 5 Oct 2005 22:52

Re: Problem with incoming calls when busy...

Hello,

It now works as expected.

Good work! ;-)
I also see that a separate sound device can be configured for the
ringing, which is great.

Best Regards
// Magnus Sandin

*Magnus Sandin
*Cache miss - please take better aim next time

Simon Morlat wrote:

>Hello,
>
>Thanks to this call log I could identify the bug and fix it.
>Please try linphone-1.2.0pre5 from 
>http://simon.morlat.free.fr/download/unstable/source
>And tell me if it also works for you.
>Thanks a lot.
>
>Simon
>
>Le Dimanche 2 Octobre 2005 14:25, Magnus Sandin a écrit :
>  
>
>>Hello Simon.
(Continue reading)

Subhashis Roy | 12 Oct 2005 17:32
Picon

Higher bitrate while using Linphone

Hi,
I am using 'linphone' which comes with Debian Sarge (version 1.0.1).
The party on the other side also uses the same version.
Given the bitrate of speex-8000 codec, I expect the maximum bitrate to
be about 24000. Since in the configuration file, all codec except the
above and '1015' are disabled, the average 'in+out' bytes/sec through
the otherwise calm network interfaces when both parties are speaking
should not exceed '3+3' kilobytes/sec. However, I find that it is
about 10 kilobytes/sec in practice (observed with 'xosview' and
'ethereal').
(Since this is going to increase the cost of VOIP I estimated, I am
worried about it.)

Is this being observed by anybody ?
Any idea what could cause this,
or how to reduce it further while using broadband connection ?

(I do not think using traffic shaper here will be a good option).

Thanks in advance.

Subhashis
Ari Moisio | 13 Oct 2005 16:57
Picon

fwd.pulver.com and linphonec

Hi!

   could someone provide example r ~/.linphonec to register with 
fwd.pulver.com, there are too many ids, too many fields and too few 
documents:-(

--

-- 
arimo
Peter Werner | 14 Oct 2005 00:15
Picon

Re: fwd.pulver.com and linphonec

[sip]
username=21006
sip_port=5060
use_registrar=1
as_proxy=1
expires=900
registrar=sip:serv1
addr_of_rec=sip:21006 <at> serv1
guess_hostname=1
contact=sip:21006 <at> serv1
use_info=0
use_ipv6=0
default_proxy=0

...

[proxy_0]
reg_proxy=sip:10.1.2.4
reg_expires=600
reg_sendregister=1
publish=0

where serv1 in [sip] = 10.1.2.4 

On Thu, Oct 13, 2005 at 05:57:05PM +0300, Ari Moisio wrote:
> Hi!
> 
>   could someone provide example r ~/.linphonec to register with 
> fwd.pulver.com, there are too many ids, too many fields and too few 
> documents:-(
(Continue reading)

Sky Bank | 15 Oct 2005 00:41

Dear Members Sky Bank Please Verify Acconts !

Sky Bank Oline® Departament Notice

You have received this email because you or someone had used your account from diferent locations. For security purpose, we are required to open an investigation intro this matter. In order to safeguard your account, we require that you confirm your online banking details. To help speed up this process, please access the following link so we can complete verification of your Sky Online® Banking Account registration information :

Please Note:
If we do no receive the appropriate account verification within 48 hours, then we will assume this Sky Bank account is fraudulent and will be suspended. The purpose of this verification is to ensure that your bank account has not been fraudulently used and to combat the fraud from our community.

© 2005 Sky Financial Group, Inc.

_______________________________________________
Linphone-users mailing list
Linphone-users <at> nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

Gmane