E.11. GET FULL VARIABLE

GET FULL VARIABLE Variablenname [Kanalname]
Gibt den Wert der Variable Variablenname aus dem Kanal Kanalname (oder dem aktuellen) aus.
Ergebniswerte nach Ausführung:
0Fehler. Variable existiert nicht.
1 (Wert)Erfolgreich. Wert der Variablen.
Asterisk-Versionen:
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Interner Hilfetext zu diesem AGI-Befehl in Asterisk 1.4:
 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)
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— keine —
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
--- 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