Hello All, I wonder is there a way where I reload asterisk on CLI without disconnect any call that is currently taken place. Foong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030813/41f0a4ca/attachment.htm
Chee Foong wrote:> I wonder is there a way where I reload asterisk on CLI without > disconnect any call that is currently taken place.Type "help" into the console and read. canopy*CLI> help restart gracefully Usage: restart gracefully Causes Asterisk to stop accepting new calls and exec() itself performing a cold. restart when all active calls have ended. canopy*CLI> help restart when convenient Usage: restart when convenient Causes Asterisk to perform a cold restart when all active calls have ended. canopy*CLI> help reload Usage: reload Reloads configuration files for all modules which support reloading. -- Alastair Maw <al.maw@mxtelecom.com> MX Telecom - Systems Analyst http://www.mxtelecom.com
Hi, have looked around for some documentation what effect a reload has on a running system but I can't find any relevant information. What I would like to know is what type of configuration changes (if any) that will interfere with already established calls if I do a reload. I'm only using SIP. Any information or links are appreciated. /urban