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

<h2>branch: master updated</h2>
<pre>
       via: 28242f871ac338876ffafa79dd677485d2ce0f5e (commit)
      from: b36a7c0ba6381699cc9dbbc096aef90bea1ad4d3 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
add multiple-registrations flag to the core similar to mod_sofia

<span style="color: #000080; font-weight: bold">diff --git a/conf/autoload_configs/switch.conf.xml b/conf/autoload_configs/switch.conf.xml</span>
<span style="color: #000080; font-weight: bold">index 95c4333..4f72c6a 100644</span>
<span style="color: #A00000">--- a/conf/autoload_configs/switch.conf.xml</span>
<span style="color: #00A000">+++ b/conf/autoload_configs/switch.conf.xml</span>
<span style="color: #800080; font-weight: bold">@@ -98,7 +98,9 @@</span>
     &lt;!-- &lt;param name=&quot;core-db-name&quot; value=&quot;/dev/shm/core.db&quot; /&gt; --&gt;
     &lt;!-- The system will create all the db schemas automatically, set this to false to avoid this behaviour--&gt;
     &lt;!--&lt;param name=&quot;auto-create-schemas&quot; value=&quot;true&quot;/&gt;--&gt;
<span style="color: #A00000">-         &lt;!-- &lt;param name=&quot;core-dbtype&quot; value=&quot;MSSQL&quot;/&gt; --&gt;</span>
<span style="color: #00A000">+    &lt;!-- &lt;param name=&quot;core-dbtype&quot; value=&quot;MSSQL&quot;/&gt; --&gt;</span>
<span style="color: #00A000">+    &lt;!-- Allow multiple registrations to the same account in the central registration table --&gt;</span>
<span style="color: #00A000">+    &lt;!-- &lt;param name=&quot;multiple-registrations&quot; value=&quot;true&quot;/&gt; --&gt;</span>
   &lt;/settings&gt;
 
 &lt;/configuration&gt;
</pre></div>
========================================================================<pre>

Summary of changes:
 conf/autoload_configs/switch.conf.xml |    4 +++-
 1 files changed, 3 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>