<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,"SIP Port","sip-port","sip-port","12346","Advanced"),
                                                                                        new Field(Field.FIELD_TYPE.Int,"DTMF Duration","dtmf-duration","dtmf-duration","2000","Advanced"),
                                                                                        new Field(Field.FIELD_TYPE.Bool,"STUN Enabled","stun-enabled","stun-enabled","true","Advanced"),
<span style="color: #00A000">+                                                                                        new Field(Field.FIELD_TYPE.Int,"Jitter Buffer","auto-jitterbuffer-msec","auto-jitterbuffer-msec","60","Advanced"),</span>
                                                                                        /*Advanced Less Important*/
                                                                                        new Field(Field.FIELD_TYPE.Int,"Max Proceeding","max-proceeding","max-proceeding","3","Advanced"),
</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>