Juha Heinanen 4626967ae1 - Replaced text mode EditConfigActivity with graphical Config activity
- Current configuration items are Auto Start, DNS Servers, Opus Bit Rate,
  and ICE Lite
- Added ICE and Stun Server account options
- Fixed bug in deleting of an account
- Updated libbaresip.a and baresip.h to baresip new_account_functions
  branch (not yet committed to master)
2018-11-30 02:07:03 +02:00
2018-02-25 21:01:46 +02:00
2018-10-21 10:16:09 +03:00
2018-02-20 05:01:26 +02:00
2018-02-20 05:01:26 +02:00
2018-02-20 05:01:26 +02:00
2018-10-22 17:56:14 +03:00
2018-06-30 18:11:46 +03:00
2018-07-14 21:32:12 +03:00
2018-02-20 05:01:26 +02:00

This is very basic Android Studio project implementing baresip (https://github.com/alfredh/baresip) based SIP User Agent.

Currently supports voice calls and messages with TLS transport, voicemail MWI, incoming call transfer requests (REFER), PCMU/PCMA and opus voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation.

Motivated by need for secure SIP user agent for Android that does not depend on third party push notification services.

The static libraries and include files in distribution directory have been produced using https://github.com/juha-h/libbaresip-android. Before making libbaresip, apply reg.c-patch to re/src/sipreg/reg.c. The patch is needed due to re timer sometimes firing too late.

After cloning the project, in Android Studio 3.2.1:

  • Open an existing Android Studio project

  • File -> Invalidate Caches / Restart -> Invalidate & Restart

Available also in Google Play store.

Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.

Description
No description provided
Readme 9.7 MiB
Languages
Kotlin 93.9%
C 5.8%
CMake 0.3%