Status
Not open for further replies.

jhussain

New Member
Aug 6, 2019
1
0
1
35
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.
 

Attachments

  • freeswitch_logs.zip
    52.6 KB · Views: 9

kp123

New Member
Feb 6, 2017
19
1
3
43
->Advanced -> Sip profile -> internal , external profile -> odbc-dsn $$(dsn) true
Flush cache , restart freeswitch
 
Status
Not open for further replies.