[ekiga] Some string renaming, mainly Fast start -> Fast connect



commit 1462186a8ea7eb3ae01c1ad858d6d10e5aef3a8e
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Dec 17 15:23:27 2013 +0100

    Some string renaming, mainly Fast start -> Fast connect

 ekiga.convert.in                                   |    2 +-
 help/C/ekiga.xml                                   |    6 +++---
 lib/engine/components/opal/h323-endpoint.cpp       |    6 +++---
 lib/engine/gui/gtk-frontend/preferences-window.cpp |    4 ++--
 org.gnome.ekiga.gschema.xml.in.in                  |    8 ++++----
 5 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/ekiga.convert.in b/ekiga.convert.in
index e43f80b..197cb73 100644
--- a/ekiga.convert.in
+++ b/ekiga.convert.in
@@ -66,7 +66,7 @@ binding-timeout = /apps/@PACKAGE_NAME@/protocols/sip/binding_timeout
 listen-port = /apps/@PACKAGE_NAME@/protocols/h323/listen_port
 enable-h245-tunneling = /apps/@PACKAGE_NAME@/protocols/h323/enable_h245_tunneling
 enable-early-h245 = /apps/@PACKAGE_NAME@/protocols/h323/enable_early_h245
-enable-fast-start = /apps/@PACKAGE_NAME@/protocols/h323/enable_fast_start
+enable-fast-connect = /apps/@PACKAGE_NAME@/protocols/h323/enable_fast_start
 enable-h239 = /apps/@PACKAGE_NAME@/protocols/h323/enable_h239
 video-role = /apps/@PACKAGE_NAME@/protocols/h323/video_role
 dtmf-mode = /apps/@PACKAGE_NAME@/protocols/h323/dtmf_mode
diff --git a/help/C/ekiga.xml b/help/C/ekiga.xml
index 0e5d58b..7c6c50e 100644
--- a/help/C/ekiga.xml
+++ b/help/C/ekiga.xml
@@ -733,7 +733,7 @@ The main port used to listen for incoming connections in <application>&app;</app
 </section>
 
 <section><title>Advanced Settings</title>
-<para><application>&app;</application> permits a fine control of the H.323 settings in the Advanced H.323 
Settings section of the preferences. You can enable H.245 Tunneling, Early H.245 and Fast Start.</para>
+<para><application>&app;</application> permits a fine control of the H.323 settings in the Advanced H.323 
Settings section of the preferences. You can enable H.245 Tunneling, Early H.245 and Fast Connect.</para>
 
 <para><emphasis>H.245 Tunneling</emphasis></para>
 
@@ -743,9 +743,9 @@ The main port used to listen for incoming connections in <application>&app;</app
 
 <para>This enables H.245 early in the setup and permits achieving faster call initiation.</para>
 
-<para><emphasis>Fast Start</emphasis></para>
+<para><emphasis>Fast Connect</emphasis></para>
 
-<para>Fast Start (Fast Connect) is a new method of call setup that bypasses some usual steps in order to 
make it faster. In addition to the speed improvement, Fast Start allows the media channels to be operational 
before the CONNECT message is sent, which is a requirement for certain billing procedures. It was introduced 
in H.323 version 2.</para>
+<para>Fast Connect (Fast Start) is a new method of call setup that bypasses some usual steps in order to 
make it faster. In addition to the speed improvement, Fast Connect allows the media channels to be 
operational before the CONNECT message is sent, which is a requirement for certain billing procedures. It was 
introduced in H.323 version 2.</para>
 </section>
 
 </section>
diff --git a/lib/engine/components/opal/h323-endpoint.cpp b/lib/engine/components/opal/h323-endpoint.cpp
index 7d95450..64ca338 100644
--- a/lib/engine/components/opal/h323-endpoint.cpp
+++ b/lib/engine/components/opal/h323-endpoint.cpp
@@ -477,10 +477,10 @@ Opal::H323::EndPoint::setup (const std::string setting)
     DisableH245inSetup (!settings->get_bool ("enable-early-h245"));
     PTRACE (4, "Opal::H323::EndPoint\tEarly H.245: " << settings->get_bool ("enable-early-h245"));
   }
-  if (setting.empty () || setting == "enable-fast-start") {
+  if (setting.empty () || setting == "enable-fast-connect") {
 
-    DisableFastStart (!settings->get_bool ("enable-fast-start"));
-    PTRACE (4, "Opal::H323::EndPoint\tFast Start: " << settings->get_bool ("enable-fast-start"));
+    DisableFastStart (!settings->get_bool ("enable-fast-connect"));
+    PTRACE (4, "Opal::H323::EndPoint\tFast Connect: " << settings->get_bool ("enable-fast-connect"));
   }
   if (setting.empty () || setting == "dtmf-mode") {
 
diff --git a/lib/engine/gui/gtk-frontend/preferences-window.cpp 
b/lib/engine/gui/gtk-frontend/preferences-window.cpp
index 4736b65..f958d4e 100644
--- a/lib/engine/gui/gtk-frontend/preferences-window.cpp
+++ b/lib/engine/gui/gtk-frontend/preferences-window.cpp
@@ -786,8 +786,8 @@ gm_pw_init_h323_page (PreferencesWindow *self,
                     self->priv->h323_settings, "enable-early-h245",
                     _("This enables H.245 early in the setup"));
 
-  gm_pw_toggle_new (container, _("Enable fast _start procedure"), self->priv->h323_settings,
-                    "enable-fast-start", _("Connection will be established in Fast Start (Fast Connect) 
mode. Fast Start is a new way to start calls faster that was introduced in H.323v2."));
+  gm_pw_toggle_new (container, _("Enable fast _connect procedure"), self->priv->h323_settings,
+                    "enable-fast-connect", _("Connection will be established in Fast Connect (Fast Start) 
mode. Fast Connect is a way to start calls faster that was introduced in H.323v2."));
 
   gm_pw_toggle_new (container, _("Enable H.239 control"), self->priv->h323_settings,
                     "enable-h239", _("This enables H.239 capability for additional video roles."));
diff --git a/org.gnome.ekiga.gschema.xml.in.in b/org.gnome.ekiga.gschema.xml.in.in
index b49f0c1..ab667d9 100644
--- a/org.gnome.ekiga.gschema.xml.in.in
+++ b/org.gnome.ekiga.gschema.xml.in.in
@@ -471,10 +471,10 @@
       <_summary>Enable early H.245</_summary>
       <_description>This enables H.245 early in the setup</_description>
     </key>
-    <key name="enable-fast-start" type="b">
+    <key name="enable-fast-connect" type="b">
       <default>true</default>
-      <_summary>Enable 'Fast Start'</_summary>
-      <_description>Connection will be established in Fast Start mode. Fast Start (Fast Connect) is a new 
way to start calls faster that was introduced in H.323v2.</_description>
+      <_summary>Enable 'Fast Connect'</_summary>
+      <_description>Connection will be established in Fast Connect mode. Fast Connect (Fast Start) is a new 
way to start calls faster that was introduced in H.323v2.</_description>
     </key>
     <key name="enable-h239" type="b">
       <default>false</default>
@@ -506,7 +506,7 @@
     <key name="udp-port-range" type="s">
       <default>'5061:5100'</default>
       <_summary>UDP port range</_summary>
-      <_description>The range of UDP ports that Ekiga will use.</_description>
+      <_description>The range of UDP ports that Ekiga will use for SIP signalling or when registering to 
H.323 gatekeepers. It is also used for RTP (audio and video communication channels).</_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome  PACKAGE_NAME@.protocols.call-forwarding" 
path="/org/gnome/@PACKAGE_NAME@/protocols/call-forwarding/">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]