<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18352">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">samples: Remove obsolete sample configs.<br><br>Removes a couple sample config files for modules<br>which have since been removed from Asterisk.<br><br>ASTERISK-30008 #close<br><br>Change-Id: I6be89cafc6c575d98a5315e4912b61a833aacf52<br>---<br>D configs/samples/app_mysql.conf.sample<br>D configs/samples/muted.conf.sample<br>2 files changed, 0 insertions(+), 63 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/18352/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/samples/app_mysql.conf.sample b/configs/samples/app_mysql.conf.sample</span><br><span>deleted file mode 100644</span><br><span>index 63ddc40..0000000</span><br><span>--- a/configs/samples/app_mysql.conf.sample</span><br><span>+++ /dev/null</span><br><span>@@ -1,24 +0,0 @@</span><br><span style="color: hsl(0, 100%, 40%);">-; Configuration file for the MYSQL app addon</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-[general]</span><br><span style="color: hsl(0, 100%, 40%);">-;</span><br><span style="color: hsl(0, 100%, 40%);">-; Nullvalue governs how NULL values are returned from the database.  In</span><br><span style="color: hsl(0, 100%, 40%);">-; previous versions, the special NULL value was returned as the "NULL"</span><br><span style="color: hsl(0, 100%, 40%);">-; string.  We now provide an option for the behavior, configured globally.</span><br><span style="color: hsl(0, 100%, 40%);">-; nullstring  - the string "NULL"</span><br><span style="color: hsl(0, 100%, 40%);">-; emptystring - the string ""</span><br><span style="color: hsl(0, 100%, 40%);">-; null        - unset the variable</span><br><span style="color: hsl(0, 100%, 40%);">-;</span><br><span style="color: hsl(0, 100%, 40%);">-; WARNING: setting nullvalue=null may have undesirable consequences, in</span><br><span style="color: hsl(0, 100%, 40%);">-; particular if you use subroutines in AEL or the LOCAL() variable construct.</span><br><span style="color: hsl(0, 100%, 40%);">-; You have been warned.  Don't complain if you use that setting in combination</span><br><span style="color: hsl(0, 100%, 40%);">-; with Gosub or AEL and get buggy behavior.</span><br><span style="color: hsl(0, 100%, 40%);">-;</span><br><span style="color: hsl(0, 100%, 40%);">-nullvalue = nullstring</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-; If set, autoclear will destroy allocated statement and connection resources</span><br><span style="color: hsl(0, 100%, 40%);">-; when the channel ends.  For most usage of the MYSQL app, this is what you</span><br><span style="color: hsl(0, 100%, 40%);">-; want, but it's conceivable that somebody is sharing MYSQL connections across</span><br><span style="color: hsl(0, 100%, 40%);">-; multiple channels, in which case, this should be set to 'no'.  Defaults to</span><br><span style="color: hsl(0, 100%, 40%);">-; 'no', as this was the original behavior.</span><br><span style="color: hsl(0, 100%, 40%);">-autoclear=yes</span><br><span>diff --git a/configs/samples/muted.conf.sample b/configs/samples/muted.conf.sample</span><br><span>deleted file mode 100644</span><br><span>index 15c7409..0000000</span><br><span>--- a/configs/samples/muted.conf.sample</span><br><span>+++ /dev/null</span><br><span>@@ -1,39 +0,0 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# Sample muted configuration file</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# Copyright (C) 2004 Digium, Inc.</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# First you have the host, username, and password</span><br><span style="color: hsl(0, 100%, 40%);">-# we use to connect to the asterisk system</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# What is this? Well, haven't you ever wished you could automatically</span><br><span style="color: hsl(0, 100%, 40%);">-# turn down the volume on your stereo, CDPlayer, etc, when a call comes in,</span><br><span style="color: hsl(0, 100%, 40%);">-# and then return it to normal when the call ends? Well, this is a possible</span><br><span style="color: hsl(0, 100%, 40%);">-# mechanism to make this happen!</span><br><span style="color: hsl(0, 100%, 40%);">-# You have to fire up the new utils/muted, which runs as a daemon in the</span><br><span style="color: hsl(0, 100%, 40%);">-# background. This daemon connects to asterisk via a manager interface, and</span><br><span style="color: hsl(0, 100%, 40%);">-# also reads this config file from /etc/muted.conf. when the channels mentioned</span><br><span style="color: hsl(0, 100%, 40%);">-# are activated, it tweaks the sound levels on the sound card(s).</span><br><span style="color: hsl(0, 100%, 40%);">-# So, depending on the sound card, you may be able to run all your sound</span><br><span style="color: hsl(0, 100%, 40%);">-# generating devices thru your sound card, and use this mechanism to quiet</span><br><span style="color: hsl(0, 100%, 40%);">-# them down while you are on the phone. If anyone figures out how to make</span><br><span style="color: hsl(0, 100%, 40%);">-# this work with kids, please inform!!</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-host localhost</span><br><span style="color: hsl(0, 100%, 40%);">-user user</span><br><span style="color: hsl(0, 100%, 40%);">-pass pass</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# List each channel we're supposed to watch</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-channel DAHDI/1</span><br><span style="color: hsl(0, 100%, 40%);">-channel DAHDI/2</span><br><span style="color: hsl(0, 100%, 40%);">-channel SIP/mark</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# Mute level is the percentage of the current volume we should</span><br><span style="color: hsl(0, 100%, 40%);">-# lower the music to.</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-mutelevel 20</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-# Smooth fade makes the fadein/fadeout nicer sounding</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-smoothfade</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18352">change 18352</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/+/18352"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: I6be89cafc6c575d98a5315e4912b61a833aacf52 </div>
<div style="display:none"> Gerrit-Change-Number: 18352 </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-MessageType: newchange </div>