<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">yes it will require code changes there. &nbsp;I wouldn't make an idle loop tho. &nbsp;I would do something to swap out the pointers with the new ones and protect it all with a mutex. &nbsp;I think we do something similar with dialplan reload.<div class=""><br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 3, 2015, at 1:35 PM, Sergey Safarov &lt;<a href="mailto:s.safarov@gmail.com" class="">s.safarov@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Will it help addition of the configuration update flag of module&nbsp;<span style="font-size:12.8000001907349px" class="">CORE_SOFTTIMER_MODULE</span>.</div><div class="">And to add idle loop 'into the function switch_lookup_timezone until 'update is complete?</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Mar 3, 2015 at 7:21 PM, Michael Jerris <span dir="ltr" class="">&lt;<a href="mailto:mike@jerris.com" target="_blank" class="">mike@jerris.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That is ALWAYS loaded before any other modules, so that not being loaded after.&nbsp; Whats happening here, is the reload signal triggers the timezones to reload asynchronously.&nbsp; This will require a code change to swap those out in some way that doesn't leave them empty for a short period, properly protected against race conditions.&nbsp; This code is in switch_time.c.<br class="">
<div class=""><div class="h5"><br class="">
<br class="">
&gt; On Mar 3, 2015, at 10:41 AM, Sergey Safarov &lt;<a href="mailto:s.safarov@gmail.com" class="">s.safarov@gmail.com</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt; Please help me declare module dependency<br class="">
&gt; I has extended module radius_cdr by timezone support and from time to time is getting following error<br class="">
&gt;<br class="">
&gt; freeswitch@internal&gt; reload mod_radius_cdr<br class="">
&gt; +OK Reloading XML<br class="">
&gt; +OK module unloaded<br class="">
&gt; +OK module loaded<br class="">
&gt;<br class="">
&gt; 2015-03-03 18:35:34.543407 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_radius_cdr<br class="">
&gt; 2015-03-03 18:35:34.543407 [CONSOLE] switch_loadable_module.c:1955 mod_radius_cdr unloaded.<br class="">
&gt; 2015-03-03 18:35:34.543407 [INFO] mod_enum.c:880 ENUM Reloaded<br class="">
&gt; 2015-03-03 18:35:34.543407 [ERR] switch_time.c:1324 Timezone 'Asia/Tokyo' not found!<br class="">
&gt; 2015-03-03 18:35:34.543407 [ERR] mod_radius_cdr.c:992 Cannot find timezone Asia/Tokyo<br class="">
&gt; , Setting timezone to GMT<br class="">
&gt; 2015-03-03 18:35:34.543407 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_radius_cdr]<br class="">
&gt; 2015-03-03 18:35:34.543407 [INFO] switch_time.c:1369 Timezone reloaded 1781 definitions<br class="">
&gt;<br class="">
&gt;<br class="">
&gt; Module currently depend of loaded configuradion of CORE_SOFTTIMER_MODULE but mod_radius_cdr loaded before loaded CORE_SOFTTIMER_MODULE configuration.<br class="">
&gt;<br class="">
&gt; How can I make sure that CORE_SOFTTIMER_MODULE configuration is loaded&nbsp; before mod_radius_cdr?<br class="">
<br class=""></div></div></blockquote></div></div></div></blockquote></div><br class=""></div></div></body></html>