Displaying 1 result from an estimated 1 matches for "cf_data".
Did you mean:
cfq_data
2006 May 15
1
Realtime Postgres via ODBC
I am running unixODBC to connect to postgres for your realtime data for
things like call forwarding, dnd and have noticed a significant delay
when running the realtime application. Has anyone else encountered this?
Even from the CLI if I do "realtime load cf_data exten 4501" it lags for
almost 2 full seconds before I get the result set back.
Queries directly to the database from anything else are almost
instantaneous...
In the dial plan...
exten => s,1,RealTime(cf_data,exten,4501,cf_) <-- this is the point
where it lags...
exten => s,2,G...