Questions tagged [jain-sip]

JAIN-SIP, or JSIP, is a Java specification for SIP Signaling.

Overview
The Java APIs for Integrated Networks (JAIN) is a JCP work group managing telecommunication standards. Session Initiation Protocol (SIP) is a standard communication protocol. Java and SIP together create the JAIN SIP API, a standard and powerful API for telecommunications. This idea started in 1999 with JSR 32. The reference implementation is open source, very stable, and very widely used. This API is frequently (but not necessarily) used for client-side application development. Other container-based technologies, like SIP Servlets, are simpler to use for server-side development.

Useful Links
JAIN-SIP homepage

167 questions
-1
votes
1 answer

SIP send data during session progress

I have a SIP door system. I have developed the code to register and make call. Once I make an INVITE, I get a session progress immediately and now I need to send a numeric character code during this Session. I am using Jain SIP for development.
gourig
  • 81
  • 1
  • 11
-1
votes
1 answer

How to add RTP (Audio/Video stream) to an initiated SIP call (using JAIN)

I have devised a piece of code to dial a SIP client (linphone) using JAIN SIP but i want to add video/audio streams to complete the task of a video call. -I want it to be in the same class -And to make the code simple since i am using it in…
user3215614
  • 45
  • 1
  • 6
1 2 3
11
12