Jacek Grzebyta,

I looked at your latest debug output. I do not see the interface
selection issue anymore.

The issue there is about codec negociation:

Your ekiga client sent an INVITE including your codecs like this:
a=rtpmap:9 G722/8000/1

a=rtpmap:117 Speex/16000/1

../..

a=rtpmap:0 PCMU/8000/1

a=rtpmap:8 PCMA/8000/1

a=rtpmap:3 gsm/8000/1

a=rtpmap:116 Speex/8000/1

Your contact client answer like this:
a=rtpmap:0 pcmu/8000

a=rtpmap:3 gsm/8000

a=rtpmap:8 pcma/8000

AFAIK, the codecs on top have priority and the one calling have priority
too.

In this case the top codec for both is PCMU, thus the audio codec
choosen based on this negociation should be PCMU for both.

When opening the media stream Ekiga found the codec it receives is *not*
PCMU and ekiga drops those frames:

2009/09/23 23:16:25.316   0:05.829       Media Patch:0x1d54b950 Patch
Removing frame with mismatched payload type PCMA - should be PCMU

IMHO, either Ekiga

-- 
Call out fails if there is multiple network interfaces
https://bugs.launchpad.net/bugs/423461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to