简体   繁体   中英

Xamarin Forms and Asterisk integration

I need to develop an application with Xamarin Forms. The application must connect to Asterisk Server. I tried to use AsterNet.ARI library but I have some compatibility error on Droid and iOS projects.

Error NU1202 The package Aste.NET.ARI 1.2.1 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0)/win-x86. The package Aste.NET.ARI 1.2.1 support:.net45 (.NETFramework,Version=v4.5)
Error NU120 2 The package Aste.NET.ARI 1.2.1 is not compatible with monoandroid80 (Monoandroid,Version=v8.0). The package Aste.NET.ARI 1.2.1 support:.net45 (.NETFramework,Version=v4.5)

Maybe I must to use another library, but I don't have any idea. Anyone can help me? What type of library can I use?

I'm afraid it seems there is no support for the target framework, I would suggest:

  • try changing either the framework or the library
  • trying to use Netsockets for communication with AMI or managing everything on the ARI.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM