Peers SIP softphone project ported to Android
Peers SIP softphone project ported to Android.
This project works in most Android devices because it doesn’t use android.sip libraries. Javax sound libraries have been replaced by android.media libraries.
git clone https://github.com/marcalcarazf/peers-android.git
This project includes all Peers functionalities but doesn’t have a GUI implemented.
In CustomConfig.java you have to setup User Agent information.
In EventManager.java you have main calling actions and SIP listeners implemented. By default it registers the User Agent when running this class, but you can change it in the class constructor.
If you want to contribute to this project, please contact me using this email: marc.alcarazf@gmail.com
This project is licensed under the GNU License - see the LICENSE.md file for details.