<p>sungtae kim has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10987">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Enabled bridge destroy command as a default<br><br>Currently, to use the bridge destroy command, it required --enable-dev-mode<br>configuration option. But this command does not need extra astobj2 feature<br>for that. So changed it enable the feature as a default.<br><br>Change-Id: I99ff7b308236781003663bb32f2f2f3461cff209<br>---<br>M main/bridge.c<br>1 file changed, 0 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/87/10987/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/bridge.c b/main/bridge.c</span><br><span>index 1bee2e6..ce37358 100644</span><br><span>--- a/main/bridge.c</span><br><span>+++ b/main/bridge.c</span><br><span>@@ -5146,7 +5146,6 @@</span><br><span>         return CLI_SUCCESS;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#ifdef AST_DEVMODE</span><br><span> static char *handle_bridge_destroy_specific(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)</span><br><span> {</span><br><span>         struct ast_bridge *bridge;</span><br><span>@@ -5180,7 +5179,6 @@</span><br><span> </span><br><span>       return CLI_SUCCESS;</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-#endif</span><br><span> </span><br><span> static char *complete_bridge_participant(const char *bridge_name, const char *word)</span><br><span> {</span><br><span>@@ -5406,9 +5404,7 @@</span><br><span> static struct ast_cli_entry bridge_cli[] = {</span><br><span>       AST_CLI_DEFINE(handle_bridge_show_all, "List all bridges"),</span><br><span>        AST_CLI_DEFINE(handle_bridge_show_specific, "Show information about a bridge"),</span><br><span style="color: hsl(0, 100%, 40%);">-#ifdef AST_DEVMODE</span><br><span>  AST_CLI_DEFINE(handle_bridge_destroy_specific, "Destroy a bridge"),</span><br><span style="color: hsl(0, 100%, 40%);">-#endif</span><br><span>  AST_CLI_DEFINE(handle_bridge_kick_channel, "Kick a channel from a bridge"),</span><br><span>        AST_CLI_DEFINE(handle_bridge_technology_show, "List registered bridge technologies"),</span><br><span>      AST_CLI_DEFINE(handle_bridge_technology_suspend, "Suspend/unsuspend a bridge technology"),</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10987">change 10987</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/10987"/><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: I99ff7b308236781003663bb32f2f2f3461cff209 </div>
<div style="display:none"> Gerrit-Change-Number: 10987 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: sungtae kim <pchero21@gmail.com> </div>