]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_if: Adds conditional branch applications
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 28 Jun 2021 16:56:18 +0000 (16:56 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 8 Dec 2022 19:57:33 +0000 (13:57 -0600)
commite3ea1b88ff054943cea341b24af7bf62599b1c9d
tree9d1e6b9e44e24a565da5d15da029e202514a3fb7
parent99cef8461f85d13be2e45b512ba8f503c82db4f2
app_if: Adds conditional branch applications

Adds the If, ElseIf, Else, ExitIf, and EndIf
applications for conditional execution
of a block of dialplan, similar to the While,
EndWhile, and ExitWhile applications. The
appropriate branch is executed at most once
if available and may be broken out of while
inside.

ASTERISK-29497

Change-Id: I3aa3bd35a5add82465c6ee9bd86b64601f0e1f49
apps/app_if.c [new file with mode: 0644]
doc/CHANGES-staging/app_if.txt [new file with mode: 0644]