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

Merge branch 'conference'

parents cf42cfd1 5f4810cd
No related branches found
No related tags found
No related merge requests found
sflphone-client-gnome/doc/C/figures/conference.png

23.4 KiB

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

25.9 KiB

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

27.2 KiB

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

34.8 KiB

...@@ -523,6 +523,30 @@ ...@@ -523,6 +523,30 @@
added the same way, dragging a call on the added the same way, dragging a call on the
conference icon. conference icon.
</para> </para>
<!-- ==== Figure ==== -->
<figure id="drag_n_frop-fig">
<title>Creating a new conference</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/drag_n_drop.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
<!-- ==== Figure ==== -->
<figure id="conference-fig">
<title>Conference call</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/conference.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
</listitem> </listitem>
<listitem> <listitem>
<guilabel>Leave a conference</guilabel> <guilabel>Leave a conference</guilabel>
...@@ -530,9 +554,33 @@ ...@@ -530,9 +554,33 @@
SFLphone conference model let you leave a conference that SFLphone conference model let you leave a conference that
you are currently hosting to answer any other incoming you are currently hosting to answer any other incoming
communication or even initiate new ones. The conference is communication or even initiate new ones. The conference is
not interupted Double clicking the conference icon not interupted, double clicking the conference icon
let you reintroduce the conference. let you reintroduce it at any momment.
</para> </para>
<!-- ==== Figure ==== -->
<figure id="conference_detached-fig">
<title>Conference detached</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/conference_detached.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
<!-- ==== Figure ==== -->
<figure id="conference_attached-fig">
<title>Conference attached</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/conference_attached.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->
</listitem> </listitem>
<listitem> <listitem>
<guilabel>Multiple conference</guilabel> <guilabel>Multiple conference</guilabel>
...@@ -546,11 +594,9 @@ ...@@ -546,11 +594,9 @@
<listitem> <listitem>
<guilabel>Hangup/Hold a conference</guilabel> <guilabel>Hangup/Hold a conference</guilabel>
<para> <para>
Right click the conference icon. Select the conference icon and press hangup/hold button
Holding the conference put all on the toolbar. The selected action is applied on every
participants on hold. conference participants.
Hangup a conference hangup all
participants.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
...@@ -23,5 +23,9 @@ DOC_FIGURES = figures/addressbook-button.png \ ...@@ -23,5 +23,9 @@ DOC_FIGURES = figures/addressbook-button.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 figures/account_advanced.png \
figures/drag_n_drop.png \
figures/conference.png \
figures/conference_detached.png \
figures/conference_attached.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
...@@ -831,6 +831,7 @@ IAXVoIPLink::iaxHandleCallEvent (iax_event* event, IAXCall* call) ...@@ -831,6 +831,7 @@ IAXVoIPLink::iaxHandleCallEvent (iax_event* event, IAXCall* call)
Manager::instance().peerAnsweredCall (id); Manager::instance().peerAnsweredCall (id);
// start audio here? // start audio here?
audiolayer->startStream();
audiolayer->flushMain(); audiolayer->flushMain();
} else { } else {
// deja connecté ? // deja connecté ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment