
mjSIP - a complete Java-based SIP stack implementation
mjSIP - a complete Java-based SIP stack implementation SIP (Session Initiation Protocol) is the IETF (Internet Engineering Task Force) signaling standard for managing multimedia session initiation …
Library for a softphone using sip written in Java - GitHub
Library for a softphone using sip written in Java. Contribute to mikekwright/sip-softphone development by creating an account on GitHub.
GitHub - ymartineau/peers: Java SIP softphone
Java SIP softphone. Contribute to ymartineau/peers development by creating an account on GitHub.
GitHub - usnistgov/jsip: JSIP: Java SIP specification Reference ...
About JSIP: Java SIP specification Reference Implementation (moved from java.net)
jain-sip/src/examples/tpcc/Phone.java at master - GitHub
package examples.tpcc; import javax.sip.*; import javax.sip.address.*; import javax.sip.header.*; import javax.sip.message.*; import java.util.*; /** * This class is a UAC template. Shootist is the guy that …
Muti-Call, Multi-Account SIP VoIP Client for Android, includes ... - GitHub
Project contains ready to use SIP VoIP Client application for Android, written on Java, includes PushNotification implementation. As SIP engine it uses Siprix SDK, included in binary form.
GitHub - gmaruzz/saraphone: SaraPhone is an open source SIP …
SaraPhone is an open source SIP WebRTC phone, complete with HotDesking, Redial, BLFs, MWI, DND, PhoneBook, Hold, Mute, Notifications. SaraPhone is fully integrated with FusionPBX. Based …
GitHub - luoxl9/jitsi: JAVA SIP PHONE
JAVA SIP PHONE. Contribute to luoxl9/jitsi development by creating an account on GitHub.
GitHub - fhackenberger/opensoftphone: Moved from …
This SIP softphone is written in Java as an eclipse RCP application. It uses the pjsip SIP stack for connecting to SIP servers. The phone runs on Windows and Linux. It would run on Mac OS too, but …
voip - java SDK for SIP softphone client - Stack Overflow
Oct 13, 2010 · I want to build a SIP client in java. A java class that will register with a SIP registrar and will be able to call another sip client. Any suggestions?