Displaying 1 result from an estimated 1 matches for "sip_reg".
Did you mean:
sipreg
2013 Feb 23
0
Connecting to multiple databases using res_config_pgsql
...=pgdbuser
requirements=warn
[pgwritedb] ;; Connect to mydb2 on another host
dbhost=<IP of other db server>
dbport=5432
dbname=mydb2
dbuser=pgdbuser2
dbpass=xxxxx
requirements=warn
In extconfig.conf I configured
sippeers => pgsql,general,sip_peers
sipregs => pgsql,pgwritedb,sip_regs
But asterisk is not using 'pgwritedb' to connect for sipregs, its
trying to update 'sip_regs' on the local database.
Thanks