[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Yannick Defais
For reference, here is the change for Fedora:
https://fedoraproject.org/wiki/Changes/IncreaseVmMaxMapCount

Here is a list of games presumably affected by this low value in
vm_max_map_count as reported to Valve:

THE FINALS
https://github.com/ValveSoftware/Proton/issues/7317#issuecomment-1974837850

Hogwarts Legacy
https://github.com/ValveSoftware/Proton/issues/6510#issuecomment-1422781100

DayZ
https://github.com/ValveSoftware/Proton/issues/3899#issuecomment-1304397069

Counter-Strike 2
https://github.com/ValveSoftware/Proton/issues/2704#issuecomment-1705199788

Regards


** Bug watch added: github.com/ValveSoftware/Proton/issues #7317
   https://github.com/ValveSoftware/Proton/issues/7317

** Bug watch added: github.com/ValveSoftware/Proton/issues #6510
   https://github.com/ValveSoftware/Proton/issues/6510

** Bug watch added: github.com/ValveSoftware/Proton/issues #3899
   https://github.com/ValveSoftware/Proton/issues/3899

** Bug watch added: github.com/ValveSoftware/Proton/issues #2704
   https://github.com/ValveSoftware/Proton/issues/2704

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057792

Title:
  Some Games are crashing linked to a vm_max_map_count too low

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2057792/+subscriptions


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

[Bug 1770138] Re: Some Various Ways To Do Outsourcing Services..

2018-05-09 Thread Yannick Defais
SPAM, please BAN the user

** Changed in: ekiga (Ubuntu)
   Status: New => Invalid

** Summary changed:

- Some Various Ways To Do Outsourcing Services..
+ [SPAM] Some Various Ways To Do Outsourcing Services..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770138

Title:
  [SPAM] Some Various Ways To Do Outsourcing Services..

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/1770138/+subscriptions

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

[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-08 Thread Yannick Defais
The issue for Ubuntu is tracked here and a fix has been commited for 13.10:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1209511

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186688

Title:
  AP-Mode doesn't work with network-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1186688/+subscriptions

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


[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
I confirm this bug.

Upstream report (debian)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690536

You can work this out like this :

# howto use Access Point with networkManager in Ubuntu 13.04
$ sudo apt-get install build-essential dpkg-dev fakeroot
$ mkdir sources
$ cd sources/
$ apt-get source wpasupplicant
$ sudo apt-get build-dep wpasupplicant
$ gedit wpa-1.0/debian/config/wpasupplicant/linux
#add those lines at the end of the file
# AP mode
CONFIG_AP=y

$ cd wpa-1.0/
$ fakeroot debian/rules binary
$ cd ..
$ sudo dpkg -i hostapd_1.0-3ubuntu1_i386.deb wpagui_1.0-3ubuntu1_i386.deb 
wpasupplicant_1.0-3ubuntu1_i386.deb

At the moment, neither nm-applet or the connection editor support
setting real AP mode from the GUI; that's work-in-progress because it
requires some rather extensive changes to the way that the editor
validates its UI so that you don't end up with incompatible options.

here's a sample keyfile connection
for /etc/NetworkManager/system-connections; name it Hotspot.
you can start it with 
nmcli con up id Hotspot:

[connection]
id=Hotspot
uuid=3e13073d-6d7a-440d-ab2b-4f42c9fdacaf
type=802-11-wireless
autoconnect=false

[802-11-wireless]
ssid=my Hotspot
mode=ap
security=802-11-wireless-security

[802-11-wireless-security]
key-mgmt=wpa-psk
psk=really secure password

[ipv4]
method=shared

[ipv6]
method=auto

cf.
https://mail.gnome.org/archives/networkmanager-list/2013-April/msg00100.html

You need to chmod 600 the keyfile to make network manager to use it.

Unfortunately, even if I get the hotspot running and an android phone
connect to it, it seems I can't reach the internet (well maybe an issue
with my usb wifi stick)

If you try this, please let me know if it works for you.

** Bug watch added: Debian Bug tracker #690536
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690536

** Also affects: wpa (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690536
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186688

Title:
  AP-Mode doesn't work with network-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1186688/+subscriptions

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


[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
To explain the issue:

wpa_supplicant is not compiled with AP support, networkmanager tells it
in your log:

NetworkManager[12539]: warn Supplicant may not support AP mode;
connection may time out.

The solution above is to recompile it with this support.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186688

Title:
  AP-Mode doesn't work with network-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1186688/+subscriptions

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


[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
adding in the section

[802-11-wireless]
channel=11

makes it possible here to get internet running !
(There is numerous disconnections, but I guess it comes from my very old usb 
stick)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186688

Title:
  AP-Mode doesn't work with network-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1186688/+subscriptions

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


[Bug 1074281] Re: Connection sharing with AP mode not possible

2013-09-07 Thread Yannick Defais
This is still not possible in 13.04 due to not compiling wpasupplicant with AP 
support, more details here :
https://bugs.launchpad.net/debian/+source/wpa/+bug/1186688

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074281

Title:
  Connection sharing with AP mode not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1074281/+subscriptions

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


[Bug 1173680] Re: Network manager 0.9.8 still creates adhoc hotspots

2013-09-07 Thread Yannick Defais
*** This bug is a duplicate of bug 1186688 ***
https://bugs.launchpad.net/bugs/1186688

Monsta is right, you can make it work using the cli and adding the AP
support in wpasupplicant, see here for details:

https://bugs.launchpad.net/debian/+source/wpa/+bug/1186688

** This bug has been marked a duplicate of bug 1186688
   AP-Mode doesn't work with network-manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173680

Title:
  Network manager 0.9.8 still creates adhoc hotspots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1173680/+subscriptions

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


[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-14 Thread Yannick Defais
A working workaround for me is to install the 64 bits version of flash.
(which is BETA)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/498911

Title:
  nspluginwrapper fills .xsession-errors until disk space is exhausted

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


[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-13 Thread Yannick Defais
Hi, same issue here, i've this file the size of a DVD... And it's not
that easy to pinpoint the culprit. It is a pretty bad issue IMHO.

I used this:

$ find /home/YOUR_NICK -iname * -mmin -2 -print

It will show the files accessed in the last 2 minutes in your home
(replace YOUR_NICK with your login)

Best regards,
Yannick

** Changed in: nspluginwrapper (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/498911

Title:
  nspluginwrapper fills .xsession-errors until disk space is exhausted

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


[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-13 Thread Yannick Defais
and some commands to show how bad NSplugin is impacting the log file
here (number of lines in the log file and the size of the file):

$ grep NSPlugin ~/.xsession-errors | wc -l
4415936

$ grep NSPlugin ~/.xsession-errors.old | wc -l
20999800

$ ls -l ~/.xsession-errors
-rw--- 1 yannick yannick 864560478 2011-04-13 14:48 
/home/yannick/.xsession-errors

$ ls -l ~/.xsession-errors.old
-rw--- 1 yannick yannick 3885393173 2011-03-30 19:28 
/home/yannick/.xsession-errors.old

Running Ubuntu 10.04 LTS 64 bits

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/498911

Title:
  nspluginwrapper fills .xsession-errors until disk space is exhausted

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


[Bug 714568] Re: update to 3.3.0

2011-02-12 Thread Yannick Defais
Hi,

In the Ekiga team we all are volunteers, doing the work on our spare
time. I doubt words as ridiculous will help us, or the people working
to improve Ubuntu. Please, show a little kindness... We do have a life,
and sometimes is not that easy.

Sorry for not fulfilling your expectations.

Regards,
Yannick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714568

Title:
  update to 3.3.0

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


[Bug 714568] Re: update to 3.3.0

2011-02-07 Thread Yannick Defais
3.3.0 is an unstable version, but in your specific case it might help...
It is worth a try indeed, especially if your issues are related to pulse
audio.


Please read the announce:
http://mail.gnome.org/archives/ekiga-list/2010-December/msg00068.html

Regards,
Yannick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714568

Title:
  update to 3.3.0

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


[Bug 474359] Re: HD audio with VIA VT1828S chipset on Asus P7P55D input (mic) is not working

2010-08-05 Thread Yannick Defais
Hi,

@danrgmc,

I've the same MoBo as you : P7P55D-E from Asus. Using Ubuntu 10.4
(Lucid, AMD64 version) I did have the same issue : sound input
(microphone) did not work at all.

Installing the backport as stated in the first answer, i.e. linux-
backports-modules-alsa-lucid-generic, then reboot, then I had to
configure the sound service properly (using the GUI, when you clic on
the speaker, usually on the top right of the desktop - Settings,
because the input was disabled by the software, i.e. PulseAudio had the
mic disabled by default).

All this steps solved the issue for me.

Technical details :
$ uname -a
Linux athena 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 
x86_64 GNU/Linux

$ LC_ALL=C aptitude show linux-backports-modules-alsa-lucid-generic
Package: linux-backports-modules-alsa-lucid-generic
New: yes
State: installed
Automatically installed: no
Version: 2.6.32.24.25
Priority: optional
Section: devel
Maintainer: Ubuntu Kernel Team kernel-t...@lists.ubuntu.com
Uncompressed Size: 32.8k
Depends: linux-backports-modules-alsa-2.6.32-24-generic
Description: Backported drivers for alsa-driver snapshot.
 This empty package allows people to keep their alsa-driver snapshot up-to-date
 when upgrading their Linux kernel.

$ lspci|grep Audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 06)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev 
a1)

$ lsmod|grep snd
snd_hda_codec_nvhdmi14282  4 
snd_hda_codec_via  60865  1 
snd_hda_intel  23832  2 
snd_hda_codec  99579  3 
snd_hda_codec_nvhdmi,snd_hda_codec_via,snd_hda_intel
snd_hwdep   7034  1 snd_hda_codec
snd_pcm_oss40633  0 
snd_mixer_oss  16538  1 snd_pcm_oss
snd_pcm88269  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy   1910  0 
snd_seq_oss31906  0 
snd_seq_midi5797  0 
snd_rawmidi23289  1 snd_seq_midi
snd_seq_midi_event  7267  2 snd_seq_oss,snd_seq_midi
snd_seq58036  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  23085  2 snd_pcm,snd_seq
snd_seq_device  7176  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd72583  19 
snd_hda_codec_nvhdmi,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   8052  1 snd
snd_page_alloc  8692  2 snd_hda_intel,snd_pcm

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: VIA VT1828S

Best regards,
Yannick

-- 
HD audio with VIA VT1828S chipset on Asus P7P55D input (mic) is not working
https://bugs.launchpad.net/bugs/474359
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


[Bug 597869] Re: Please merge ekiga 3.2.7-2 (universe) from debian unstable (main)

2010-06-26 Thread Yannick Defais
Indeed, you'll need ptlib and opal as well from debian. (and it is fixed
version for both, no backward/forward compatibility)

Best regards,
Yannick

-- 
Please merge ekiga 3.2.7-2 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/597869
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


[Bug 593477] Re: Use VP8/WebM as the default video codec/format

2010-06-14 Thread Yannick Defais
If the above is true, it is the same issue with the SIP protocol, thus
invalid for Ekiga too.

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
   Status: New = Invalid

** Changed in: ekiga
   Status: New = Invalid

-- 
Use VP8/WebM as the default video codec/format
https://bugs.launchpad.net/bugs/593477
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


[Bug 578056] Re: lucid ekiga failure/libx264.so.67

2010-05-12 Thread Yannick Defais
Hi,

The intent of devs is as follow:
The H264 codec is an OPAL library plugin, it requires ffmpeg and x264 
libraries. Ekiga check if it is available at *runtime*, thus the error message. 
AFAIK this is not a bug.

I'm not sure having this piece of code being a zombie is the intented
behavior. I'll push that issue upstream. Can you be more explicit about
it: when you close Ekiga is it still there as a zombie?

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
   Status: New = Incomplete

-- 
lucid ekiga failure/libx264.so.67
https://bugs.launchpad.net/bugs/578056
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


[Bug 578056] Re: lucid ekiga failure/libx264.so.67

2010-05-12 Thread Yannick Defais
BTW, this piece of code is a new process only because of license issue
between OPAL Vs x264.

** Bug watch added: GNOME Bug Tracker #618437
   https://bugzilla.gnome.org/show_bug.cgi?id=618437

** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=618437
   Importance: Unknown
   Status: Unknown

-- 
lucid ekiga failure/libx264.so.67
https://bugs.launchpad.net/bugs/578056
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


[Bug 575312] Re: ekiga crashed with SIGILL

2010-05-05 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #617724
   https://bugzilla.gnome.org/show_bug.cgi?id=617724

** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=617724
   Importance: Unknown
   Status: Unknown

-- 
ekiga crashed with SIGILL
https://bugs.launchpad.net/bugs/575312
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


[Bug 572553] Re: sabayon-session crashed with AssertionError in handle_endtag()

2010-04-30 Thread Yannick Defais

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/46690714/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/46690715/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/46690716/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/46690717/Traceback.txt

** Visibility changed to: Public

-- 
sabayon-session crashed with AssertionError in handle_endtag()
https://bugs.launchpad.net/bugs/572553
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


[Bug 511150] Re: Problems with calls when VPN tunnel is active

2010-04-23 Thread Yannick Defais
Hi,

As it is network related, and there is a regression in 3.2.x compared to 2.0.x 
related to STUN, this patched version *may* work:
https://launchpad.net/~sevmek/+archive/ppa

Please give it a try. (builds from 9.04 to 10.04)

Best regards,
Yannick

-- 
Problems with calls when VPN tunnel is active
https://bugs.launchpad.net/bugs/511150
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617:

The root of your issue is:

There is no user david.j.w in Ekiga.NET

Please check the mail you received when you asked an account at Ekiga.NET, or 
create a new one:
https://www.ekiga.net/index.php?page=register

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
Please help me to close this bug:
Who is still have the issue Cannot connect to echo test ?

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
   Status: New = Incomplete

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617:

You have 2 accounts:
david.j.wi...@ekiga.net
and
david_...@ekiga.net

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617,

Indeed, that would be a nice enhancement, please report directly upstream:
https://bugzilla.gnome.org/enter_bug.cgi?product=ekiga

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617,

Hi, I've built a package for Lucid (and Jaunty too) in the same repo:
https://launchpad.net/~sevmek/+archive/ppa

Please, give it a try.

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 563698] Re: Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco CM

2010-04-19 Thread Yannick Defais
Hi,

We maybe have a fix for outgoing call to external landline fails completely; 
I built a patched Ekiga 3.2.6 version fixing STUN support for RTP streams here 
(the patch is already in OPAL upstream, but only in Trunk, we backported it):
https://launchpad.net/~sevmek/+archive/ppa
(built for Jaunty 9.04, Karmic 9.10 and Lucid 10.04 included)

Please, give it a try.

Best regards,
Yannick

-- 
Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco 
CM
https://bugs.launchpad.net/bugs/563698
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617,

In your case, the issue is with the REGISTER process: Ekiga fails to
register to Ekiga.NET, consequently the attempt to call the echo test is
refused (that's an Ekiga.NET policy, there's nothing wrong with it).

The relevant part in the log is:

2010/04/19 10:56:11.535   0:08.445  Pool:0xb733cb70 SIP 
REGISTER transaction id=z9hG4bK2a1269be-394a-df11-8298-00265e153a08 completed.
2010/04/19 10:56:11.537   0:08.446  Opal Liste...0xb73beb70 Opal
Transport clean up on termination
2010/04/19 10:56:11.538   0:08.447  Opal Liste...0xb73beb70 Opal
Transport Close
2010/04/19 10:56:11.539   0:08.448  Pool:0xb733cb70 OpalUDP Setting 
interface to 192.168.0.111%eth1
2010/04/19 10:56:11.540   0:08.450  Pool:0xb733cb70 SIP 
Received Authentication Required response
2010/04/19 10:56:11.542   0:08.451  Pool:0xb733cb70 SIP Found 
auth info for realm ekiga.net
2010/04/19 10:56:11.543   0:08.453  Pool:0xb733cb70 SIP 
Authentication already performed using current credentials, not trying again.

This is wrong as the REGISTER is not completed: the authentication
process is not finished yet (lacks 1 more step). I'll push it upstream.

Thank you.

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #616197
   https://bugzilla.gnome.org/show_bug.cgi?id=616197

** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=616197
   Importance: Unknown
   Status: Unknown

** Changed in: ekiga (Ubuntu)
   Status: Incomplete = New

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 563698] Re: Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco CM

2010-04-15 Thread Yannick Defais
Hi,

Please upgrade to Ekiga 3.2.6 and check if it has the same issue:
http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages#9.10_Karmic_Koala

If you experience crash with it, please follow this procedure and report 
directly uptream:
http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_stack_backtrace_from_a_crash_or_freeze

Best regards,
Yannick Defais (Ekiga team)

-- 
Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco 
CM
https://bugs.launchpad.net/bugs/563698
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


[Bug 563694] Re: High processor load during Ekiga SIP calls

2010-04-15 Thread Yannick Defais
Hi,

Please upgrade to Ekiga 3.2.6:
http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages#9.10_Karmic_Koala

I do not expect it will fix this issue but it is still worth the try; I
suspect the issue is with pulse audio.

See this bug for Reference and a test procedure to check if the issue is the 
interaction with pulse audio:
https://bugzilla.gnome.org/show_bug.cgi?id=600623

Best regards,
Yannick

** Bug watch added: GNOME Bug Tracker #600623
   https://bugzilla.gnome.org/show_bug.cgi?id=600623

-- 
High processor load during Ekiga SIP calls
https://bugs.launchpad.net/bugs/563694
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


[Bug 353002] Re: Add option to hide persistent notification icon and add support for the indicator-applet

2010-04-03 Thread Yannick Defais
Hi,

The notification system in Ubuntu has evolved. It seems the right tools for the 
job is a Morphing window.
For more details, see: https://wiki.ubuntu.com/NotificationDesignGuidelines

Feel free to propose a patch to upstream...

Best regards,
Yannick

-- 
Add option to hide persistent notification icon and add support for the 
indicator-applet
https://bugs.launchpad.net/bugs/353002
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


[Bug 543198] Re: ekiga some not working and get hanged out my full system

2010-03-29 Thread Yannick Defais
Hi,

Please try to upgrade using this PPA:
https://launchpad.net/~sevmek/+archive/ppa
It has Ekiga 3.2.6 with a small patch worth the try if behind a router/NAT.

Best regards,
Yannick

-- 
ekiga some not working and get hanged out my full system
https://bugs.launchpad.net/bugs/543198
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 332543] Re: echo test not working

2010-03-29 Thread Yannick Defais
Hi somejan,

Good to hear there is some improvement. To help us understand were is the issue 
now, please provide a debug output:
http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output
and attach the resulting file here please.

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 332543] Re: echo test not working

2010-03-29 Thread Yannick Defais
Oops, I just read your reference to bug #112948 ... There is a pulse
audio plugin in Ekiga trunk but nothing I can backport easily to 3.2.6
:/ Hopefully Ubuntu 10.04 will have a better pulse/ekiga interaction

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 367478] Re: Ekiga sound from echo test missing: inbound RTP packets cannot get in.

2010-03-29 Thread Yannick Defais
Hi,

Thank you althuis for the testing. As of now, 4 people reported an
improvement(1) (means they were able to connect to 5...@ekiga.net), while
you still have an issue.

Would you be kind enough to provide a new debug ouput using the patched
version just like you did in comment #10?

Best regards,
Yannick

(1)
https://bugs.launchpad.net/bugs/517580
https://bugs.launchpad.net/bugs/534618
https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/332543
+another one directly to our mailing list:
http://mail.gnome.org/archives/ekiga-list/2010-March/msg00135.html

-- 
Ekiga sound from echo test missing: inbound RTP packets cannot get in. 
https://bugs.launchpad.net/bugs/367478
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


[Bug 332543] Re: echo test not working

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT, this patch might solve the issue. Would you
be kind enough to test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
echo test not working
https://bugs.launchpad.net/bugs/332543
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


[Bug 203885] Re: Can't see remote video

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
Can't see remote video
https://bugs.launchpad.net/bugs/203885
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


[Bug 378403] Re: 1st call after launch of ekiga works perfectly, but after it's impossible to call, I had to close ekiga and restart it...

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
1st call after launch of ekiga works perfectly, but after it's impossible to 
call, I had to close ekiga and restart it...
https://bugs.launchpad.net/bugs/378403
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


[Bug 367478] Re: Ekiga sound from echo test missing: inbound RTP packets cannot get in.

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
Ekiga sound from echo test missing: inbound RTP packets cannot get in. 
https://bugs.launchpad.net/bugs/367478
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


[Bug 382281] Re: Ekiga echo test is not playing back the sound.

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
Ekiga echo test is not playing back the sound.
https://bugs.launchpad.net/bugs/382281
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


[Bug 393860] Re: cannot call landlines/ call finishes

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
cannot call landlines/ call finishes
https://bugs.launchpad.net/bugs/393860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-03-27 Thread Yannick Defais
Hi,

The reporter is aware of this, but as a reference for other users : we
have a patch wich modify the network part of the audio and video streams
when behind a NAT. As this is the case here (after a quick look), this
patch might solve the issue. Would you be kind enough to test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 506185] Re: can't connect to anything

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT, this patch might solve the issue. Would you
be kind enough to test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
can't connect to anything
https://bugs.launchpad.net/bugs/506185
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


[Bug 546545] Re: SIP implementation incompatible with firewall configuration.

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT (or a firewall), this patch might solve the
issue. Would you be kind enough to test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

Best regards,
Yannick

-- 
SIP implementation incompatible with firewall configuration.
https://bugs.launchpad.net/bugs/546545
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


[Bug 534618] Re: Ekiga does not work in Lucid

2010-03-27 Thread Yannick Defais
Hi,

We have a patch wich modify the network part of the audio and video
streams when behind a NAT. As this is the case here (after a quick
look), this patch might solve the issue. Would you be kind enough to
test it?

Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with 
just the patch which is a small one):
https://launchpad.net/~sevmek/+archive/ppa

I do not have much time to port this to Lucid, but should not be hard to
do, I'll try if I find some spare time and if the patch seems worth
it...

Best regards,
Yannick

-- 
Ekiga does not work in Lucid
https://bugs.launchpad.net/bugs/534618
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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-03-27 Thread Yannick Defais
** Changed in: ekiga (Ubuntu)
   Status: New = In Progress

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-26 Thread Yannick Defais
Hi,

I finally get some time to dig into this. As you are in the ekiga
mailing list too, i'll respond there first.

Would you be kind enough to attach here a wireshark log using twinkle
and a call to 5...@ekiga.net with it just as you did using ekiga in post
#3 ? I'll give details about how ekiga works in the ekiga ml, and once
we figured all this out, I'll provide explanation here too.

Best regards,
Yannick

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-07 Thread Yannick Defais
** Changed in: ekiga (Ubuntu)
   Status: New = Incomplete

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-07 Thread Yannick Defais
** Changed in: ekiga (Ubuntu)
   Status: Incomplete = New

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-05 Thread Yannick Defais
Hi,

Please do:
1- upgrade to 3.2.6:
http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages#9.10_Karmic_Koala

2- if the issue remains, please attach a debug output here:
http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output

Best regards,
Yannick

-- 
Ekiga don't work behind NAT in Karmic
https://bugs.launchpad.net/bugs/517580
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


[Bug 316971] Re: [Jaunty] Ekiga's non free codec support isn't available in multiverse

2010-01-31 Thread Yannick Defais
Hi bojo42,

The issue with h264:
https://bugzilla.gnome.org/show_bug.cgi?id=596006

Best regards,
Yannick

** Bug watch added: GNOME Bug Tracker #596006
   https://bugzilla.gnome.org/show_bug.cgi?id=596006

-- 
[Jaunty] Ekiga's non free codec support isn't available in multiverse
https://bugs.launchpad.net/bugs/316971
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


[Bug 415023] Re: brightness is broken on MSI WIND U100

2009-12-10 Thread Yannick Defais
Merci Sylvain!

Works nicely here using the ppa.

Best regards,
Yannick

-- 
brightness is broken on MSI WIND U100
https://bugs.launchpad.net/bugs/415023
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


[Bug 411566] Re: Regression: AutoAnswer feature is missing in v3.2.x

2009-11-15 Thread Yannick Defais
Hi,

@Pedro,

Why did you changed the status to invalid? I'm part of upstream, and we
confirmed this bug.

I'm reverting your change.

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
   Status: Invalid = Confirmed

-- 
Regression: AutoAnswer feature is missing in v3.2.x
https://bugs.launchpad.net/bugs/411566
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


[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-13 Thread Yannick Defais
@Alex,

You can try this:
$ pasuspender -- ekiga
But I tried it on 9.04 and it was not working, *maybe* it works now on 9.10 
(I'm quite busy atm and unfortunately I cannot run tests). Otherwise, you'll 
need to go using our trunk version which has a preALPHA pulse audio plugin.

Best regards,
Yannick

-- 
No sound in ekiga when used with Pulse Audio
https://bugs.launchpad.net/bugs/382234
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


[Bug 481138] Re: Ekiga stop working and turning off when being called from netmeeting

2009-11-12 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released with the latest Gnome release. It fix numerous
issues. Would you be kind enough to give it a try?

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
Ekiga stop working and turning off when being called from netmeeting
https://bugs.launchpad.net/bugs/481138
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


[Bug 480207] Re: ekiga can't authenticate with SIP registrar

2009-11-10 Thread Yannick Defais
Hi,

Please try the latest Ekiga version:
https://launchpad.net/~sevmek/+archive/ekiga-released

If it is still the same, I'll forward the issue upstream... We will need a 
complete debug output:
http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output

Best regards,
Yannick

-- 
ekiga can't authenticate with SIP registrar
https://bugs.launchpad.net/bugs/480207
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


[Bug 473102] Re: Application hangs while trying to make echo test - no sound, cpu goes into 100%, program hangs

2009-11-09 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #600623
   https://bugzilla.gnome.org/show_bug.cgi?id=600623

** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=600623
   Importance: Unknown
   Status: Unknown

-- 
Application hangs while trying to make echo test - no sound, cpu goes into 
100%, program hangs
https://bugs.launchpad.net/bugs/473102
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


[Bug 203885] Re: Can't see remote video

2009-11-08 Thread Yannick Defais
@chrisV,

Please, attach a debug output here (see comment #5:
https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/203885/comments/5 )

Best regards,
Yannick

-- 
Can't see remote video
https://bugs.launchpad.net/bugs/203885
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


[Bug 382234] Re: No sound in ekiga

2009-11-08 Thread Yannick Defais
** Changed in: ekiga (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- No sound in ekiga
+ No sound in ekiga when used with Pulse Audio

** Also affects: pulseaudio
   Importance: Undecided
   Status: New

-- 
No sound in ekiga when used with Pulse Audio
https://bugs.launchpad.net/bugs/382234
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


[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
Upstream related bug report in Ekiga:
https://bugzilla.gnome.org/show_bug.cgi?id=586034

** Bug watch added: GNOME Bug Tracker #586034
   https://bugzilla.gnome.org/show_bug.cgi?id=586034

-- 
No sound in ekiga when used with Pulse Audio
https://bugs.launchpad.net/bugs/382234
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


[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
This issue seems to be fixed in Fedora 12:
https://bugzilla.redhat.com/show_bug.cgi?id=489724#c25

** Bug watch added: Red Hat Bugzilla #489724
   https://bugzilla.redhat.com/show_bug.cgi?id=489724

** Also affects: pulseaudio (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=489724
   Importance: Unknown
   Status: Unknown

-- 
No sound in ekiga when used with Pulse Audio
https://bugs.launchpad.net/bugs/382234
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


[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=586034
   Importance: Unknown
   Status: Unknown

-- 
No sound in ekiga when used with Pulse Audio
https://bugs.launchpad.net/bugs/382234
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


[Bug 382234] Re: No sound in ekiga

2009-11-07 Thread Yannick Defais
Hi,

Would you be kind enough to check if the issue is the interaction with
Pulse Audio?

The test I propose you is to disable pulse audio, then try to place a
call to see if it makes any difference:

First kill pulseaudio:
$ pulseaudio -k

Remove the pulseaudio package:
$ sudo aptitude remove pulseaudio
(it will probably remove the meta package ubuntu-desktop, please note down any 
other package as you might need to reinstall them)

Run the Monitor System application (under Administration-Monitor
system) and make sure there is no pulseaudio process in the Process tab.
If it is there, kill it.

Run (or restart) Ekiga
Place the call using Ekiga.

To reinstall the system you can use:
$ sudo aptitude install ubuntu-desktop

And finally restart pulseaudio:
$ pulseaudio -D

Best regards,
Yannick

-- 
No sound in ekiga
https://bugs.launchpad.net/bugs/382234
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


[Bug 473102] Re: Application hangs while trying to make echo test - no sound, cpu goes into 100%, program hangs

2009-11-07 Thread Yannick Defais
Hi,

Would you be kind enough to check if the issue is the interaction with
Pulse Audio?

The test I propose you is to disable pulse audio, then try to place a
call to see if it makes any difference:

First kill pulseaudio:
$ pulseaudio -k

Remove the pulseaudio package:
$ sudo aptitude remove pulseaudio
(it will probably remove the meta package ubuntu-desktop, please note down any 
other package as you might need to reinstall them)

Run the Monitor System application (under Administration-Monitor
system) and make sure there is no pulseaudio process in the Process tab.
If it is there, kill it.

Run (or restart) Ekiga
Place the call using Ekiga.

To reinstall the system you can use:
$ sudo aptitude install ubuntu-desktop

And finally restart pulseaudio:
$ pulseaudio -D

Best regards,
Yannick

-- 
Application hangs while trying to make echo test - no sound, cpu goes into 
100%, program hangs
https://bugs.launchpad.net/bugs/473102
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


[Bug 468835] Re: ekiga stops playing sound and starts to consume 120% cpu

2009-11-01 Thread Yannick Defais
Hi,

Can you reproduce using 3.2.6?

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
ekiga stops playing sound and starts to consume 120% cpu
https://bugs.launchpad.net/bugs/468835
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


[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-28 Thread Yannick Defais
** Changed in: ekiga (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- Missing voice mail indicator (MWI) for SIP accounts
+ [Regression] Missing voice mail indicator (MWI) for SIP accounts

-- 
[Regression] Missing voice mail indicator (MWI) for SIP accounts
https://bugs.launchpad.net/bugs/459147
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


[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-25 Thread Yannick Defais
Hi,

Thank you for testing! I'm pushing this bug upstream.

For the window remaining open, please report directly upstream (as Ubuntu does 
not support 3.2.6):
http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga

Best regards,
Yannic

** Bug watch added: GNOME Bug Tracker #599554
   https://bugzilla.gnome.org/show_bug.cgi?id=599554

** Also affects: ekiga via
   https://bugzilla.gnome.org/show_bug.cgi?id=599554
   Importance: Unknown
   Status: Unknown

-- 
Missing voice mail indicator (MWI) for SIP accounts
https://bugs.launchpad.net/bugs/459147
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


[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-23 Thread Yannick Defais
Hi,

Would you try Ekiga 3.2.6 (latest release) to check if the issue is
fixed?

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
Missing voice mail indicator (MWI) for SIP accounts
https://bugs.launchpad.net/bugs/459147
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


[Bug 454174] Re: ekiga crashed with SIGSEGV in PContainer::PContainer()

2009-10-22 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released with the last Gnome shipped into Karmic. It fix
numerous crashes.

Please try to reproduce using it:
https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in PContainer::PContainer()
https://bugs.launchpad.net/bugs/454174
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


[Bug 453470] Re: ekiga crashed with SIGSEGV in PTrace::End()

2009-10-18 Thread Yannick Defais
*** This bug is a duplicate of bug 446613 ***
https://bugs.launchpad.net/bugs/446613

Hi,

Ekiga 3.2.6 was released with latest Gnome you are using. Please try it,
it fix many crashes.

To install 3.2.6, follow instructions here:
https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in PTrace::End()
https://bugs.launchpad.net/bugs/453470
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


[Bug 112948] Re: Ekiga hangs when using pulseaudio

2009-10-18 Thread Yannick Defais
Hi,

Using Jaunty I have huge delay rending Ekiga barely usable (5 seconds
delay). Tested on 2 really different machines. Removing Pulse Audio fix
the issue for me as well.

Upstream planned to add a Pulse Audio plugin as default configuration
for Ekiga 3.4.

In the meantime, I've no clue how to fix this issue without breaking
Ubuntu default audio setup.

Best regards,
Yannick

** Bug watch added: GNOME Bug Tracker #586034
   https://bugzilla.gnome.org/show_bug.cgi?id=586034

-- 
Ekiga hangs when using pulseaudio
https://bugs.launchpad.net/bugs/112948
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


[Bug 112948] Re: Ekiga hangs when using pulseaudio

2009-10-18 Thread Yannick Defais
Please attach this upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=586034

** Changed in: ekiga (Ubuntu)
   Status: Invalid = Confirmed

-- 
Ekiga hangs when using pulseaudio
https://bugs.launchpad.net/bugs/112948
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


[Bug 423671] Re: Ekiga 3.2.5 disconnects network connection very often

2009-10-08 Thread Yannick Defais
Hi,

Please try Ekiga 3.2.6 to check if there is still the issue with it.
https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
Ekiga 3.2.5 disconnects network connection very often
https://bugs.launchpad.net/bugs/423671
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


[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-10-05 Thread Yannick Defais
@Kees Cook,

The DoS issue is probably this one:
http://sourceforge.net/tracker/?func=detailaid=2837056group_id=204472atid=989748

It includes a wireshark trace, and is reported as 100% reproducible.

Best regards,
Yannick

** Bug watch added: SourceForge.net Tracker #2837056
   http://sourceforge.net/support/tracker.php?aid=2837056

-- 
[Karmic] Upgrade Ekiga to 3.2.6
https://bugs.launchpad.net/bugs/435295
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-10-03 Thread Yannick Defais
Hi,

ptlib 2.6.5 and opal 3.6.6 are in the new queue for debian:
http://ftp-master.debian.org/new/ptlib_2.6.5-1.html
http://ftp-master.debian.org/new/opal_3.6.6~dfsg-1.html

Ekiga 3.2.6 will follow soon.

All of them should be published in debian in 2-5 days.

Best regards,
Yannick

-- 
[Karmic] Upgrade Ekiga to 3.2.6
https://bugs.launchpad.net/bugs/435295
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars

2009-10-03 Thread Yannick Defais
Tagged as fixed in Ubuntu. Feel free to reopen.

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
   Status: Triaged = Fix Released

-- 
Ekiga doesn't recognize webcam with non-UTF chars
https://bugs.launchpad.net/bugs/345192
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


[Bug 411102] Re: Ubuntu 9.04 Ekiga SIP negociation to echo test timeout after resending INVITE with authentication

2009-09-28 Thread Yannick Defais
Hi Miguel A. Lopez-Molina,

You have a slightly different issue: Ekiga cannot register. Ekiga is
sending internet packet and never gets an answer. Most probably an issue
with your router or your firewall.

btw, here is the latest Ekiga 3.2.6:
https://launchpad.net/~sevmek/+archive/ekiga-released

Still I have very few hope it will solve the issue...

Best regards,
Yannick

-- 
Ubuntu 9.04 Ekiga SIP negociation to echo test timeout after resending INVITE 
with authentication
https://bugs.launchpad.net/bugs/411102
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


[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
oops... I continue here...

IMHO, either Ekiga has a bug and wrongly confuse PCMU and PCMA or your
contact client has a bug and send wrongly PCMA when it should send PCMU.

A workaround is probably to simplify the codec negociation proposing
only one codec, e.g. PCMA (to do this disable all other audio codecs in
ekiga preferences).

Best regards,
Yannick

-- 
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


[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
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


[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
btw, in your latest log, was the virtualization in use? Can I close this
bug for Call out fails if there is multiple network interfaces using
Ekiga 3.2.6?

-- 
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


[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-09-24 Thread Yannick Defais
- Fixed possible segfault when receiving a NOTIFY
means a crafted UDP packet from internet can crash ekiga, it is a security 
issue, isn't?

** This bug has been flagged as a security vulnerability

-- 
[Karmic] Upgrade Ekiga to 3.2.6
https://bugs.launchpad.net/bugs/435295
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 430704] Re: user not available ekiga

2009-09-24 Thread Yannick Defais
Hi,

Sounds like a wrong username or a wrong password.

btw, if you want to call 500 or 520 you'll need audio codec PCMA and
video codec H261 (for 500) enabled or it will fail. Those numbers only
support those codecs?

Best regards,
Yannick

-- 
user not available ekiga
https://bugs.launchpad.net/bugs/430704
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


[Bug 435295] [NEW] [Karmic] Upgrade Ekiga to 3.2.6

2009-09-23 Thread Yannick Defais
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: ekiga

Hi,

Yesterday, the ekiga team released Ekiga 3.2.6 which is a big step for
stability/security. Please upgrade to Kamic version to 3.2.6.

I made packages for Karmic (and Jaunty) here:
https://launchpad.net/~sevmek/+archive/ekiga-released

Changelog:
** User-visible fixes
- Fixed crashes shown as assertion failed in
/usr/include/ptlib/safecoll.h:813
- Fixed crash when device list is empty or contains non-latin1 characters
- Fixed crash when pressing shift-f10 (popup menu) in Preferences window
- Fixed possible crash when garbage collecting REGISTER requests
- Fixed possible segfault when receiving a NOTIFY
- Fixed freeze by preventing SIP handlers retry timer from executing
  during destruction
- Fixed freeze during packet write
- Fixed Lockup after a day of idle in publishing code
- Fixed various deadlocks in the OPAL subscription code
- Added %limit workaround for registrars which refuse several
  contacts during registration
- Fixed Contacts never go offline
- Fixed New SIP account mangles fields if Authentications User is empty
- Make sure the output device is set before a call
- Fixed port handling when registering to a proxy with a non-standard port
- Fixed In some circumstances, smileys are not displayed graphically
- Improved audio latency when not collecting all of the audio data
- Fixed the newmessage.wav file
- Fixed Accounts were automatically active after editing them
- Make possible to register e.g. u...@a.b as user name as required by
  some providers
- Remove deprecated Encoding field from desktop file

** Protocol fixes
- Fixed problem with REGISTER IntervalTooBrief response handling not
  using correct interface for new transaction
- Fixed 480 Temporarily Unavailable response handling
- Fixed problem with doing DNS lookup when using explicit proxy or
  presence agent
- Fixed problem with PUBLISH using wrong expiry after Interval Too Brief
  error
- If we find no authentication information when subscribing, keep trying
  as it could become available at a later stage
- Changed so does not put both global and media specific connection
  addresses in SDP if they are the same (needed for freephonie SIP
  registrar)
- Fixed support for unusual SIP start with hold, that is an initial
  offer INVITE with a connection address of 0.0.0.0
- Fixed failure to retry (after a suitable period) REGISTER/SUBSCRIBE
  if get transport level timeout
- Added closing of our local media streams if remote sends a re-INVITE
  and leaves out streams (e.g. video) that were there previously
- Fixed problems when can not bind to any interface
- Fixed various problems with some SDP options
- Fixed regression where the username would be lost from the Contact
  field
- Fixed invalid request-uri in BYE request
- Fixed issue with overlapping INVITEs
- Fixed H.263-1998 plug in compilation, by asking latest avcodec
- Fixed OpalBitRateCalculator limits bitrates
- Fixed SIP wrong response on a failed REFER-request
- Fixed SIP: OK response to CANCEL incomplete
- Do not send 100 Trying message when receiving a NOTIFY message
- Fixed incorrect register/subscribe refresh timer calculation

** Build fixes
- Support building on kFreeBSD
- Fixed problem with moving libsoup api
- Various fixes for SIP and H323 configuration
- Fixed A build error when generating SunAudio ptlib plugin
- Fixed The video convertor of YUY2toYUV420P in ptlib does not work
- Fixed The absence of libv4l2 should not block V4L2 ptlib plugin
- and other minor changes

** Windows port fixes
- Thanks to Michael Rickmann's continuous work, Windows port has
  reached a quality almost comparable to GNU/Linux version.  We invite
  people to test it, see ekiga wiki.  Some improvements:
  - shortened audio delay
  - DirectX video input and output
  - device name handling
  - fixed audio volume
  - fixed building with mingw
  - made so the linker doesn't find main on win32
  - Keep the output sound volume across calls

** Distributor-visible changes
- Changed default for AVC plug in to be disabled until someone fixes
  the plug in
- Note: Pulse audio server does not play nicely with ekiga, very high
  latencies are noticed

** Translation fixes
- Updated translations: ar, bn, et, ga, hi, hu, ko, lt, ml, nb, sr,
  s...@latin, uk, zh_HK, zh_TW
- New translations: c...@valencia
- Updated help translations: de

Best regards,
Yannick

** Affects: ekiga (Ubuntu)
 Importance: Undecided
 Status: New

** Visibility changed to: Public

-- 
[Karmic] Upgrade Ekiga to 3.2.6
https://bugs.launchpad.net/bugs/435295
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


[Bug 391976] Re: Ekiga freeze after I press hang up button

2009-09-23 Thread Yannick Defais
hefesto and others,

I builded packs with Ekiga 3.2.6 which was released yesterday here:
https://launchpad.net/~sevmek/+archive/ekiga-released

Please try it and confirm if the issue is solved.

Best regards,
Yannick

-- 
Ekiga freeze after I press hang up button
https://bugs.launchpad.net/bugs/391976
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


[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-23 Thread Yannick Defais
Hi Jacek Grzebyta,

Ekiga 3.2.6 was released yesterday. I builded packs here:
https://launchpad.net/~sevmek/+archive/ekiga-released

Could you give it a try to check if your issue is fixed with it?

Best regards,
Yannick

-- 
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


[Bug 385365] Re: Ekiga crashes when you call out or recieve a call

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. Could you give it a try to check if
it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
Ekiga crashes when you call out or recieve a call
https://bugs.launchpad.net/bugs/385365
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


[Bug 430704] Re: user not available ekiga

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was relesed yesterday. It is a major improvement in terms of
stability. I advice you give it a try.

Your issue might be related to a bug affecting the whole 3.2.x serie:
using to many codecs turns calls to fail.

Please try this:
Update your Ekiga with 3.2.6 using my packages:
https://launchpad.net/~sevmek/+archive/ekiga-released

Ask your sister to upgrade to 3.2.6 too:
http://wiki.ekiga.org/index.php/Windows_Users
(using 3.2.6 Release)

Please try this setup and tell me if it works:
Disable all audio codecs but G722, disable all video codecs but Theora on both 
ends (you and your sister). Try to place the call.

Best regards,
Yannick

-- 
user not available ekiga
https://bugs.launchpad.net/bugs/430704
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


[Bug 434465] Re: ekiga crashed with signal 5 in _XError()

2009-09-23 Thread Yannick Defais
*** This bug is a duplicate of bug 423668 ***
https://bugs.launchpad.net/bugs/423668

Hi,

I cannot access to bug #423668 , thus I comment here.

Ekiga 3.2.6 was released yesterday. It is a major improvement in terms
of stability. Please give it a try to check if it solves your issue.

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
ekiga crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/434465
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


[Bug 434893] Re: 15 seconds after beginning test call, audio stops, and ekiga refuses to terminate call or quit

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. Please give it a try to check if it
fix your issue:

https://launchpad.net/~sevmek/+archive/ekiga-released

Best regards,
Yannick

-- 
15 seconds after beginning test call, audio stops, and ekiga refuses to 
terminate call or quit
https://bugs.launchpad.net/bugs/434893
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


[Bug 297604] Re: Crash using configuration assistant (gtk_container_forall)

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
Crash using configuration assistant (gtk_container_forall)
https://bugs.launchpad.net/bugs/297604
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


[Bug 203885] Re: Can't see remote video

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
Can't see remote video
https://bugs.launchpad.net/bugs/203885
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


[Bug 352215] Re: ekiga crashed with SIGSEGV in calloc()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in calloc()
https://bugs.launchpad.net/bugs/352215
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


[Bug 346005] Re: ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore()
https://bugs.launchpad.net/bugs/346005
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


[Bug 352342] Re: ekiga crashed with SIGSEGV in free()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/352342
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


[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
Ekiga doesn't recognize webcam with non-UTF chars
https://bugs.launchpad.net/bugs/345192
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


[Bug 352308] Re: Crash starting (PSafePtrBase::Assign)

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
Crash starting (PSafePtrBase::Assign)
https://bugs.launchpad.net/bugs/352308
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


[Bug 350266] Re: ekiga crashed with SIGFPE in OpalMediaPatch::Sink::RateControlExceeded()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGFPE in OpalMediaPatch::Sink::RateControlExceeded()
https://bugs.launchpad.net/bugs/350266
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


[Bug 352208] Re: ekiga crashed with SIGSEGV in free()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/352208
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


[Bug 358489] Re: ekiga crashed with SIGSEGV in PThread::PX_ThreadEnd()

2009-09-23 Thread Yannick Defais
Hi,

Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you
please give it a try to check if it solves your issue?

https://launchpad.net/~sevmek/+archive/ekiga-released
(instructions and packages)

Best regards,
Yannick

-- 
ekiga crashed with SIGSEGV in PThread::PX_ThreadEnd()
https://bugs.launchpad.net/bugs/358489
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


  1   2   3   4   5   6   >