<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><pre>Hi, i m writing a module in C that needs to check for certain information in a <br>database for the caller and the destination number, <br>for this the module is subscribing to the CS_INIT channel events, so everytime a channel is created <br>the module callback is called and it checks the numbers, <br>the problem is that the callback gets called twice, <br>for the creation of the a-leg of the call and the creation of the b-leg. <br>Is there any way to accomplish what i m trying to do ? <br>Am i doing it the wrong way?<br>I have already try getting testing for the flags in the channel but it did not work,<br>testing of originator or originating does not yield anything ....<br>&nbsp;<br>i might be doing it wrong maybe ? <br><br>Thanks!</pre>                                               </div></body>
</html>