Registry / networking / jain-sip-api

jain-sip-api

JSON →
library1.2.1javamavenunverified

Java API for SIP (Session Initiation Protocol) signaling, part of the JAIN initiative.

<dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-api</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · JAIN-SIP-API
J
jain-sip-api
networkingjavav1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SipFactory
javax.sip.SipFactory

Create a SIP stack using the JAIN SIP API.

import javax.sip.SipFactory; import javax.sip.SipStack; SipFactory factory = SipFactory.getInstance(); SipStack stack = factory.createSipStack(new Properties());
Debug
Known issues
breakingThe API is abstract; requires a provider implementation like jain-sip-ri.
fix
Add a dependency on a SIP provider, e.g., org.restcomm.jain-sip-ri.
affects: all
Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jain-sip-api — mvn dependency:get jain-sip-api · libregistry