added more README links
This commit is contained in:
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
|||||||
This is very basic Android Studio project implementing baresip
|
This is very basic Android Studio project implementing
|
||||||
(https://github.com/alfredh/baresip) based SIP User Agent.
|
<a href="https://github.com/alfredh/baresip">baresip</a> based SIP User Agent.
|
||||||
|
|
||||||
Currently supports voice calls and messages with TLS transport,
|
Currently supports voice calls and messages with TLS transport,
|
||||||
voicemail MWI, incoming call transfer requests (REFER), PCMU/PCMA and
|
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.
|
depend on third party push notification services.
|
||||||
|
|
||||||
The static libraries and include files in distribution directory have
|
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
|
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.
|
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
|
- 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.
|
Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.
|
||||||
|
|||||||
Reference in New Issue
Block a user