IctBaden.pjsua
1.3.0
See the version list below for details.
dotnet add package IctBaden.pjsua --version 1.3.0
NuGet\Install-Package IctBaden.pjsua -Version 1.3.0
<PackageReference Include="IctBaden.pjsua" Version="1.3.0" />
paket add IctBaden.pjsua --version 1.3.0
#r "nuget: IctBaden.pjsua, 1.3.0"
// Install IctBaden.pjsua as a Cake Addin #addin nuget:?package=IctBaden.pjsua&version=1.3.0 // Install IctBaden.pjsua as a Cake Tool #tool nuget:?package=IctBaden.pjsua&version=1.3.0
IctBaden.pjsua2
.NET wrapper for PJSUA2 (not the first one).
There are several others on nuget:
For more information about the PJSIP project see https://www.pjsip.org/
Motivation
The problem was, only pjsip-pjsua2-cs uses PJSIP version 2.10.1, that is also not the latest. There is no public repository to build that and mailing the owner has not answered.
pjsip-pjsua2-csharp is two years inactive.
So i decided to do it my own, using the help of pjsip-pjsua2-csharp's build-it-yourself documentation (thanks a lot).
What is in the Package
pjsua2.net.dll - .NET Core (netcoreapp3.1) wrapper library
pjsua2.dll - Native Windows x64 PJSUA2 library including SWIG generated C# wrappers
Extensions
The pjsua2.net.dll includes two additional static classes:
public static class PjsipInfo
{
// Get included PJSIP version
public static string GetVersionInfo();
}
public static class PjsipExt
{
// Enable the pj-media-neg extension
public static int EnableTelephoneEventNegotiationExtension();
}
Mor information for pj-media-neg...
Roadmap
April 2021
- automate build to support latest PJSIP release ✓
- build nuget package ✓
- support Windows (>= 7, x64) ✓
June 2021
- support Linux (Ubuntu >= 18.04, x64) ✓
October 2023
- NET 6.0
- Updated to PJSIP version 2.13-dev
March 2024
- C#12, NET 8.0
- Updated to PJSIP version 2.14-dev
Further plans:
- support RaspberryPi (Linux ARM) ⌛
Enable Logging
Set PJ_LOG_MAX_LEVEL to desired value in site_config.h
For example:
# define PJ_LOG_MAX_LEVEL 5
License
The code in this repository is under MIT license.
The code in PJSIP (not included here) is under General Public License (GPL) version 2.
For more information see: https://www.pjsip.org/licensing.htm
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IctBaden.pjsua:
Package | Downloads |
---|---|
IctBaden.VoIP
Voice over IP library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Stable