GET FULL VARIABLEGET FULL VARIABLEVariablenname[Kanalname]
Variablenname aus
dem Kanal Kanalname (oder dem aktuellen)
aus.| 0 | Fehler. Variable existiert nicht. |
1 (Wert) | Erfolgreich. Wert der Variablen. |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: GET FULL VARIABLE <variablename> [<channel name>]
Returns 0 if <variablename> is not set or channel does not exist. Returns 1
if <variablename> is set and returns the variable in parenthesis. Understands
complex variable names and builtin variables, unlike GET VARIABLE.
example return code: 200 result=1 (testvariable)--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -3,3 +3,4 @@
if <variablename> is set and returns the variable in parenthesis. Understands
complex variable names and builtin variables, unlike GET VARIABLE.
example return code: 200 result=1 (testvariable)
+ Runs Dead : Yes