In the interest of making things cleaner, I'd like to know if I can just reload one single conf file. Let's say I have two files, extensions.conf which includes small_file.conf. I only want "small_file.conf" reloaded, not the main file. Is this at all possible? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/f91c09ea/attachment.htm
Mike wrote:> > In the interest of making things cleaner, I'd like to know if I can > just reload one single conf file. Let's say I have two files, > extensions.conf which includes small_file.conf. > > I only want "small_file.conf" reloaded, not the main file. Is this at > all possible? > > MikeNot possible without modifying the asterisk source code.
Stephen Bosch
2007-Aug-10 01:53 UTC
[asterisk-users] FW: Can you reload only one conf file?
Mike wrote:> > In the interest of making things cleaner, I'd like to know if I can just > reload one single conf file. Let's say I have two files, extensions.conf > which includes small_file.conf. > > I only want "small_file.conf" reloaded, not the main file. Is this at > all possible?I'm not quite sure why you would want to selectively reload _parts_ of your dial plan, since even a big dialplan takes fractions of a second to load... Failing that: reload pbx_config.so just reloads extensions.conf. A wrapper script might be another way of doing it, but that's beyond my knowledge. -Stephen-
Reasonably Related Threads
- dialplan reload not showing debug info even with debug on (ast 15.5)
- Overwriting source file leaves destination full of zeros
- 'extensions reload' clears Regextens
- Segmentation fault on "reload"
- Incoming SIP Calls dumped to non-existent VM no matter what extensions.conf setup is used