]> 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:07 +0000 (11:25 -0500)
commitd1305af1378fba057544ca9dde6c7ff5dfcb5948
tree552cc75184b4ca262596543bc9063301359ae663
parentbb8e868066a9075938ac08081eb26fea0ceb8920
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