[go: up one dir, main page]

Skip to content

marcalcarazf/peers-android

Repository files navigation

peers-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.

Prerequisites

  • Java SDK 7
  • Android Studio - IDE used in this project. You can pick .java and .jar files and use them in any other IDE.

Installing - Setup

  1. Clone repository:
git clone https://github.com/marcalcarazf/peers-android.git
  1. Open Android Studio.
  2. Click on Open an existing Android Studio project and select the project folder.

Util Information

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.

Contributing

If you want to contribute to this project, please contact me using this email: marc.alcarazf@gmail.com

Authors

License

This project is licensed under the GNU License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages