[asterisk-bugs] [JIRA] Created: (ASTERISK-20348) writesql does write to mysql
Jonathan White (JIRA)
noreply at issues.asterisk.org
Fri Aug 31 10:34:07 CDT 2012
writesql does write to mysql
----------------------------
Key: ASTERISK-20348
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20348
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Functions/func_odbc
Affects Versions: 10.7.1
Environment: Centos 32bit
Reporter: Jonathan White
I am calling a function from func_odbc.conf with either the noOp or Set command in the dialplan but nothing is writen to mysql
same =>n,NoOp(${test_timestamp(${ext})})
same =>n,Set(accessed=${test_timestamp(${ext})})
writesql=UPDATE btestdb.acc SET val = val + 1 WHERE ext='${ARG1}'
readsql=SELECT val FROM testdb.acc WHERE ext='${ARG1}'
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list