<HTML><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText29572 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I think you misunderstood the question Stephen. I believe he's saying he's got extension.conf & sub_extension.conf that's included. You can do a dialplan reload to reload both files, but for whatever reason he only wants to load the sub_extension.conf. Both are related to the same module, one included in the other.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>Clear as mud?</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Stephen Bosch<BR><B>Sent:</B> Thu 8/9/2007 7:40 PM<BR><B>To:</B> Asterisk Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> Re: [asterisk-users] FW: Can you reload only one conf file?<BR></FONT><BR></DIV>
<DIV><PRE style="WORD-WRAP: break-word">Paul wrote:
> 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?
>>
>> Mike
>
> Not possible without modifying the asterisk source code.
Yes, it is possible.
> asterisk*CLI> help reload
> Usage: reload [module ...]
> Reloads configuration files for all listed modules which support
> reloading, or for all supported modules if none are listed.
If you only want to reload configs for a specific module, just reload
that module. Example:
> asterisk*CLI> reload chan_sip.so
> -- Reloading module 'chan_sip.so' (Session Initiation Protocol (SIP))
> Reloading SIP
> == Parsing '/etc/asterisk/sip.conf': Found
> == Parsing '/etc/asterisk/sip_notify.conf': Found
> asterisk*CLI>
-Stephen-
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
</PRE></DIV></BODY></HTML>