Hi,
I am testing on
CentOS 6.6 x86.64
kamailio-4.3.5
postgresql-9.4.6
pgpool-II-pg94-3.5.2
When I using floating IP as 192.168.192.143 that kamailio is working.
But I could not access to
psql -h 192.168.192.143 -p 9999 -U postgres asterisk.
Let me know if you have this issue with much appriciated.
Thank you.
#!define DBURL "postgres://asterisk:password@192.168.192.143:9999/kamailio"
#!ifdef WITH_ASTERISK
#!define DBASTURL
"postgres://asterisk:password@192.168.192.143:9999/asterisk"
#!endif
#!endif
Noriyuki Hayashi Japan.