]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_export: Add EXPORT function
authorNaveen Albert <mail@interlinked.x10host.com>
Mon, 17 May 2021 14:19:30 +0000 (10:19 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 26 Sep 2022 12:51:47 +0000 (07:51 -0500)
commitbde816ab54d1905857190db137e4985b93a9e853
tree168d72382d01ba690a2686a3d886ba858a7eb41e
parent492c93861c4e89de585fdc9a3ce3733ae3e5b69b
func_export: Add EXPORT function

Adds the EXPORT function, which allows write
access to variables and functions on other
channels.

ASTERISK-29432 #close

Change-Id: I7492645ae4307553d0f586d78e13a4f586231fdf
doc/CHANGES-staging/func_export.txt [new file with mode: 0644]
funcs/func_export.c [new file with mode: 0644]