mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
committed by
Friendly Automation
parent
283812e492
commit
1b21b1abf7
5
doc/CHANGES-staging/app_waitforcond.txt
Normal file
5
doc/CHANGES-staging/app_waitforcond.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: WaitForCondition application
|
||||
|
||||
This application provides a way to halt
|
||||
dialplan execution until a provided
|
||||
condition evaluates to true.
|
Reference in New Issue
Block a user