<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17032">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: milliseconds<br><br>Change-Id: I84150ab3696cf682bd94b0f643c1b606024754dd<br>---<br>M cdr/cdr_sqlite3_custom.c<br>M cel/cel_sqlite3_custom.c<br>M configs/samples/res_config_sqlite3.conf.sample<br>M include/asterisk/file.h<br>4 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/17032/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c</span><br><span>index 9f71c84..3520d16 100644</span><br><span>--- a/cdr/cdr_sqlite3_custom.c</span><br><span>+++ b/cdr/cdr_sqlite3_custom.c</span><br><span>@@ -182,7 +182,7 @@</span><br><span> strcpy(table, "cdr");</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /* sqlite3_busy_timeout in miliseconds */</span><br><span style="color: hsl(120, 100%, 40%);">+ /* sqlite3_busy_timeout in milliseconds */</span><br><span> if ((tmp = ast_variable_retrieve(cfg, "master", "busy_timeout")) != NULL) {</span><br><span> if (ast_parse_arg(tmp, PARSE_INT32|PARSE_DEFAULT, &busy_timeout, 1000) != 0) {</span><br><span> ast_log(LOG_WARNING, "Invalid busy_timeout value '%s' specified. Using 1000 instead.\n", tmp);</span><br><span>diff --git a/cel/cel_sqlite3_custom.c b/cel/cel_sqlite3_custom.c</span><br><span>index db38eaf..13a4060 100644</span><br><span>--- a/cel/cel_sqlite3_custom.c</span><br><span>+++ b/cel/cel_sqlite3_custom.c</span><br><span>@@ -188,7 +188,7 @@</span><br><span> strcpy(table, "cel");</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /* sqlite3_busy_timeout in miliseconds */</span><br><span style="color: hsl(120, 100%, 40%);">+ /* sqlite3_busy_timeout in milliseconds */</span><br><span> if ((tmp = ast_variable_retrieve(cfg, "master", "busy_timeout")) != NULL) {</span><br><span> if (ast_parse_arg(tmp, PARSE_INT32|PARSE_DEFAULT, &busy_timeout, 1000) != 0) {</span><br><span> ast_log(LOG_WARNING, "Invalid busy_timeout value '%s' specified. Using 1000 instead.\n", tmp);</span><br><span>diff --git a/configs/samples/res_config_sqlite3.conf.sample b/configs/samples/res_config_sqlite3.conf.sample</span><br><span>index 2588b26..862595f 100644</span><br><span>--- a/configs/samples/res_config_sqlite3.conf.sample</span><br><span>+++ b/configs/samples/res_config_sqlite3.conf.sample</span><br><span>@@ -29,7 +29,7 @@</span><br><span> ;</span><br><span> ;batch=1000</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-; busy timeout - timeout in miliseconds to stop waiting for locked database.</span><br><span style="color: hsl(120, 100%, 40%);">+; busy timeout - timeout in milliseconds to stop waiting for locked database.</span><br><span> ; More info at https://www.sqlite.org/c3ref/busy_timeout.html</span><br><span> ;</span><br><span> ;busy_timeout=1000</span><br><span>\ No newline at end of file</span><br><span>diff --git a/include/asterisk/file.h b/include/asterisk/file.h</span><br><span>index 7e54426..70dd2cd 100644</span><br><span>--- a/include/asterisk/file.h</span><br><span>+++ b/include/asterisk/file.h</span><br><span>@@ -200,7 +200,7 @@</span><br><span> * \param breakon string of DTMF digits to break upon</span><br><span> * \param forward DTMF digit to fast forward upon</span><br><span> * \param rewind DTMF digit to rewind upon</span><br><span style="color: hsl(0, 100%, 40%);">- * \param ms How many miliseconds to skip forward/back</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param ms How many milliseconds to skip forward/back</span><br><span> * Begins playback of a stream...</span><br><span> * Wait for a stream to stop or for any one of a given digit to arrive,</span><br><span> * \retval 0 if the stream finishes.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17032">change 17032</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17032"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I84150ab3696cf682bd94b0f643c1b606024754dd </div>
<div style="display:none"> Gerrit-Change-Number: 17032 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>