<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18343">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_meetme: Emit warning if conference not found.<br><br>Currently, if a user tries to access a non-dynamic<br>MeetMe conference and the conference is not found,<br>the call simply silent hangs up. There is no indication<br>to the user that anything went wrong at all.<br><br>This changes the relevant debug message to a warning<br>so that the user is notified of this invalidity.<br><br>ASTERISK-29954 #close<br><br>Change-Id: Iebcfae3755d00f2150d676ee211c57bc59530048<br>---<br>M apps/app_meetme.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_meetme.c b/apps/app_meetme.c</span><br><span>index 24f5408..17ff202 100644</span><br><span>--- a/apps/app_meetme.c</span><br><span>+++ b/apps/app_meetme.c</span><br><span>@@ -4761,7 +4761,7 @@</span><br><span>                             }</span><br><span>                    }</span><br><span>                    if (!var) {</span><br><span style="color: hsl(0, 100%, 40%);">-                             ast_debug(1, "%s isn't a valid conference\n", confno);</span><br><span style="color: hsl(120, 100%, 40%);">+                          ast_log(LOG_WARNING, "%s isn't a valid conference\n", confno);</span><br><span>                         }</span><br><span>                    ast_config_destroy(cfg);</span><br><span>             }</span><br><span></span><br></pre><div style="white-space:pre-wrap"></div><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18343">change 18343</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/+/18343"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: Iebcfae3755d00f2150d676ee211c57bc59530048 </div>
<div style="display:none"> Gerrit-Change-Number: 18343 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>