Is it possible to reload config files without restarting?
Is it possible to reload the buttons/fop2 config files without restarting the fop2 service? (somewhat like reload in Asterisk)
I'd like to have extensions and passwords update in real-time (I'm scripting this right now) but getting them to "work" requires reloading FOP2, unless I'm missing something.
I'd like to have extensions and passwords update in real-time (I'm scripting this right now) but getting them to "work" requires reloading FOP2, unless I'm missing something.
Comments
The above wil send a HUP signal to fop2, that will reload its configuration files.
Also reloading asterisk will work. So, if you can reload asterisk, fop2 will reload itself too.