ReadFile()
ReadFile(Variablenname
=Dateiname
,Länge
)
Länge
Zeichen eingelesen.————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'ReadFile' =-
[Synopsis]
ReadFile(varname=file,length)
[Description]
ReadFile(varname=file,length)
Varname - Result stored here.
File - The name of the file to read.
Length - Maximum number of characters to capture.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -1,10 +1,10 @@
-= Info about application 'ReadFile' =-
[Synopsis]
- ReadFile(varname=file,length)
+ Read the contents of a text file into a channel variable
[Description]
ReadFile(varname=file,length)
- Varname - Result stored here.
- File - The name of the file to read.
- Length - Maximum number of characters to capture.
+ varname - Result stored here.
+ file - The name of the file to read.
+ length - Maximum number of characters to capture.