confbridge: Update online XML documentation.

........

Merged revisions 377212 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@377213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2012-12-04 22:32:17 +00:00
parent 4075be53a1
commit d0c835fa73

View File

@@ -65,22 +65,36 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Conference bridge application. Conference bridge application.
</synopsis> </synopsis>
<syntax> <syntax>
<parameter name="confno"> <parameter name="conference" required="true">
<para>The conference number</para> <para>Name of the conference bridge. You are not limited to just
numbers.</para>
</parameter> </parameter>
<parameter name="bridge_profile"> <parameter name="bridge_profile">
<para>The bridge profile name from confbridge.conf. When left blank, a dynamically built bridge profile created by the CONFBRIDGE dialplan function is searched for on the channel and used. If no dynamic profile is present, the 'default_bridge' profile found in confbridge.conf is used. </para> <para>The bridge profile name from confbridge.conf. When left blank,
<para>It is important to note that while user profiles may be unique for each participant, mixing bridge profiles on a single conference is _NOT_ recommended and will produce undefined results.</para> a dynamically built bridge profile created by the CONFBRIDGE dialplan
function is searched for on the channel and used. If no dynamic
profile is present, the 'default_bridge' profile found in
confbridge.conf is used. </para>
<para>It is important to note that while user profiles may be unique
for each participant, mixing bridge profiles on a single conference
is _NOT_ recommended and will produce undefined results.</para>
</parameter> </parameter>
<parameter name="user_profile"> <parameter name="user_profile">
<para>The user profile name from confbridge.conf. When left blank, a dynamically built user profile created by the CONFBRIDGE dialplan function is searched for on the channel and used. If no dynamic profile is present, the 'default_user' profile found in confbridge.conf is used.</para> <para>The user profile name from confbridge.conf. When left blank,
a dynamically built user profile created by the CONFBRIDGE dialplan
function is searched for on the channel and used. If no dynamic
profile is present, the 'default_user' profile found in
confbridge.conf is used.</para>
</parameter> </parameter>
<parameter name="menu"> <parameter name="menu">
<para>The name of the DTMF menu in confbridge.conf to be applied to this channel. No menu is applied by default if this option is left blank.</para> <para>The name of the DTMF menu in confbridge.conf to be applied to
this channel. No menu is applied by default if this option is left
blank.</para>
</parameter> </parameter>
</syntax> </syntax>
<description> <description>
<para>Enters the user into a specified conference bridge. The user can exit the conference by hangup or DTMF menu option.</para> <para>Enters the user into a specified conference bridge. The user can
exit the conference by hangup or DTMF menu option.</para>
</description> </description>
<see-also> <see-also>
<ref type="application">ConfBridge</ref> <ref type="application">ConfBridge</ref>