From c7d2e6aa24fa5d77e96c9dd416ebcfc267da88f5 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 11 Feb 2019 22:42:25 +0200 Subject: [PATCH] added more README links --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 846ffd15..1a71e96a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -This is very basic Android Studio project implementing baresip -(https://github.com/alfredh/baresip) based SIP User Agent. +This is very basic Android Studio project implementing +baresip based SIP User Agent. Currently supports voice calls and messages with TLS transport, voicemail MWI, incoming call transfer requests (REFER), PCMU/PCMA and @@ -9,7 +9,9 @@ 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. +been produced using +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. @@ -19,6 +21,8 @@ After cloning the project, in Android Studio 3.2.1: - File -> Invalidate Caches / Restart -> Invalidate & Restart -Available also on F-Droid and Google Play store. +Available also on F-Droid and +Google Play store. Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.