[asterisk-users] Realtime database function help

Elliot Murdock murdocke at gmail.com
Wed Feb 25 14:40:28 CST 2009


Hello Everyone!

According to voip-info.org the correcy syntax for the realtime function is:

REALTIME(family|fieldmatch[|value[|delim1[|delim2]]]) on read
REALTIME(family|fieldmatch|value|field) on write

It seems from the syntax that it is only possible to retrieve a full
row according to the value of only of column.  This translates in SQL
language as Select * from family where fieldmath = value.

Is there any way to have more control over the realtime function?

Also, regarding the MYSQL function, I only saw documentation to query
a database.  Is there any way to update a database using that
function?

Thanks!
Elliot



More information about the asterisk-users mailing list