]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 26 Sep 2022 12:54:34 +0000 (07:54 -0500)
commit0736c55a96c0b7854967a2b79f64848137649f0e
tree11f06886d917e51acd232f5c8f21ea66e467e4f9
parent479ce16eba49f8601fc2fca4c50d0c18e3b01d4e
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]