[Freeswitch-users] Params to FS Native.Api() changed. How to get handle of CoreSession?
Michael Jerris
mike at jerris.com
Thu Jun 26 19:39:08 MSD 2014
can someone open up a jira on this please... patches preferred.
On Jun 26, 2014, at 10:04 AM, Andrew <aademattia at comcast.net> wrote:
> Hi,
> I saw the same issues. Just open up mod_managed and re add the constructor back.
>
> Use the old code if you need a sample.
>
>
> public Api()
> : this(freeswitchPINVOKE.new_Api(), true)
> {
> }
>
>
> [DllImport("mod_managed", EntryPoint = "CSharp_new_Api")]
> public static extern IntPtr new_Api();
>
>
> I will one day open a jar to have this fixed but I got busy.
>
>
> Andrew
> Robodialer.net
>
> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Srini K
> Sent: Thursday, June 26, 2014 9:51 AM
> To: fs
> Subject: [Freeswitch-users] Params to FS Native.Api() changed. How to get handle of CoreSession?
>
> Hi,
> In older version of FreeSWITCH I have been using FreeSWITCH.Native.Api().
> For eg,
> string uuid = new FreeSWITCH.Native.Api().ExecuteString("create_uuid");
> activeCalls = new FreeSWITCH.Native.Api().ExecuteString("show calls")
>
> I updated FS to latest version. Now Native.Api expects CoreSession as param.
> FreeSWITCH.Native.Api(FreeSWITCH.Native.CoreSession)
>
> How to get handle of CoreSession. Iam using mod_managed.
>
> Thanks in advance.
> Srini
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140626/d1b014e2/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list