<h1>Project "FreeSWITCH user-contributed scripts, etc" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 9d2159f50948fd24df3a8bd2cfca6b134fb06643 (commit)
via: 24d4ad4efc9304067e70ef087ff723b9d996c49c (commit)
via: f242d90a8febb1151c3e52998e3af08780345026 (commit)
via: 6ca02e4ccb7d608a626e21141c8addd140b71a8e (commit)
from: 215d28aad12526e59f86e03e62b4a44def0bb0c9 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mitch Capper
comments:
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch-contrib
</pre></div>
<div class="highlight"><pre>committer: Jeff Lenk
comments:
FSClient remove redundant setup
<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 acfcb35..acc41b5 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">@@ -101,6 +101,6 @@</span>
        </Target>
        -->
<Target Name="AfterBuild">
<span style="color: #A00000">- <GenerateBootstrapper ApplicationFile="$(TargetFileName)" ApplicationName="FSClient Setup" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="HomeSite" CopyComponents="True" OutputPath="$(OutputPath)" Path="C:\Program Files (X86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\" /></span>
<span style="color: #00A000">+ <GenerateBootstrapper ApplicationFile="$(TargetFileName)" ApplicationName="FSClient" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="HomeSite" CopyComponents="True" OutputPath="$(OutputPath)" Path="C:\Program Files (X86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\" /></span>
</Target>
</Project>
\ No newline at end of file
</pre></div>
<div class="highlight"><pre>committer: Mathieu Parent
comments:
Cisco-XML: add ms-video support for VLC
<span style="color: #000080; font-weight: bold">diff --git a/sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php b/sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php</span>
<span style="color: #000080; font-weight: bold">index 03f5360..12cbff6 100644</span>
<span style="color: #A00000">--- a/sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php</span>
<span style="color: #00A000">+++ b/sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php</span>
<span style="color: #800080; font-weight: bold">@@ -28,6 +28,7 @@ class MediaBrotha_Backend_VLC extends MediaBrotha_Backend {</span>
        public function register() {
                parent::register();
                MediaBrotha_Core::registerMimeType($this, 'audio/mpeg');
<span style="color: #00A000">+                MediaBrotha_Core::registerMimeType($this, 'video/x-msvideo');</span>
        }
        public function fetch($uri) {
</pre></div>
<div class="highlight"><pre>committer: Mathieu Parent
comments:
Cisco-XML: correct typos
<span style="color: #000080; font-weight: bold">diff --git a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #000080; font-weight: bold">index a0a9078..ce2f711 100644</span>
<span style="color: #A00000">--- a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #00A000">+++ b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #800080; font-weight: bold">@@ -52,9 +52,9 @@ class MediaBrotha_Frontend_CiscoXML extends MediaBrotha_Frontend {</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_enqueue', 'Position' => '5'));
                $this->_xml->setCiscoElement('SoftKeyItem',
<span style="color: #A00000">-                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_next', 'Position' => '6'));</span>
<span style="color: #00A000">+                        Array('Name' => 'Next', 'URL' => 'QueryStringParam:action=pl_next', 'Position' => '6'));</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
<span style="color: #A00000">-                        Array('Name' => 'Enqueue', 'URL' => 'QueryStringParam:action=pl_previous', 'Position' => '7'));</span>
<span style="color: #00A000">+                        Array('Name' => 'Previous', 'URL' => 'QueryStringParam:action=pl_previous', 'Position' => '7'));</span>
                $this->_xml->setCiscoElement('SoftKeyItem',
                        Array('Name' => 'Quit', 'URL' => 'SoftKey:Exit', 'Position' => '8'));
        }
</pre></div>
========================================================================<pre>
Summary of changes:
mitchcapper/FSClient/Setup/Setup.wixproj | 2 +-
sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php | 1 +
.../lib/MediaBrotha/Frontend/CiscoXML.php | 4 ++--
3 files changed, 4 insertions(+), 3 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>