Skip to content
Snippets Groups Projects
Commit d0f189a5 authored by Joshua C. Colp's avatar Joshua C. Colp Committed by George Joseph
Browse files

docs: Remove embedded macro in WaitForCond XML documentation.

Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
parent db7b0255
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<para>Waits until <replaceable>expression</replaceable> evaluates to true, checking every <para>Waits until <replaceable>expression</replaceable> evaluates to true, checking every
<replaceable>interval</replaceable> seconds for up to <replaceable>timeout</replaceable>. Default <replaceable>interval</replaceable> seconds for up to <replaceable>timeout</replaceable>. Default
is evaluate <replaceable>expression</replaceable> every 50 milliseconds with no timeout.</para> is evaluate <replaceable>expression</replaceable> every 50 milliseconds with no timeout.</para>
<example title="Wait for ${condition} to become 1 for up to 40 seconds, checking every 500ms"> <example title="Wait for condition dialplan variable/function to become 1 for up to 40 seconds, checking every 500ms">
same => n,WaitForCondition(#,#["#{condition}"="1"],40,0.5) same => n,WaitForCondition(#,#["#{condition}"="1"],40,0.5)
</example> </example>
<para>Sets <variable>WAITFORCONDITIONSTATUS</variable> to one of the following values:</para> <para>Sets <variable>WAITFORCONDITIONSTATUS</variable> to one of the following values:</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment