]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pbx_builtins: Add missing options documentation
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 14 Mar 2022 16:57:29 +0000 (16:57 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 23 Mar 2022 21:05:29 +0000 (16:05 -0500)
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

main/pbx_builtins.c

index 54fe4ff92a88fdc7c972ca938044fef3f9fe93b2..078a307238885ec72490891fbe82890dbe8b3a60 100644 (file)
@@ -83,6 +83,9 @@
                                                <para>Only break if a digit hit matches a one digit
                                                extension in the destination context.</para>
                                        </option>
+                                       <option name="p">
+                                               <para>Do not allow playback to be interrupted with digits.</para>
+                                       </option>
                                </optionlist>
                        </parameter>
                        <parameter name="langoverride">
                                                        be used instead if set</emphasis></para>
                                                </argument>
                                        </option>
+                                       <option name="d">
+                                               <para>Play <literal>dial</literal> indications tone on channel while waiting
+                                               for digits.</para>
+                                       </option>
                                </optionlist>
                        </parameter>
                </syntax>