<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt;color:#000000;"><DIV></DIV>
<DIV>Here is the description of the project:</DIV>
<DIV>&nbsp;</DIV>
<DIV>We want to build a system that would play a recorded message&nbsp;when a human or an answer machine picks up the phone(eventually for multiple of phone numbers).&nbsp; For a human, we&nbsp;want to&nbsp;play the message after the human speaks.&nbsp; For answer machine, we want to wait for the beep.&nbsp; To do this, we think that we have to&nbsp;get the RTP packets and determine when is the right timing to play the message.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Currently, we have code in C# to play a recorded message when someone picks up the phone.&nbsp;&nbsp;Someone suggests me to&nbsp;try&nbsp;Media bugs but it&nbsp;is&nbsp;not working with the wrapper function for C# (swig code, because of the&nbsp;pointer to pointer type, unless I am wrong).&nbsp; So as&nbsp;our test, we call a wrapper function&nbsp;from C# with a "session" information, and inside the C++ code, we&nbsp;initialize a media bug with a&nbsp;call back function for READ.&nbsp;&nbsp;I got&nbsp;event for&nbsp;Media Bugs INIT and when Media Bugs&nbsp;CLOSE message but never got any READ event.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here are my questions:</DIV>
<DIV>1) How can I get the READ event from Media bugs event?&nbsp; It seems to me that when I call a routine to initialize(ADD) the Media bugs, I will get INIT and CLOSE event back right away event though we have not hung up the phone yet, and therefore we never got any READ events.</DIV>
<DIV>&nbsp;</DIV>
<DIV>2) If I am calling a number from C# code, how can I pass the session information to C++ code? (as I mention earlier I have modified function inside freeswitch_wrap.cxx to have call back in C++ code, but this is not the proper way)</DIV>
<DIV><BR>3) Is there a way to&nbsp;have packet send back to C# (I think those type "SWIGTYPE_p_p_..." is not working&nbsp;properly for C#, am I correct?)<BR>&nbsp;</DIV>
<DIV>Thanks in advance.&nbsp; Any help would be great!!</DIV>
<DIV>&nbsp;</DIV>Frankie 
<DIV></DIV></div><br>







      </body></html>