<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div style="font-family:Arial;">Hello,<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">I'm using Postgres in the core and everywhere else. Relevant modules such as callcenter, fifo, etc. all have the ODBC defined and working with the tables just fine.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">The only issue is Verto - I have json_store table in Postgres but Verto doesn't appear to be accessing it at all whenever mod_verto is loaded or reloaded. Getting this error:<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">2018-04-04 07:05:31.695917 [CONSOLE] switch_loadable_module.c:2034 mod_verto unloaded.<br></div>
<div style="font-family:Arial;"><b>2018-04-04 07:05:31.695917 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR [no such table: json_store]</b><b><br></b></div>
<div style="font-family:Arial;"><b>select name from json_store where name=''</b><br></div>
<div style="font-family:Arial;">2018-04-04 07:05:31.695917 [INFO] mod_verto.c:4749 Secure key and cert specified<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">It says no such table because I did not have the sqlite json.db file, but after I put it back in it's able to read from it. So clearly it looks like it's not even trying to access json_store in the Postgres DB. I even added a <span class="s1"><param name="odbc-dsn".. to verto.conf.xml even though it's not documented anywhere, still no luck.</span><br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;"><span class="s1">Any ideas? Is mod_verto not able to access the table when using Postgres?</span><br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">FYI this is on latest master and also 1.6.20 production release<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;"><span class="s1">Thanks</span><br></div>
<div style="font-family:Arial;"><span class="s1">Mike</span><br></div>
</body>
</html>