]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_channel: Add lastcontext and lastexten.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 6 Jan 2022 13:57:01 +0000 (13:57 +0000)
committerKevin Harwell <kharwell@digium.com>
Fri, 25 Feb 2022 20:43:09 +0000 (14:43 -0600)
commitf60dcfc333b7f4b2d1f5748fdd56236a6bd9a50b
tree4cc0c1b58ad2217045f71b706759f528faf924dd
parenta1f207bcf7e302c816c64336eeecaab41b367a2d
func_channel: Add lastcontext and lastexten.

Adds the lastcontext and lastexten channel fields to allow users
to access previous dialplan execution locations.

ASTERISK-29840 #close

Change-Id: Ib455fe300cc8e9a127686896ee2d0bd11e900307
doc/CHANGES-staging/channel_internal_api.txt [new file with mode: 0644]
funcs/func_channel.c
include/asterisk/channel.h
main/channel_internal_api.c