Skip to content

mikekwright/sip-softphone

Repository files navigation

Java Sip Softphone

codecov wercker status

Description

Library that can be used as a sip softphone that will support basic operations such as

  1. Call to client
  2. Incoming call from other client
  3. DTMF tones
  4. IVR

As well as more advanced features such as:

  1. Call Transferring
  2. Call Hold
  3. Call Wait

Usage

This library is stored in maven central and can be referenced using the below maven entry:

    <dependency>
      <groupId>sip</groupId>
      <artifactId>softphone</artifactId>
      <version>${softphone.version}</artifactId>
    </dependency>

References

About

Library for a softphone using sip written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published