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

<h2>branch: master updated</h2>
<pre>
       via: deec244b9d1c55f46efaf87f908462838d4f8416 (commit)
      from: 155aafd3f4942a8cf42c3dedf5421645d051d7dd (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
FS-3098 You are probably right about the sql statement, we must have missed that when the contributor gave us the patch. Be aware this code is depricated in favor of the broadsoft SCA shared appeareances and will probably be removed eventually

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c</span>
<span style="color: #000080; font-weight: bold">index 5109e0b..6e3649a 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_sofia/sofia_reg.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_sofia/sofia_reg.c</span>
<span style="color: #800080; font-weight: bold">@@ -653,7 +653,7 @@ void sofia_reg_check_expire(sofia_profile_t *profile, time_t now, int reboot)</span>
                                                 &quot;and profile_name=&#39;%s&#39; and expires &lt;= %ld&quot;, mod_sofia_globals.hostname, profile-&gt;name, (long) now);
 
                 sofia_glue_execute_sql_callback(profile, NULL, sql, sofia_sla_dialog_del_callback, profile);
<span style="color: #A00000">-                switch_snprintf(sql, sizeof(sql), &quot;delete from sip_registrations where expires &gt; 0 and hostname=&#39;%s&#39; and expires &lt;= %ld&quot;,</span>
<span style="color: #00A000">+                switch_snprintf(sql, sizeof(sql), &quot;delete from sip_shared_appearance_dialogs where expires &gt; 0 and hostname=&#39;%s&#39; and expires &lt;= %ld&quot;,</span>
                                                 mod_sofia_globals.hostname, (long) now);
 
 
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/endpoints/mod_sofia/sofia_reg.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>