Page 1 of 1

How to avoid all dialer servers from reloading its dialplan

PostPosted: Wed May 15, 2019 11:52 am
by jessiekidfernando
Hello Everyone,

How to prohibit the dialer servers from reloading the dialplan automatically. We want to do it manually instead.

Regards,

Jessie Kid

Re: How to avoid all dialer servers from reloading its dialp

PostPosted: Wed May 15, 2019 3:48 pm
by williamconley
I don't know for a fact that there's a way to do this without altering the Vicidial code.

BUT: it is possible to alter the DB Structure of the server table to remove the "Y" from "rebuild_conf_files". That way the value will never be "Y" and the Vicidial system will never initiate a rebuild. Unfortunately, I can not guarantee this won't create a "crash" somewhere when the system attempts to set that value to "Y". Alternately, you could set a script to check this value at 00:59 every minute and set it to "N" if it's a Y.