This page last changed on Mar 30, 2011 by wikibot.

ReadFile()

Synopsis

Read the contents of a text file into a channel variable.

Description

Read the contents of a text file into channel variable varname

ReadFile has been deprecated in favor of Set(varname=${FILE(file,0,length)})

Syntax

ReadFile(varname=file[,length])
Arguments
  • varname - Result stored here.
  • fileparams
    • file - The name of the file to read.
    • length - Maximum number of characters to capture. If not specified defaults to max.

See Also

Application_System
Application_Read

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42