app_waitforcond: New application

While several applications exist to wait for
a certain event to occur, none allow waiting
for any generic expression to become true.
This application allows for waiting for a condition
to become true, with configurable timeout and
checking interval.

ASTERISK-29444

Change-Id: I08adf2824b8bc63405778cf355963b5005612f41
This commit is contained in:
Naveen Albert
2021-05-22 10:31:22 -04:00
committed by Friendly Automation
parent 283812e492
commit 1b21b1abf7
2 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Subject: WaitForCondition application
This application provides a way to halt
dialplan execution until a provided
condition evaluates to true.