<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 4e60f14a4d0e942aef7973546dbe040ef330640f (commit)
      from: 38b430f43f52efda748ceabb47341fca284103b0 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
FS-3072

<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 4853dff..7125bce 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">@@ -3513,7 +3513,7 @@ SWITCH_STANDARD_API(sofia_contact_function)</span>
                         profile = sofia_glue_find_profile(profile_name);
                 }
         
<span style="color: #A00000">-                if (!profile) {</span>
<span style="color: #00A000">+                if (!profile &amp;&amp; !zstr(domain)) {</span>
                         profile = sofia_glue_find_profile(domain);
                 }
         }
</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>