<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://bugs.digium.com/view.php?id=6434">http://bugs.digium.com/view.php?id=6434</a><br>
<br>
Jared Smith wrote:
<blockquote cite="mid1139328358.772.34.camel@silver.jaredsmith.net"
 type="cite">
  <pre wrap="">On Tue, 2006-02-07 at 17:19 +0200, Slav Klenov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">In function
static struct zt_pvt *mkintf(int channel, int signalling, int radio, 
struct zt_pri *pri, int reloading)
in chan_zap.c line 7035 (svn trunk from today) we have:

    if (p.sigtype != (signalling &amp; 0x3ffff)) {
        ast_log(LOG_ERROR, "Signalling requested on channel %d is %s but 
line is in %s signalling\n", channel, sig2str(signalling), 
sig2str(p.sigtype));
        destroy_zt_pvt(&amp;tmp);
        return tmp;
    }

Shouldn't we return NULL in this case?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks for your help!

Please open a bug ticket at <a class="moz-txt-link-freetext" href="http://bugs.digium.com/">http://bugs.digium.com/</a> so that this can be
tracked and corrected if it needs to be.  This way, it won't get lost.

-Jared

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>