added more README links

This commit is contained in:
Juha Heinanen
2019-02-11 22:42:25 +02:00
parent c1bf5c9259
commit c7d2e6aa24

View File

@ -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
<a href="https://github.com/alfredh/baresip">baresip</a> 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 <a
href="https://github.com/juha-h/libbaresip-android">
libbaresip-android</a>.
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 <a href="https://f-droid.org/app/com.tutpro.baresip"><img src="https://f-droid.org/badge/get-it-on.png" alt="F-Droid"></a> and Google Play store.
Available also on <a href="https://f-droid.org/app/com.tutpro.baresip"><img
src="https://f-droid.org/badge/get-it-on.png" alt="F-Droid"></a> and
<a href="https://play.google.com/store/apps/details?id=com.tutpro.baresip&hl=en_US">Google Play store</a>.
Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.