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

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


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mitch Capper
comments: 
Merge branch &#39;master&#39; of ssh://git.freeswitch.org/freeswitch-contrib
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments: 
multiple congratulates

<span style="color: #000080; font-weight: bold">diff --git a/intralanman/PHP/fs_curl/README b/intralanman/PHP/fs_curl/README</span>
<span style="color: #000080; font-weight: bold">index ec4930b..bc8d301 100644</span>
<span style="color: #A00000">--- a/intralanman/PHP/fs_curl/README</span>
<span style="color: #00A000">+++ b/intralanman/PHP/fs_curl/README</span>
<span style="color: #800080; font-weight: bold">@@ -181,7 +181,7 @@ you see this results</span>
 
 
 
<span style="color: #A00000">-CONGRADULATION... XML_CURL with intralan contrib working</span>
<span style="color: #00A000">+CONGRADULATIONS... XML_CURL with intralan contrib working</span>
 
 now its your own, how you like to do next
 
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments: 
Merge branch &#39;master&#39; of git.freeswitch.org:freeswitch-contrib
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments: 
testing

<span style="color: #000080; font-weight: bold">diff --git a/intralanman/PHP/fs_curl/README b/intralanman/PHP/fs_curl/README</span>
<span style="color: #000080; font-weight: bold">index 0fe8567..ec4930b 100644</span>
<span style="color: #A00000">--- a/intralanman/PHP/fs_curl/README</span>
<span style="color: #00A000">+++ b/intralanman/PHP/fs_curl/README</span>
<span style="color: #800080; font-weight: bold">@@ -197,4 +197,4 @@ try calling</span>
 5000 - demo IVR (requires sounds and music files to be installed) 
 9995 - five second delay echo test 
 9996 - standard echo test 
<span style="color: #A00000">-9999 - music on hold (requires music files to be installed) </span>
\ No newline at end of file
<span style="color: #00A000">+9999 - music on hold (requires music files to be installed) </span>
</pre></div>
<div class="highlight"><pre>committer: Jeff Lenk
comments: 
add quotes on path

<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/FSClient.csproj b/mitchcapper/FSClient/FSClient.csproj</span>
<span style="color: #000080; font-weight: bold">index b12ef37..3e6aaa1 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/FSClient.csproj</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/FSClient.csproj</span>
<span style="color: #800080; font-weight: bold">@@ -252,7 +252,7 @@ if not exist &quot;.\conf&quot; md conf</span>
 copy ..\..\&quot;external items&quot;\conf\freeswitch.xml .\conf&lt;/PostBuildEvent&gt;
   &lt;/PropertyGroup&gt;
   &lt;PropertyGroup&gt;
<span style="color: #A00000">-    &lt;PreBuildEvent&gt;if exist &quot;%25FREESWITCH_SRC_LOCATION%25&quot; copy  %25FREESWITCH_SRC_LOCATION%25\Win32\$(ConfigurationName)\mod\FreeSWITCH.Managed.dll ..\..\&quot;external items&quot;&lt;/PreBuildEvent&gt;</span>
<span style="color: #00A000">+    &lt;PreBuildEvent&gt;if exist &quot;%25FREESWITCH_SRC_LOCATION%25&quot; copy  &quot;%25FREESWITCH_SRC_LOCATION%25&quot;\Win32\$(ConfigurationName)\mod\FreeSWITCH.Managed.dll ..\..\&quot;external items&quot;&lt;/PreBuildEvent&gt;</span>
   &lt;/PropertyGroup&gt;
   &lt;!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
</pre></div>
<div class="highlight"><pre>committer: Jeff Lenk
comments: 
try to fix the localization install fail again

<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Setup/FSCore.wxs b/mitchcapper/FSClient/Setup/FSCore.wxs</span>
<span style="color: #000080; font-weight: bold">index b59f5f8..2e95778 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Setup/FSCore.wxs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Setup/FSCore.wxs</span>
<span style="color: #800080; font-weight: bold">@@ -18,7 +18,7 @@</span>
           &lt;Component Id=&quot;cmp3900B358BC2FB69DF2C42DDE35C5BBB2&quot; Guid=&quot;*&quot;&gt;
             &lt;File Id=&quot;fil322A57E96A97A8179B75065ABF94F809&quot; KeyPath=&quot;yes&quot; Source=&quot;$(var.FSClient.TargetDir)\FreeSwitch.dll&quot; /&gt;
             &lt;CreateFolder Directory=&quot;INSTALLLOCATION&quot;&gt;
<span style="color: #A00000">-              &lt;Permission User=&quot;Users&quot; GenericAll=&quot;yes&quot; /&gt;</span>
<span style="color: #00A000">+              &lt;PermissionEx User=&quot;Users&quot; GenericRead=&quot;yes&quot; GenericWrite=&quot;yes&quot; CreateFile=&quot;yes&quot; xmlns=&quot;http://schemas.microsoft.com/wix/UtilExtension&quot;/&gt;</span>
             &lt;/CreateFolder&gt;
           &lt;/Component&gt;
           &lt;Component Id=&quot;cmp3CD83BDDE0C679AC83F36ABCCC44B85F&quot; Guid=&quot;*&quot;&gt;
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Setup/Setup.wixproj b/mitchcapper/FSClient/Setup/Setup.wixproj</span>
<span style="color: #000080; font-weight: bold">index 62c873c..7fea603 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Setup/Setup.wixproj</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Setup/Setup.wixproj</span>
<span style="color: #800080; font-weight: bold">@@ -72,6 +72,10 @@</span>
     &lt;/BootstrapperFile&gt;
   &lt;/ItemGroup&gt;
   &lt;ItemGroup&gt;
<span style="color: #00A000">+    &lt;WixExtension Include=&quot;WixUtilExtension&quot;&gt;</span>
<span style="color: #00A000">+      &lt;HintPath&gt;$(WixExtDir)\WixUtilExtension.dll&lt;/HintPath&gt;</span>
<span style="color: #00A000">+      &lt;Name&gt;WixUtilExtension&lt;/Name&gt;</span>
<span style="color: #00A000">+    &lt;/WixExtension&gt;</span>
     &lt;WixExtension Include=&quot;WixNetFxExtension&quot;&gt;
       &lt;HintPath&gt;$(WixExtDir)\WixNetFxExtension.dll&lt;/HintPath&gt;
       &lt;Name&gt;WixNetFxExtension&lt;/Name&gt;
</pre></div>
========================================================================<pre>

Summary of changes:
 intralanman/PHP/fs_curl/README           |    4 ++--
 mitchcapper/FSClient/FSClient.csproj     |    2 +-
 mitchcapper/FSClient/Setup/FSCore.wxs    |    2 +-
 mitchcapper/FSClient/Setup/Setup.wixproj |    4 ++++
 4 files changed, 8 insertions(+), 4 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>