mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +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
George Joseph
parent
884d863c08
commit
7bc9a05059
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