]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_stack: Include current location if branch fails
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 2 Sep 2021 23:20:43 +0000 (23:20 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 13 Sep 2021 12:12:31 +0000 (07:12 -0500)
commita3a28b91686694e0f459a7f592a1014f1090cc8b
tree0eae6f514041edcc314971b6679131d10ae8cbd6
parent249fe0f37eca8eafad18f8c19c6570a6aeb5a096
app_stack: Include current location if branch fails

Previously, the error emitted when app_stack tries
to branch to a dialplan location that doesn't exist
has included only the information about the attempted
branch in the error log. This adds the current location
as well so users can see where the branch failed in
the logs.

ASTERISK-29626

Change-Id: Ia23502ab2ad21485a1ac74295063a8f25a6df5ce
apps/app_stack.c