[Asterisk-code-review] docs: Remove embedded macro in WaitForCond XML documentation. (asterisk[16])
Joshua Colp
asteriskteam at digium.com
Tue Jul 27 07:55:02 CDT 2021
Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16227 )
Change subject: docs: Remove embedded macro in WaitForCond XML documentation.
......................................................................
docs: Remove embedded macro in WaitForCond XML documentation.
Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
---
M apps/app_waitforcond.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/16227/1
diff --git a/apps/app_waitforcond.c b/apps/app_waitforcond.c
index 7bc254c..725afc0 100644
--- a/apps/app_waitforcond.c
+++ b/apps/app_waitforcond.c
@@ -66,7 +66,7 @@
<para>Waits until <replaceable>expression</replaceable> evaluates to true, checking every
<replaceable>interval</replaceable> seconds for up to <replaceable>timeout</replaceable>. Default
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)
</example>
<para>Sets <variable>WAITFORCONDITIONSTATUS</variable> to one of the following values:</para>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16227
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
Gerrit-Change-Number: 16227
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210727/38506f65/attachment-0001.html>
More information about the asterisk-code-review
mailing list