<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'>Hi,<br>In older version of FreeSWITCH I have been using FreeSWITCH.Native.Api().<br>For eg,<br>string uuid = new FreeSWITCH.Native.Api().ExecuteString("create_uuid");<br>activeCalls =&nbsp; new FreeSWITCH.Native.Api().ExecuteString("show calls")<BR>&nbsp;<BR>I updated FS to latest version. Now Native.Api expects CoreSession as param. <br>FreeSWITCH.Native.Api(FreeSWITCH.Native.CoreSession)<BR>&nbsp;<BR>How to get handle of CoreSession. Iam using mod_managed.<br><BR>Thanks in advance.<BR>Srini<BR>                                               </div></body>
</html>