Re: [OpenSIPS-Users] ACC failover solution

2016-07-02 Thread Daniel Zanutti
Great! I'll take a look On Sat, Jul 2, 2016 at 7:07 PM, Jarrod Baumann wrote: > Daniel, > > You want to look at db_virtual ( > http://www.opensips.org/html/docs/modules/2.2.x/db_virtual.html) > > You can define failover database as such: > modparam("db_virtual", "db_urls", "define accounting FAI

Re: [OpenSIPS-Users] ACC failover solution

2016-07-02 Thread Jarrod Baumann
Daniel, You want to look at db_virtual (http://www.opensips.org/html/docs/modules/2.2.x/db_virtual.html ) You can define failover database as such: modparam("db_virtual", "db_urls", "define accounting FAILOVER") modparam("db_virtu

[OpenSIPS-Users] ACC failover solution

2016-07-02 Thread Daniel Zanutti
Hi I need some help to provide a failover solution to do accounting on our calls. If ACC fails to write on MySQL accounting system (Like MySQL), the record is lost. Is there any failover solution on the ACC module, to record on another kind of DB, only if MySQL failed? I know I could write on bo