ivrToolkit.Plugin.SipSorcery
9.1.8
dotnet add package ivrToolkit.Plugin.SipSorcery --version 9.1.8
NuGet\Install-Package ivrToolkit.Plugin.SipSorcery -Version 9.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ivrToolkit.Plugin.SipSorcery" Version="9.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ivrToolkit.Plugin.SipSorcery" Version="9.1.8" />
<PackageReference Include="ivrToolkit.Plugin.SipSorcery" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ivrToolkit.Plugin.SipSorcery --version 9.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ivrToolkit.Plugin.SipSorcery, 9.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ivrToolkit.Plugin.SipSorcery@9.1.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ivrToolkit.Plugin.SipSorcery&version=9.1.8
#tool nuget:?package=ivrToolkit.Plugin.SipSorcery&version=9.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is the SipSorcery plugin used with the ivrToolkit.Core package. SipSorcery is a 100% c# implementation of SIP. You will need two packages
- ivrToolkit.Core
- ivrToolkit.Plugin.SipSorcery
See GitHub Releases for detailed version history.
Example:
// instantiate the plugin you want to use
using var sipPlugin = new SipSorceryPlugin(loggerFactory, sipVoiceProperties);
// create a line manager
using var lineManager = new LineManager(loggerFactory, sipVoiceProperties, sipPlugin);
// grab a line
var line = lineManager.GetLine();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ivrToolkit.Core (>= 9.1.8)
- NAudio (>= 2.2.1)
- SIPSorcery (>= 8.0.22)
-
net9.0
- ivrToolkit.Core (>= 9.1.8)
- NAudio (>= 2.2.1)
- SIPSorcery (>= 8.0.22)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.1.8 | 261 | 6/23/2025 |
| 9.1.6 | 233 | 6/17/2025 |
| 9.1.6-beta-5 | 232 | 6/17/2025 |
| 9.1.6-beta-4 | 200 | 6/16/2025 |
| 9.1.6-beta-3 | 208 | 6/16/2025 |
| 9.1.6-beta-2 | 272 | 6/13/2025 |
| 9.1.6-beta-1 | 339 | 6/10/2025 |
| 8.1.7 | 309 | 6/13/2025 |
| 8.1.7-beta-27 | 334 | 6/13/2025 |
| 8.1.7-beta-26 | 358 | 6/10/2025 |
| 8.1.7-beta-25 | 151 | 6/6/2025 |
| 8.1.7-beta-24 | 179 | 6/6/2025 |
| 8.1.7-beta-23 | 195 | 6/5/2025 |
| 8.1.7-beta-22 | 230 | 6/5/2025 |
| 8.1.7-beta-21 | 148 | 5/31/2025 |
| 8.1.7-beta-20 | 127 | 5/31/2025 |
| 8.1.7-beta-19 | 163 | 5/30/2025 |
| 8.1.7-beta-18 | 203 | 5/26/2025 |
Loading failed