This application developed to communicate with PBX Asterisk service. It is an application for android devices.
- Register
- Login/Logout
- Call someone
- Forward Call
- Pause Call
- Hold/Unhold Call
- Open the Speaker
- Hangup
- Incoming Calls
- Answer
- Mute/Unmute
- Hangup
There is 3 packages. One for the interface, the other for the Sip Service and the last for the pjsip project.
- com.visual.dfls
- dfls.sipservice
- org.pjsip
- NDK = r20b
- ANDROID_BUILD_TOOLS = "30.0.3"
- PJSIP = 2.11
- SWIG = 4.0.2
- OPENSSL = 1.1.1f
- OPENH264 = 2.1.0
- OPUS = 1.3.1
The PJSIP Project build it from pjsip-android-builder where you can find it here: pjsip-android-builder