Fusionpbx with Postgresql but nibblebill with mariadb

Status
Not open for further replies.

babak

Member
Dec 4, 2016
37
3
8
50
Hi
I want to try nibblebill with mariadb Galera but do not change fusionpbx internal postgresql database.
I already worked with nibblebill + native postgrsql support but regarding recent changes in FreeSWITCH database connection not sure how to use mariadb just for nibblebill.

Appreciate any comment.

Regards
Babak
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Use ODBC in:

/etc/freeswitch/autoload_configs/nibblebill.conf.xml

Code:
<param name="odbc-dsn" value="odbc://freeswitch"/>
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
He may want active/active replication and certainly BDR can cause you some problems with that.
 

babak

Member
Dec 4, 2016
37
3
8
50
@DigitalDaz @andycol
Hi
Result of my experiments:
-No need to ODBC now Freeswitch supports native mariadb
-db-dsn should match
<param name="db-dsn" value="mariadb://Server=localhost;Database=freeswitch;Uid=freeswitch;Pwd=pass;" />
- Only works on Debian 10 ( it seems a Freeswitch bug fix only applied to Debian 10 packages)

Regards
 
Last edited:
  • Like
Reactions: DigitalDaz
Status
Not open for further replies.