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

<h2>branch: master updated</h2>
<pre>
  discards  24d4ad4efc9304067e70ef087ff723b9d996c49c (commit)
  discards  f242d90a8febb1151c3e52998e3af08780345026 (commit)
  discards  6ca02e4ccb7d608a626e21141c8addd140b71a8e (commit)
       via: 215d28aad12526e59f86e03e62b4a44def0bb0c9 (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 (24d4ad4efc9304067e70ef087ff723b9d996c49c)
            \
             N -- N -- N (215d28aad12526e59f86e03e62b4a44def0bb0c9)

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: 
Added auto jitterbuffer to sofia settings

<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Sofia.cs b/mitchcapper/FSClient/Sofia.cs</span>
<span style="color: #000080; font-weight: bold">index f33d963..0a5d2c7 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Sofia.cs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Sofia.cs</span>
<span style="color: #800080; font-weight: bold">@@ -57,6 +57,7 @@ namespace FSClient {</span>
                                                                                         new Field(Field.FIELD_TYPE.Int,&quot;SIP Port&quot;,&quot;sip-port&quot;,&quot;sip-port&quot;,&quot;12346&quot;,&quot;Advanced&quot;),
                                                                                         new Field(Field.FIELD_TYPE.Int,&quot;DTMF Duration&quot;,&quot;dtmf-duration&quot;,&quot;dtmf-duration&quot;,&quot;2000&quot;,&quot;Advanced&quot;),
                                                                                         new Field(Field.FIELD_TYPE.Bool,&quot;STUN Enabled&quot;,&quot;stun-enabled&quot;,&quot;stun-enabled&quot;,&quot;true&quot;,&quot;Advanced&quot;),
<span style="color: #00A000">+                                                                                        new Field(Field.FIELD_TYPE.Int,&quot;Jitter Buffer&quot;,&quot;auto-jitterbuffer-msec&quot;,&quot;auto-jitterbuffer-msec&quot;,&quot;60&quot;,&quot;Advanced&quot;),</span>
 
                                                                                         /*Advanced Less Important*/
                                                                                         new Field(Field.FIELD_TYPE.Int,&quot;Max Proceeding&quot;,&quot;max-proceeding&quot;,&quot;max-proceeding&quot;,&quot;3&quot;,&quot;Advanced&quot;),
</pre></div>
========================================================================<pre>

Summary of changes:
 mitchcapper/FSClient/Setup/Setup.wixproj           |    2 +-
 mitchcapper/FSClient/Sofia.cs                      |    1 +
 sathieu/cisco-xml/lib/MediaBrotha/Backend/VLC.php  |    1 -
 .../lib/MediaBrotha/Frontend/CiscoXML.php          |    4 ++--
 4 files changed, 4 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>