Displaying 2 results from an estimated 2 matches for "realtime_pgsql".
Did you mean:
realtime_mysql
2008 Feb 17
2
Asterisk reltime mode with Postgresql
...works OK; all sip phones (their configs are in the database) are
able to register to the server and I can make calls (dialplan is in the
database), but each time Asterisk reads the information from the database it
shows me this on the console:
[Feb 17 12:32:50] WARNING[620]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime: Could not find any rows in table extensions_conf.
[Feb 17 12:32:50] WARNING[604]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime: Could not find any rows in table sip_conf.
[Feb 17 12:32:50] WARNING[604]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime:...
2008 Mar 09
0
Realtime error - PgSQL with 1.6 beta 5
Hello.
I'm testing the new Asterisk 1.6 beta 5. I'm using realtime to store
extensions and sip users.
When a user logs on, everything works fine - calls are also fine. But I keep
getting these in the console:
[Mar 9 16:31:58] WARNING[10284]: res_config_pgsql.c:195 realtime_pgsql:
PostgreSQL RealTime: Could not find any rows in table sip_users.
Full log: http://rafb.net/p/LO7DEM95.html
I think this part is a bit wierd:
Query: SELECT * FROM sip_users WHERE name = ''
Is this a bug or a known problem? I don't know where to even begin looking.
Again, everything s...