GNOME Bugzilla – Bug 678839
Fix the h323 preferences activation
Last modified: 2012-06-26 08:36:37 UTC
Since this commit commit 58b7994b484bb82d2b767baf482436a7903f83fa Author: Damien Sandras <dsandras@src.gnome.org> Date: Sun May 18 19:18:00 2008 +0000 More work on the CallProtocolManager, mainly on the SIP implementation of the CallProtocolManager. Added methods to get a CallProtocolManager from a CallManager following the protocol name. STUN support temporarily hardcoded. The h323 preferences are not set when enabled in the preferences dialog, because the the flow is halted in this branch: if (key.find (SIP_KEY) != string::npos)
Created attachment 217267 [details] [review] Fix the h323 preferences activation This patch fixes the prefix to find in the key to H323_KEY
Fixed with http://git.gnome.org/browse/ekiga/commit/?id=ad881888ce0e (sorry, forgot to add bug report in the log), thank you!