EXEC
EXECApplikation
Argumente
Argumente
werden
dabei der Applikation übergeben. Mehrere Argumente werden durch ein
Pipe-Zeichen (|
) getrennt.-2 | Fehler. Konnte die Applikation nicht finden/aufrufen. |
Wert | Erfolgreich. Ergebniswert der Applikation. |
EXEC Dial Zap/g1/123456
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: EXEC <application> <options>
Executes <application> with given <options>.
Returns whatever the application returns, or -2 on failure to find application
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -1,3 +1,4 @@
Usage: EXEC <application> <options>
Executes <application> with given <options>.
Returns whatever the application returns, or -2 on failure to find application
+ Runs Dead : Yes