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

<h2>branch: master updated</h2>
<pre>
       via: e0a0a56f240ec397d2074cf28d3c9976ab3bfd83 (commit)
      from: 0a14839bf9e760fa10b186d4ea5ab561a508902b (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments: 
mod_command reg_url: correct field name

<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 517134d..a6df087 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">@@ -90,11 +90,11 @@ static switch_status_t select_url(const char *user,</span>
 
         if (exclude_contact) {
                 sql = switch_mprintf(&quot;select url, &#39;%q&#39; &quot;
<span style="color: #A00000">-                                                         &quot;from registrations where user=&#39;%q&#39; and realm=&#39;%q&#39; &quot;</span>
<span style="color: #00A000">+                                                         &quot;from registrations where reg_user=&#39;%q&#39; and realm=&#39;%q&#39; &quot;</span>
                                                          &quot;and url not like &#39;%%%s%%&#39;&quot;, (concat != NULL) ? concat : &quot;&quot;, user, domain, exclude_contact);
         } else {
                 sql = switch_mprintf(&quot;select url, &#39;%q&#39; &quot;
<span style="color: #A00000">-                                                         &quot;from registrations where user=&#39;%q&#39; and realm=&#39;%q&#39;&quot;,</span>
<span style="color: #00A000">+                                                         &quot;from registrations where reg_user=&#39;%q&#39; and realm=&#39;%q&#39;&quot;,</span>
                                                          (concat != NULL) ? concat : &quot;&quot;, user, domain);
         }
 
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/applications/mod_commands/mod_commands.c |    4 ++--
 1 files changed, 2 insertions(+), 2 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>