Remotly Trigger a Reload

  1. 13 years ago

    What is the best way to trigger a reload remotely (say from a Windows Service in my case)?

  2. admin

    1 Jul 2011 Administrator

    The way to reload fop2 is to send a -HUP signal to the process id in the linux host is running. It is not easy to do that remotely, But fop2 also reloads when asterisk does. So it might be easier to communicate via ami using tcp socket 5038 and execute an asterisk ami command to reload from there:

    Action: Command
    Command: core reload

or Sign Up to reply!