Skip to content
Snippets Groups Projects
Commit 3a8a59bc authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1163] Add Advanced account configuration section

parent b59ddff3
No related branches found
No related tags found
No related merge requests found
sflphone-client-gnome/doc/C/figures/account_advanced.png

29.8 KiB

sflphone-client-gnome/doc/C/figures/account_registration.png

17.9 KiB

...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
</sect3> </sect3>
<sect3 id="account_edit"> <sect3 id="account_edit">
<title>Editing an configured account</title> <title>Editing a configured account</title>
<para>To edit an existing account, perform the following steps:</para> <para>To edit an existing account, perform the following steps:</para>
<orderedlist> <orderedlist>
<listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Manage accounts</guimenuitem></menuchoice>.</para></listitem> <listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Manage accounts</guimenuitem></menuchoice>.</para></listitem>
...@@ -214,8 +214,59 @@ ...@@ -214,8 +214,59 @@
</sect2> </sect2>
<sect2 id="account_advanced"> <sect2 id="account_advanced">
<title>SIP advanced features</title> <title>Advanced features</title>
<para>The advanced security features are only available with SIP.</para> <para>These features are only available with SIP.</para>
<para>Follow the indications to <link linkend='account_edit'>edit an account</link> and choose the <guimenu>Advanced</guimenu> tab.</para>
<!-- ==== Figure ==== -->
<figure id="account-advanced-fig">
<title>Advanced features configuration panel</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/account_advanced.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
<sect3 id="accounts_registration">
<title>Registration</title>
<para>You may set the expires header for a contact.</para>
<para>It basically represents the duration your registration will remain active. If you don't register again within that time, calls will no longer be routed to you. it should be not used as a keepalive mechanism though. The default value is 600 seconds (ten minutes).</para>
<note>To register to some VoIP services, you will need to set this value at at least 1600 seconds (Example: French VoIP server freephonie.net).
</note>
</sect3>
<sect3 id="accounts_stun">
<title>Network</title>
<para>This section enables you to set advanced network parameters.</para>
<variablelist>
<varlistentry>
<term><guilabel>Local address</guilabel></term>
<listitem><para>it is initialized to your private/local IP address. Calls will be routed to this address by default.</para></listitem>
</varlistentry>
<varlistentry>
<term><guilabel>Local port</guilabel></term>
<listitem><para>It is initialized to the default SIP port, 5060.</para></listitem>
</varlistentry>
<varlistentry>
<term><guilabel>Set published address and port</guilabel></term>
<listitem>
<itemizedlist>
<listitem>Using STUN
<para>If enabled, the core will try to initialize an UDP transport on the mapped address/port number that the NAT (Network Address Translator) has allocated to <application>SFLphone</application>.</para></listitem>
<listitem>Same as local parameters
</listitem>
<listitem>Manually
</listitem>
</itemizedlist>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2 id="account_security">
<title>Security features</title>
<para>These features are only available with SIP.</para>
<sect3 id="accounts_zrtp"> <sect3 id="accounts_zrtp">
<title>Secure RTP</title> <title>Secure RTP</title>
</sect3> </sect3>
......
...@@ -22,5 +22,6 @@ DOC_FIGURES = figures/addressbook-button.png \ ...@@ -22,5 +22,6 @@ DOC_FIGURES = figures/addressbook-button.png \
figures/configfile-settings.png \ figures/configfile-settings.png \
figures/notif-example.png \ figures/notif-example.png \
figures/systemtray-settings.png \ figures/systemtray-settings.png \
figures/voicemail-notif.png figures/voicemail-notif.png \
figures/account_advanced.png
DOC_LINGUAS = fr de es it zh_TW zh_HK zh_CN ko pl pt_BR pt ru DOC_LINGUAS = fr de es it zh_TW zh_HK zh_CN ko pl pt_BR pt ru
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment