]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_volume: Add read capability to function.
authorNaveen Albert <mail@interlinked.x10host.com>
Thu, 20 May 2021 13:18:03 +0000 (09:18 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 26 May 2021 16:25:23 +0000 (11:25 -0500)
commit033c2a22839698be0c0f54419169c76c4eac6046
tree9e546dc048c7e395ff8e3084de2b57a0a73b5252
parent59d15c4c2a35988c6f39cf8adbfede81763706ae
func_volume: Add read capability to function.

Up until now, the VOLUME function has been write
only, so that TX/RX values can be set but not
read afterwards. Now, previously set TX/RX values
can be read later.

ASTERISK-29439

Change-Id: Ia23e92fa2e755c36e9c8e69f2940d2703ccccb5f
doc/CHANGES-staging/func_volume_read.txt [new file with mode: 0644]
funcs/func_volume.c