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

<h2>branch: master updated</h2>
<pre>
       via: 62d000ed20305dcccefd5ac8b9ddbb40016e879b (commit)
      from: deec244b9d1c55f46efaf87f908462838d4f8416 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Moises Silva
comments: 
freetdm: remove sanity state check in outgoing function

<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/src/ftdm_io.c b/libs/freetdm/src/ftdm_io.c</span>
<span style="color: #000080; font-weight: bold">index 504c00f..1334209 100644</span>
<span style="color: #A00000">--- a/libs/freetdm/src/ftdm_io.c</span>
<span style="color: #00A000">+++ b/libs/freetdm/src/ftdm_io.c</span>
<span style="color: #800080; font-weight: bold">@@ -2430,11 +2430,6 @@ static ftdm_status_t _ftdm_channel_call_place_nl(const char *file, const char *f</span>
                 goto done;
         }
 
<span style="color: #A00000">-        if (ftdmchan-&gt;state != FTDM_CHANNEL_STATE_DOWN) {</span>
<span style="color: #A00000">-                ftdm_log_chan(ftdmchan, FTDM_LOG_ERROR, &quot;Cannot place call in channel in state %s!\n&quot;, ftdm_channel_state2str(ftdmchan-&gt;state));</span>
<span style="color: #A00000">-                goto done;</span>
<span style="color: #A00000">-        }</span>
<span style="color: #A00000">-</span>
         status = ftdmchan-&gt;span-&gt;outgoing_call(ftdmchan);
         if (status == FTDM_BREAK) {
                 /* the signaling module detected glare on time */
</pre></div>
========================================================================<pre>

Summary of changes:
 libs/freetdm/src/ftdm_io.c |    5 -----
 1 files changed, 0 insertions(+), 5 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>