After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697871 - Suspending audio doesn't work
Suspending audio doesn't work
Status: RESOLVED WONTFIX
Product: ekiga
Classification: Applications
Component: OPAL
4.0.x
Other Linux
: Normal major
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2013-04-12 12:52 UTC by Jiri Kosina
Modified: 2020-06-06 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiri Kosina 2013-04-12 12:52:58 UTC
Suspending the input audio through menu or 'm' hotkey doesn't work; the sound is still being sent out to the call.

I have spent some time root-causing this, and it seems that

    stream->SetPaused (!paused);

in lib/engine/components/opal/opal-call.cpp::Opal::Call::toggle_stream_pause()

has no effect.

This seems to be very closely related to this discussion on opalvoip-users:

http://www.mentby.com/Group/opalvoip-users/opalvoip-user-opalmediastream-setpaused-not-working.html

Seems like SetPaused() in OPAL now has rather surprising semantics. Therefore I believe this should be fixed either in OPAL or in Ekiga (by muting the microphone input through some different means, I am no desktop environment expert to propose what should acceptable solution look like).
Comment 1 Eugen Dedu 2013-04-12 13:07:27 UTC
We have already noticed this bug and are working to see what is the best solution to fix it, thank you.
Comment 2 Felipe Erias Morandeira 2013-09-26 15:45:14 UTC
Any updates? Many people use Ekiga for conference calls at work. The potential for disaster with this bug is just too high.
Comment 3 Eugen Dedu 2013-09-26 15:53:19 UTC
The current plan is to change from pausing the stream to muting the microphone.  We need to think a bit about it and probably change the interface too in order to allow muting.  The same for video.  Please wait (again!) a bit...
Comment 4 Eugen Dedu 2013-09-27 09:49:46 UTC
Felipe, what we can do is grey out the entries for suspending audio/video until it is fixed, is this useful for you?
Comment 5 Felipe Erias Morandeira 2013-09-27 11:00:37 UTC
Eugen:

Thanks for the quick answer.

Disabling (or even removing) those entries for the time being could be an option. At least that wouldn't trick people into thinking that their mics are muted when they are not.
Comment 6 André Klapper 2020-06-06 16:28:58 UTC
Ekiga is not under active development anymore:
https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/273

Ekiga saw its last release 7 years ago. The last code commits were 4 years ago.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (and transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active Ekiga development again in the future.