About 410,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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.

  4. GitHub - ymartineau/peers: Java SIP softphone

    Java SIP softphone. Contribute to ymartineau/peers development by creating an account on GitHub.

  5. 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?

  6. GitHub - usnistgov/jsip: JSIP: Java SIP specification Reference ...

    JSIP: Java SIP specification Reference Implementation (moved from java.net) - usnistgov/jsip

  7. 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 …

  8. sip - Phone call from Java app and receive SDP - Stack Overflow

    Mar 10, 2016 · From a Java application, what is the best way to be able to dial a phone number (via any API or service) and receive an SDP from this endpoint? I don't want to be able to just …

  9. GitHub - luoxl9/jitsi: JAVA SIP PHONE

    JAVA SIP PHONE. Contribute to luoxl9/jitsi development by creating an account on GitHub.

  10. VoIP Implementation using Java SIP Library - Stack Overflow

    I want to Implement simple VoIP application using any of the Java SIP Libraries and APIs.can you give me a simple example of VOIP application. i have not get any resources or tutor that …