<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: f0a31e1bfff2d49d97bc0ee83627c426fa311bfc (commit)
from: 526e6fe48cadc9418d64f2b639bad68d8883dcdd (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
default to 10
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c</span>
<span style="color: #000080; font-weight: bold">index c78aac7..c683203 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_sofia/mod_sofia.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_sofia/mod_sofia.c</span>
<span style="color: #800080; font-weight: bold">@@ -3708,7 +3708,7 @@ SWITCH_STANDARD_API(sofia_function)</span>
                                if (argc > 2) {
                                        if (strstr(argv[2], "presence")) {
<span style="color: #A00000">-                                                mod_sofia_globals.debug_presence = 1;</span>
<span style="color: #00A000">+                                                mod_sofia_globals.debug_presence = 10;</span>
                                                stream->write_function(stream, "+OK Debugging presence\n");
                                        }
                                        
</pre></div>
========================================================================<pre>
Summary of changes:
src/mod/endpoints/mod_sofia/mod_sofia.c | 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 Source</p>