I don't know if it is necessary to mainbtain a .NET project. We did the conversion actually for some of the stuff we needed. At the API level you could use SWIG or dllimport. The problem with SWIG (which you should know apripori since we spent a lot of time) is that it doesnt work well for callbacks (if you need them from sipXtapi). We ended up using a combination of SWIG and few dllimports. The key for SWIG to work is the SWIG file since the code is generated as a result. I think the SWIG file should just take sipXtapi.h and few other header files and you should be good to go...
On 5/10/07, Daniel Sigurgeirsson <[EMAIL PROTECTED]> wrote:
Thanks, I'll check the method signatures to make sure they match. Could the sipxtapidotnet project not be a part of the sipxtapi project? I'm more than willing to contribute, although the project is written in VB.NET <http://vb.net/> but I would be more familiar with C#. Shouldn't take too long to convert, I'll see what I can do. Regards, Daníel ------------------------------ > To: [email protected] > Date: Thu, 10 May 2007 14:28:17 +0200 > From: [EMAIL PROTECTED] > Subject: Re: [sipxtapi-dev] Multiple simultaneous calls to the same number > > >The sipxtapidotnet project does contains an older copy of sipxtapi, but I've already downloaded the latest version and I'm using that. > > > >Regards, > >Daníel > > Be careful, as parameters of some methods might have changed. > > >From what I know, sipxtapidotnet project is unmaintained, the maintainers would be happy if somebody took it over. > > Jaro > > _______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ ------------------------------ Explore the seven wonders of the world Learn more!<http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE> _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
