Remotly Trigger a Reload

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

Comments

  • 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
    
Sign In or Register to comment.