Library that can be used as a sip softphone that will support basic operations such as
- Call to client
- Incoming call from other client
- DTMF tones
- IVR
As well as more advanced features such as:
- Call Transferring
- Call Hold
- Call Wait
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>