The slowdown bug is fixed in master branch. You can backport the fix if you are
interested. We should make a new release soon, but we have still a few blocking
bugs, so we have no fixed date yet. Here is the patch you are looking for:
diff --git a/gnome/src/uimanager.c b/gnome/src/uimanager.c
index abfed46..ac03e92 100644
--- a/gnome/src/uimanager.c
+++ b/gnome/src/uimanager.c
@@ -103,6 +103,8 @@ static GtkWidget * imToolbar_;
static GtkWidget * editable_num_;
static GtkWidget * edit_dialog_;
+// GtkToolItem *separator_;
+
static void
remove_from_toolbar(GtkWidget *widget)
{
@@ -440,9 +442,6 @@ update_actions()
gtk_widget_set_sensitive(historyButton_, TRUE);
}
- GtkToolItem *separator = gtk_separator_tool_item_new();
- gtk_toolbar_insert(GTK_TOOLBAR(toolbar_), separator, -1);
-
// If addressbook support has been enabled and all addressbooks are
loaded, display the icon
if (addrbook && addrbook->is_ready() &&
addressbook_config_load_parameters()->enable) {
@@ -1693,6 +1692,7 @@ create_toolbar_actions(GtkUIManager *ui)
muteWidget_ = get_widget(ui, "/ToolbarActions/MuteToolbar");
imToolbar_ = get_widget(ui, "/ToolbarActions/InstantMessagingToolbar");
historyButton_ = get_widget(ui, "/ToolbarActions/HistoryToolbar");
+// separator_ = gtk_separator_tool_item_new();
if (addrbook)
contactButton_ = get_widget(ui, "/ToolbarActions/AddressbookToolbar");
----- Original Message -----
From: [email protected]
To: [email protected]
Sent: Tuesday, August 7, 2012 2:15:58 PM
Subject: [SFLphone] [Technical] Audio issues and performance
Johan sent a message using the contact form at http://sflphone.org/contact.
We use sflphone on about 15 ltsp-clients. We have a siproxd up and running
and everything works as supposed except for two things.
First:
When you talk in a regular rate and volume in the microphone the called
person only hear a scratching noise and can not hear what we say to them.
Second:
After a time, about two hours, the sflphone is starting to get slow, really
slow. When we hang up a call it can take 20 - 30 seconds for the call to
actually end.
If we use x-lite or 3cx or some other phone on windows the sound and
performance is perfect so it shouldn't be any issues with siproxd.
If we use twinkle on ubuntu the sound is bad but in another way than it is on
sflphone.
Somebody with an answer to this?
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone