Debian: Stretch
FusionPBX: 4.4.8
FreeSWITCH: 1.10
I have installed the software as per the instructions provoided by https://github.com/tannermkerr/HA-fusionpbx
When I enable the the following settings
In switch.conf.xml
<param name="switchname" value="freeswitch"/>
In callcenter.conf, switch.conf.xml, fifo.conf.xml, db.conf.xml and voicemail.conf.xml
<param name="core-db-dsn" value="$${dsn}" />
With dsn
pgsql://hostaddr=127.0.0.1 port=5432 dbname=freeswitch user=fusionpbx password=****** options=''
And dsn_system
pgsql://hostaddr=127.0.0.1 port=5432 dbname=fusionpbx user=fusionpbx password=****** options=''
I am left with
$${dsn}.db
callcenter.db
fifo.db
I am not sure what am I doing wrong. Is there someone who can help?
PS: Attaching the log files for your reference.
FusionPBX: 4.4.8
FreeSWITCH: 1.10
I have installed the software as per the instructions provoided by https://github.com/tannermkerr/HA-fusionpbx
When I enable the the following settings
In switch.conf.xml
<param name="switchname" value="freeswitch"/>
In callcenter.conf, switch.conf.xml, fifo.conf.xml, db.conf.xml and voicemail.conf.xml
<param name="core-db-dsn" value="$${dsn}" />
With dsn
pgsql://hostaddr=127.0.0.1 port=5432 dbname=freeswitch user=fusionpbx password=****** options=''
And dsn_system
pgsql://hostaddr=127.0.0.1 port=5432 dbname=fusionpbx user=fusionpbx password=****** options=''
I am left with
$${dsn}.db
callcenter.db
fifo.db
I am not sure what am I doing wrong. Is there someone who can help?
PS: Attaching the log files for your reference.