Skip to content

Commit fd29d28

Browse files
InterLinked1Friendly Automation
authored andcommitted
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
1 parent edce853 commit fd29d28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main/pbx_builtins.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
<para>Only break if a digit hit matches a one digit
8484
extension in the destination context.</para>
8585
</option>
86+
<option name="p">
87+
<para>Do not allow playback to be interrupted with digits.</para>
88+
</option>
8689
</optionlist>
8790
</parameter>
8891
<parameter name="langoverride">
@@ -698,6 +701,10 @@
698701
be used instead if set</emphasis></para>
699702
</argument>
700703
</option>
704+
<option name="d">
705+
<para>Play <literal>dial</literal> indications tone on channel while waiting
706+
for digits.</para>
707+
</option>
701708
</optionlist>
702709
</parameter>
703710
</syntax>

0 commit comments

Comments
 (0)