<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8380">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Sample Config: Update voicemail.conf comment about maximum line length.<br><br>The sample config states that emailbody can only contain up to 512<br>characters which is always wrong.  The buffer is normally 8192<br>characters unless LOW_MEMORY is enabled then it is 512 characters.  The<br>updated comment states that the line can be up to 8190 or 510<br>characters since the line feed and NULL terminator each use a<br>character.<br><br>ASTERISK-26688 #close<br><br>Change-Id: I80864a0d40d2e2d8cd79d72af52a8f0a3a99c015<br>---<br>M configs/samples/voicemail.conf.sample<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/80/8380/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/configs/samples/voicemail.conf.sample b/configs/samples/voicemail.conf.sample<br>index c90f851..e4130d3 100644<br>--- a/configs/samples/voicemail.conf.sample<br>+++ b/configs/samples/voicemail.conf.sample<br>@@ -145,8 +145,9 @@<br> ; You can select between two variables by using dialplan functions, e.g.<br> ;     ${IF(${ISNULL(${ORIG_VM_DATE})}?${VM_DATE}:${ORIG_VM_DATE})}<br> ;<br>-; Note: The emailbody config row can only be up to 512 characters due to a<br>-;       limitation in the Asterisk configuration subsystem.<br>+; Note: The emailbody config row can only be up to 8190 characters due to a<br>+;       limitation in the Asterisk configuration subsystem.  If compiled with<br>+;       LOW_MEMORY the limit is 510 characters.<br> ;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}<br> ; The following definition is very close to the default, but the default shows<br> ; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8380">change 8380</a>. To unsubscribe, 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/8380"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I80864a0d40d2e2d8cd79d72af52a8f0a3a99c015 </div>
<div style="display:none"> Gerrit-Change-Number: 8380 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>