This page last changed on Sep 26, 2012 by wikibot.

REALTIME()

Synopsis

RealTime Read/Write Functions.

Description

This function will read or write values from/to a RealTime repository. REALTIME(....) will read names/values from the repository, and REALTIME(....)= will write a new value/field to the repository. On a read, this function returns a delimited text string. The name/value pairs are delimited by delim1, and the name and value are delimited between each other with delim2. If there is no match, NULL will be returned by the function. On a write, this function will always return NULL.

Syntax

REALTIME(family,fieldmatch,matchvalue,delim1|field,delim2)
Arguments
  • family
  • fieldmatch
  • matchvalue
  • delim1|field - Use delim1 with delim2 on read and field without delim2 on writeIf we are reading and delim1 is not specified, defaults to ,
  • delim2 - Parameter only used when reading, if not specified defaults to =

See Also

Import Version

This documentation was imported from Asterisk Version SVN-branch-11-r373804

Document generated by Confluence on Nov 02, 2012 17:42