pjproject-jami 2.13.1-3.8fc165b
Session Initiation Protocol (SIP) stack
PJProject provides an implementation of the Session Initiation Protocol (SIP) and a multimedia framework.
- Outputs:
debug
,out
,static
- Website: https://www.pjsip.org
- Licenses: GPL 2+
- Package source: gnu/packages/telephony.scm
- Builds: See build status
- Issues: See known issues
Installation
Install pjproject-jami 2.13.1-3.8fc165b
as follows:
guix install pjproject-jami@2.13.1-3.8fc165b
Or install the latest version:
guix install pjproject-jami
The pjproject-jami
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install pjproject-jami:debug
guix install pjproject-jami:static
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.