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
This commit is contained in:
Naveen Albert
2021-05-20 09:18:03 -04:00
committed by Friendly Automation
parent 2193cf1b26
commit 19b5097d87
2 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
Subject: func_volume now can be read
The VOLUME function can now also be used
to read existing values previously set.