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

<h2>branch: master updated</h2>
<pre>
       via: c2e63f1d8fc269cf17bd85d534c9099af8a454b6 (commit)
      from: ee436d35144c7d85629d2c7356db64d5f392d1ff (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments: 
MediaBrotha: add ability to force Cisco-XML mode

<span style="color: #000080; font-weight: bold">diff --git a/sathieu/cisco-xml/lib/Cisco-XML/Cisco-XML.php b/sathieu/cisco-xml/lib/Cisco-XML/Cisco-XML.php</span>
<span style="color: #000080; font-weight: bold">index 0da1cc3..82226f4 100644</span>
<span style="color: #A00000">--- a/sathieu/cisco-xml/lib/Cisco-XML/Cisco-XML.php</span>
<span style="color: #00A000">+++ b/sathieu/cisco-xml/lib/Cisco-XML/Cisco-XML.php</span>
<span style="color: #800080; font-weight: bold">@@ -26,7 +26,7 @@ This file is part of XML services for Cisco IP Phones.</span>
 class CiscoIPPhone {
         static public function userAgentIsCiscoIPPhone() {
                 if (isset($_SERVER[&#39;HTTP_USER_AGENT&#39;])) {
<span style="color: #A00000">-                        return preg_match(&#39;/^Allegro-Software-WebClient\//&#39;, $_SERVER[&#39;HTTP_USER_AGENT&#39;]);</span>
<span style="color: #00A000">+                        return preg_match(&#39;/^Allegro-Software-WebClient\//&#39;, $_SERVER[&#39;HTTP_USER_AGENT&#39;]) || isset($_GET[&#39;forceciscoxml&#39;]);</span>
                 }
 
         }
</pre></div>
========================================================================<pre>

Summary of changes:
 sathieu/cisco-xml/lib/Cisco-XML/Cisco-XML.php |    2 +-
 1 files changed, 1 insertions(+), 1 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>