mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
pbx_builtins: Add missing options documentation
BackGround and WaitExten both accept options that are not currently documented. This adds documentation for these options to the xml documentation for each application. ASTERISK-29967 #close Change-Id: If812a9f1ccbba3e4d427a0e7a6dea923c2f905f7
This commit is contained in:
committed by
Friendly Automation
parent
edce853123
commit
fd29d28832
@@ -83,6 +83,9 @@
|
|||||||
<para>Only break if a digit hit matches a one digit
|
<para>Only break if a digit hit matches a one digit
|
||||||
extension in the destination context.</para>
|
extension in the destination context.</para>
|
||||||
</option>
|
</option>
|
||||||
|
<option name="p">
|
||||||
|
<para>Do not allow playback to be interrupted with digits.</para>
|
||||||
|
</option>
|
||||||
</optionlist>
|
</optionlist>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="langoverride">
|
<parameter name="langoverride">
|
||||||
@@ -698,6 +701,10 @@
|
|||||||
be used instead if set</emphasis></para>
|
be used instead if set</emphasis></para>
|
||||||
</argument>
|
</argument>
|
||||||
</option>
|
</option>
|
||||||
|
<option name="d">
|
||||||
|
<para>Play <literal>dial</literal> indications tone on channel while waiting
|
||||||
|
for digits.</para>
|
||||||
|
</option>
|
||||||
</optionlist>
|
</optionlist>
|
||||||
</parameter>
|
</parameter>
|
||||||
</syntax>
|
</syntax>
|
||||||
|
Reference in New Issue
Block a user