Fusionpbx with Postgresql but nibblebill with mariadb

Status
Not open for further replies.

babak

Member
Dec 4, 2016
41
3
8
51
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
 
Use ODBC in:

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

Code:
<param name="odbc-dsn" value="odbc://freeswitch"/>
 
He may want active/active replication and certainly BDR can cause you some problems with that.
 
@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.