项目作者: marcalcarazf

项目描述 :
Peers SIP softphone project ported to Android
高级语言: Java
项目地址: git://github.com/marcalcarazf/peers-android.git
创建时间: 2019-02-02T17:15:53Z
项目社区:https://github.com/marcalcarazf/peers-android

开源协议:GNU General Public License v3.0

下载


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

Installing - Setup

  1. Clone repository:
    1. git clone https://github.com/marcalcarazf/peers-android.git
  2. Open Android Studio.
  3. 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.