<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 5, 2014 at 1:58 AM, Olle E. Johansson <span dir="ltr"><<a href="mailto:oej@edvina.net" target="_blank">oej@edvina.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On 04 Apr 2014, at 20:32, SVN commits to the Digium repositories <<a href="mailto:svn-commits@lists.digium.com">svn-commits@lists.digium.com</a>> wrote:<br>
<br>
> - case 'I':<br>
> - ast_set_flag(&ast_options, AST_OPT_FLAG_INTERNAL_TIMING);<br>
> - break;<br>
<br>
</div>Just checking... I would rather add a NOTICE log here that "i" is not needed any more. Please make sure that configurations starting with "- i" will not suddenly fail.<br></blockquote><div><br></div>
</div>Yes. You can still specify the -I option without harm. It is simply ignored because<br>it was not removed from the getopt() option parameter string. The UPGRADE.txt file<br>does contain a note about the removal of the option. I'll change the code to print a<br>
notice to stderr about the option no longer being needed. The notice cannot be sent<br>to the log because the command line options are parsed before anything else is even<br></div><div class="gmail_extra">initialized.<br>
<br></div><div class="gmail_extra">The asterisk.conf internal_timing option is also simply ignored as anything else not<br>recognized by non-config framework config file handling code. I'll put a NOTICE log<br></div>
<div class="gmail_extra">there as well.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Richard<br></div></div>