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

<h2>branch: master updated</h2>
<pre>
       via: 6ea5f03b445c3ddb023464e0d497b4325025025a (commit)
       via: 017842c87fb8f7c93e486e00076ffdfd684d41fb (commit)
      from: 11cc6f95cddb45f261af348e03007e78de88b2ae (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Moises Silva
comments: 
Merge remote branch &#39;smgfs/master&#39;
</pre></div>
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
FS-3056

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c</span>
<span style="color: #000080; font-weight: bold">index 030cb8e..517134d 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_commands/mod_commands.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_commands/mod_commands.c</span>
<span style="color: #800080; font-weight: bold">@@ -780,7 +780,7 @@ SWITCH_STANDARD_API(user_data_function)</span>
         if ((domain = strchr(user, &#39;@&#39;))) {
                 *domain++ = &#39;\0&#39;;
         } else {
<span style="color: #A00000">-                if ((dup_domain = switch_core_get_variable(&quot;domain&quot;))) {</span>
<span style="color: #00A000">+                if ((dup_domain = switch_core_get_variable_dup(&quot;domain&quot;))) {</span>
                         domain = dup_domain;
                 } else {
                         domain = &quot;cluecon.com&quot;;
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/applications/mod_commands/mod_commands.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>