SipRecClient 0.0.1

dotnet add package SipRecClient --version 0.0.1
                    
NuGet\Install-Package SipRecClient -Version 0.0.1
                    
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="SipRecClient" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SipRecClient" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="SipRecClient" />
                    
Project file
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 SipRecClient --version 0.0.1
                    
#r "nuget: SipRecClient, 0.0.1"
                    
#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 SipRecClient@0.0.1
                    
#: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=SipRecClient&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=SipRecClient&version=0.0.1
                    
Install as a Cake Tool

Introduction

The SipRecClient class library is a .NET DLL that Next Generation 9-1-1 (NG9-1-1) applications can use to record multimedia NG9-1-1 calls. Applications that use the SipLib and the Ng911Lib class libraries can use this class library. The following block diagram shows the relationship between the SipRecClient class library, the NG9-1-1 application, SIP Recording Server(s) (SRS) and NG9-1-1 Log Event Servers.

SipRecClient Block Diagram

Applications that anchor the media of NG9-1-1 multimedia calls can use this class library. This class library supports audio, video, Real Time Text (RTT) and Message Session Relay Protocol (MSRP) text media.

Documentation

The documentation pages project for this project is called SipRecClient. The documentation web site includes class documentation and articles that explain usage of the classes in this library.

External Dependancies

NuGet Package GitHub Project GitHub Document Pages Description
SipLib SipLib SipLibDocumentation .NET Session Initiation Protocol (SIP) protocol class library for SIP and protocol extentions for Next Generation 9-1-1 (NG9-1-1) applications
Ng911Lib Ng911Lib Ng911LibDocumentation .NET NG9-1-1 class library that provides C# classes for all of the XML and JSON schemas used by NG9-1-1 applications

Installation

This class library is available on NuGet.

To install it from the .NET CLI type:

dotnet add package SipRecClient --version 0.0.1

To install using the NuGET Package Manager Command window type:

NuGet\Install-Package SipRecClient -Version 0.0.1

Or, you can install it from the Visual Studio GUI.

  1. Right click on the project
  2. Select Manage NuGet Packages
  3. Search for SipRecClient
  4. Click on Install

Project Structure

Class Library Directory

This directory contains the source code and the Visual Studio 2022 solution and project files.

Documentation Directory

This directory contains the DOCFX configuration files, documentation markdown source files and other files required to generate the on-line documentation web pages.

docs Directory

The docs directory contains HTML and other generated files generated by DOCFX.

Documents Directory

This directory contains supporting documents.

Product Compatible and additional computed target framework versions.
.NET 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.

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
0.0.1 112 3/14/2025

Initial version