<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11281">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_voicemail: Don't split mailbox options on comma<br><br>Because the per-mailbox options are the last thing on a line, don't look<br>for or stomp on any subsequent commas.<br><br>ASTERISK-27935 #close<br>Reported by: Sébastien Duthil<br><br>Change-Id: I07b2eb4a33c303d0c7114d5b906f8c067c60a153<br>---<br>M apps/app_voicemail.c<br>1 file changed, 2 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/81/11281/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c</span><br><span>index 079aaac..d442c68 100644</span><br><span>--- a/apps/app_voicemail.c</span><br><span>+++ b/apps/app_voicemail.c</span><br><span>@@ -12417,8 +12417,8 @@</span><br><span>       if (stringp && (s = strsep(&stringp, ","))) {</span><br><span>          ast_copy_string(vmu->pager, s, sizeof(vmu->pager));</span><br><span>    }</span><br><span style="color: hsl(0, 100%, 40%);">-       if (stringp && (s = strsep(&stringp, ","))) {</span><br><span style="color: hsl(0, 100%, 40%);">-             apply_options(vmu, s);</span><br><span style="color: hsl(120, 100%, 40%);">+        if (stringp) {</span><br><span style="color: hsl(120, 100%, 40%);">+                apply_options(vmu, stringp);</span><br><span>         }</span><br><span> </span><br><span>        switch (vmu->passwordlocation) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11281">change 11281</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/+/11281"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I07b2eb4a33c303d0c7114d5b906f8c067c60a153 </div>
<div style="display:none"> Gerrit-Change-Number: 11281 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>