<h1>Project "FreeSWITCH user-contributed scripts, etc" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
  discards  98ea43c3681dd0263dcf027aef3437732e0682e1 (commit)
  discards  9aa2f07c369938230c5c4b8b61b67b1c53749efe (commit)
  discards  cfaca250a7c49387abd98ef3fbd7124efb02d422 (commit)
  discards  b6c998685330b7c689cd08726438271ac68f0361 (commit)
  discards  75bbd885eb1eef0bcfea9b5371557823ca584522 (commit)
       via: 9858ca1c2a2fda5d56f268a6e359e207eedde6ab (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (98ea43c3681dd0263dcf027aef3437732e0682e1)
            \
             N -- N -- N (9858ca1c2a2fda5d56f268a6e359e207eedde6ab)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mitch Capper
comments: 
I cannot spell the word balloons.

<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Broker.cs b/mitchcapper/FSClient/Broker.cs</span>
<span style="color: #000080; font-weight: bold">index 0195525..b774695 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Broker.cs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Broker.cs</span>
<span style="color: #800080; font-weight: bold">@@ -46,7 +46,7 @@ namespace FSClient {</span>
                                 Account.LoadSettings();
 
 
<span style="color: #A00000">-                                IncomingBallons = Properties.Settings.Default.IncomingBallons;</span>
<span style="color: #00A000">+                                IncomingBalloons = Properties.Settings.Default.IncomingBalloons;</span>
                                 IncomingTopMost = Properties.Settings.Default.FrontOnIncoming;
                                 ClearDTMFS = Properties.Settings.Default.ClearDTMFS;
                                 UseNumberOnlyInput = Properties.Settings.Default.UseNumberOnlyInput;
<span style="color: #800080; font-weight: bold">@@ -306,7 +306,7 @@ namespace FSClient {</span>
                         try {
                                 SaveAudioSettings();
                                 Account.SaveSettings();
<span style="color: #A00000">-                                Properties.Settings.Default.IncomingBallons = IncomingBallons;</span>
<span style="color: #00A000">+                                Properties.Settings.Default.IncomingBalloons = IncomingBalloons;</span>
                                 Properties.Settings.Default.FrontOnIncoming = IncomingTopMost;
                                 Properties.Settings.Default.ClearDTMFS = ClearDTMFS;
                                 Properties.Settings.Default.UseNumberOnlyInput = UseNumberOnlyInput;
<span style="color: #800080; font-weight: bold">@@ -389,7 +389,7 @@ namespace FSClient {</span>
                                 if (IncomingTopMost) {
                                         MainWindow.get_instance().BringToFront();
                                 }
<span style="color: #A00000">-                                if (IncomingBallons &amp;&amp; !DND) {</span>
<span style="color: #00A000">+                                if (IncomingBalloons &amp;&amp; !DND) {</span>
                                         IncomingCallNotification.ShowCallNotification(args.call);
                                         if (Call.active_call != args.call &amp;&amp; Call.active_call != null)
                                                 HandleCallWaiting(null, args.call);
<span style="color: #800080; font-weight: bold">@@ -404,7 +404,7 @@ namespace FSClient {</span>
                 }
                 #region properties
 
<span style="color: #A00000">-                public bool IncomingBallons;</span>
<span style="color: #00A000">+                public bool IncomingBalloons;</span>
                 public bool IncomingTopMost;
 
                 public bool UseNumberOnlyInput {
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Options.xaml b/mitchcapper/FSClient/Options.xaml</span>
<span style="color: #000080; font-weight: bold">index 992af17..7fc4ba9 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Options.xaml</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Options.xaml</span>
<span style="color: #800080; font-weight: bold">@@ -45,7 +45,7 @@</span>
                 &lt;ComboBox Height=&quot;23&quot; Grid.Row=&quot;6&quot; Grid.Column=&quot;1&quot; Name=&quot;comboRingDevice&quot; Width=&quot;340&quot; /&gt;
                 &lt;StackPanel Grid.Row=&quot;7&quot; Grid.Column=&quot;1&quot; Grid.RowSpan=&quot;3&quot;&gt;
                 &lt;CheckBox x:Name=&quot;chkIncomingFront&quot;  Content=&quot;Bring To Front On Incoming Calls&quot; VerticalAlignment=&quot;Center&quot; FontWeight=&quot;Bold&quot; FontSize=&quot;13.333&quot; /&gt;
<span style="color: #A00000">-                &lt;CheckBox x:Name=&quot;chkIncomingBallons&quot; Content=&quot;Show Incoming Call Notification Ballons&quot; VerticalAlignment=&quot;Center&quot; FontWeight=&quot;Bold&quot; FontSize=&quot;13.333&quot; /&gt;</span>
<span style="color: #00A000">+                &lt;CheckBox x:Name=&quot;chkIncomingBalloons&quot; Content=&quot;Show Incoming Call Notification Balloons&quot; VerticalAlignment=&quot;Center&quot; FontWeight=&quot;Bold&quot; FontSize=&quot;13.333&quot; /&gt;</span>
                 &lt;CheckBox x:Name=&quot;chkClearDTMFS&quot; Content=&quot;Clear Key Presses In Call Stats On Disconnect&quot; VerticalAlignment=&quot;Center&quot; FontWeight=&quot;Bold&quot; FontSize=&quot;13.333&quot; /&gt;
                 &lt;CheckBox x:Name=&quot;chkUseNumbers&quot; Content=&quot;Only Allow Numerical Input While Dialing&quot; VerticalAlignment=&quot;Center&quot; FontWeight=&quot;Bold&quot; FontSize=&quot;13.333&quot; /&gt;
                 &lt;/StackPanel&gt;
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Options.xaml.cs b/mitchcapper/FSClient/Options.xaml.cs</span>
<span style="color: #000080; font-weight: bold">index 11fcd70..fb7c1f3 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Options.xaml.cs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Options.xaml.cs</span>
<span style="color: #800080; font-weight: bold">@@ -31,7 +31,7 @@ namespace FSClient {</span>
                                 comboSpeakerInput.SelectedItem = broker.SpeakerInDev;
                                 comboSpeakerOutput.SelectedItem = broker.SpeakerOutDev;
                                 comboRingDevice.SelectedItem = broker.RingDev;
<span style="color: #A00000">-                                chkIncomingBallons.IsChecked = broker.IncomingBallons;</span>
<span style="color: #00A000">+                                chkIncomingBalloons.IsChecked = broker.IncomingBalloons;</span>
                                 chkIncomingFront.IsChecked = broker.IncomingTopMost;
                                 chkClearDTMFS.IsChecked = broker.ClearDTMFS;
                                 chkUseNumbers.IsChecked = broker.UseNumberOnlyInput;
<span style="color: #800080; font-weight: bold">@@ -51,7 +51,7 @@ namespace FSClient {</span>
                         broker.SetSpeakerDevs(indev == null ? &quot;&quot; : indev.name, outdev == null ? &quot;&quot; : outdev.name);
                         outdev = comboRingDevice.SelectedItem as PortAudio.AudioDevice;
                         broker.SetRingDev(outdev == null ? &quot;&quot; : outdev.name);
<span style="color: #A00000">-                        broker.IncomingBallons = chkIncomingBallons.IsChecked == true;</span>
<span style="color: #00A000">+                        broker.IncomingBalloons = chkIncomingBalloons.IsChecked == true;</span>
                         broker.IncomingTopMost = chkIncomingFront.IsChecked == true;
                         broker.ClearDTMFS = chkClearDTMFS.IsChecked == true;
                         broker.UseNumberOnlyInput = chkUseNumbers.IsChecked == true;
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Properties/Settings.Designer.cs b/mitchcapper/FSClient/Properties/Settings.Designer.cs</span>
<span style="color: #000080; font-weight: bold">index fa47b05..84e25f5 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Properties/Settings.Designer.cs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Properties/Settings.Designer.cs</span>
<span style="color: #800080; font-weight: bold">@@ -120,12 +120,12 @@ namespace FSClient.Properties {</span>
         [global::System.Configuration.UserScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
         [global::System.Configuration.DefaultSettingValueAttribute(&quot;True&quot;)]
<span style="color: #A00000">-        public bool IncomingBallons {</span>
<span style="color: #00A000">+        public bool IncomingBalloons {</span>
             get {
<span style="color: #A00000">-                return ((bool)(this[&quot;IncomingBallons&quot;]));</span>
<span style="color: #00A000">+                return ((bool)(this[&quot;IncomingBalloons&quot;]));</span>
             }
             set {
<span style="color: #A00000">-                this[&quot;IncomingBallons&quot;] = value;</span>
<span style="color: #00A000">+                this[&quot;IncomingBalloons&quot;] = value;</span>
             }
         }
         
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Properties/Settings.settings b/mitchcapper/FSClient/Properties/Settings.settings</span>
<span style="color: #000080; font-weight: bold">index e74d6ce..74ba8e9 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Properties/Settings.settings</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Properties/Settings.settings</span>
<span style="color: #800080; font-weight: bold">@@ -26,7 +26,7 @@</span>
     &lt;Setting Name=&quot;FrontOnIncoming&quot; Type=&quot;System.Boolean&quot; Scope=&quot;User&quot;&gt;
       &lt;Value Profile=&quot;(Default)&quot;&gt;True&lt;/Value&gt;
     &lt;/Setting&gt;
<span style="color: #A00000">-    &lt;Setting Name=&quot;IncomingBallons&quot; Type=&quot;System.Boolean&quot; Scope=&quot;User&quot;&gt;</span>
<span style="color: #00A000">+    &lt;Setting Name=&quot;IncomingBalloons&quot; Type=&quot;System.Boolean&quot; Scope=&quot;User&quot;&gt;</span>
       &lt;Value Profile=&quot;(Default)&quot;&gt;True&lt;/Value&gt;
     &lt;/Setting&gt;
     &lt;Setting Name=&quot;HeadsetDevice&quot; Type=&quot;System.String&quot; Scope=&quot;User&quot;&gt;
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/SimpleContactPluginBase.cs b/mitchcapper/FSClient/SimpleContactPluginBase.cs</span>
<span style="color: #000080; font-weight: bold">index 4575f30..3c1b33b 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/SimpleContactPluginBase.cs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/SimpleContactPluginBase.cs</span>
<span style="color: #800080; font-weight: bold">@@ -127,8 +127,8 @@ namespace FSClient</span>
                 }
                 protected void refresh_search_box(){
                         if (search_box == null)
<span style="color: #A00000">-                                return;</span>
<span style="color: #A00000">-                        search_box.ItemsSource = from c in number_to_alias select new SearchAutoCompleteEntry(c.Key,c.Value);</span>
<span style="color: #00A000">+                                return;</span>
<span style="color: #00A000">+                        search_box.ItemsSource = from c in number_to_alias orderby c.Value,c.Key select new SearchAutoCompleteEntry(c.Key, c.Value);</span>
                 }
                 protected class SearchAutoCompleteEntry{
                         public string number;
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/app.config b/mitchcapper/FSClient/app.config</span>
<span style="color: #000080; font-weight: bold">index 27ee233..292f672 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/app.config</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/app.config</span>
<span style="color: #800080; font-weight: bold">@@ -25,7 +25,7 @@</span>
             &lt;setting name=&quot;FrontOnIncoming&quot; serializeAs=&quot;String&quot;&gt;
                 &lt;value&gt;True&lt;/value&gt;
             &lt;/setting&gt;
<span style="color: #A00000">-            &lt;setting name=&quot;IncomingBallons&quot; serializeAs=&quot;String&quot;&gt;</span>
<span style="color: #00A000">+            &lt;setting name=&quot;IncomingBalloons&quot; serializeAs=&quot;String&quot;&gt;</span>
                 &lt;value&gt;True&lt;/value&gt;
             &lt;/setting&gt;
             &lt;setting name=&quot;HeadsetDevice&quot; serializeAs=&quot;String&quot;&gt;
</pre></div>
========================================================================<pre>

Summary of changes:
 intralanman/PHP/fs_curl/README                     |    4 ++--
 mitchcapper/FSClient/Broker.cs                     |    8 ++++----
 mitchcapper/FSClient/FSClient.csproj               |    2 +-
 mitchcapper/FSClient/Options.xaml                  |    2 +-
 mitchcapper/FSClient/Options.xaml.cs               |    4 ++--
 .../FSClient/Properties/Settings.Designer.cs       |    6 +++---
 mitchcapper/FSClient/Properties/Settings.settings  |    2 +-
 mitchcapper/FSClient/Setup/FSCore.wxs              |    2 +-
 mitchcapper/FSClient/Setup/Setup.wixproj           |    4 ----
 mitchcapper/FSClient/SimpleContactPluginBase.cs    |    4 ++--
 mitchcapper/FSClient/app.config                    |    2 +-
 11 files changed, 18 insertions(+), 22 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH user-contributed scripts, etc</p>