[asterisk-bugs] [JIRA] (ASTERISK-23968) Function REALTIME_STORE cannot be read
c0rnoTa (JIRA)
noreply at issues.asterisk.org
Mon Jun 30 13:31:56 CDT 2014
c0rnoTa created ASTERISK-23968:
----------------------------------
Summary: Function REALTIME_STORE cannot be read
Key: ASTERISK-23968
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23968
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Functions/func_realtime
Affects Versions: 1.8.23.0
Environment: MySQL with a table callback (id,phonenumber,date)
res_config_mysq
Reporter: c0rnoTa
Severity: Minor
I'm trying to use REALTIME_STORE function, but Asterisk always return:
ERROR[20244]: pbx.c:3894 ast_func_read: Function REALTIME_STORE cannot be read
Family is configured like: callback => mysql,general,callback
Using function like:
Noop(${REALTIME_STORE(callback,phonenumber)=123456});
When I change REALTIME_STORE to REALTIME function, I can read and update values successfully. But I can't INSERT a new row.
Increasing debug level is give me additional information.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list