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.
- Java SDK 7
- Android Studio - IDE used in this project. You can pick .java and .jar files and use them in any other IDE.
- Clone repository:
git clone https://github.com/marcalcarazf/peers-android.git
- Open Android Studio.
- Click on Open an existing Android Studio project and select the project folder.
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
- Marc Alcaraz - Android ported version - marcalcarazf
- Yohann Martineau - Peers project - ymartineau
This project is licensed under the GNU License - see the LICENSE.md file for details.