]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_waitforcond: New application
authorNaveen Albert <mail@interlinked.x10host.com>
Sat, 22 May 2021 14:31:22 +0000 (10:31 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 8 Jul 2021 14:45:32 +0000 (09:45 -0500)
commit1b21b1abf79806100849ddc06fbbf04803c1b77b
treeaed64c5cafdf0c37e8cc6a4c51abcffeb51e6b3c
parent283812e492d9b2236ea2a07a1124003afd9ed0b5
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
apps/app_waitforcond.c [new file with mode: 0644]
doc/CHANGES-staging/app_waitforcond.txt [new file with mode: 0644]