Discover

Topics

uSipServer

uSipServer APK

uSipServer APK

1.3.1 Freebooncraft.com ⇣ Download APK (65.93 KB)

uSipServer is a SIP "server" on Android.

What's uSipServer APK?

uSipServer is a app for Android, It's developed by booncraft.com author.
First released on google play in 12 years ago and latest version released in 2 years ago.
This app has 16.4K download times on Google play and rated as 3.57 stars with 107 rated times.
This product is an app in Communication category. More infomartion of uSipServer on google play
# Overview
uSipServer is a SIP "server" on Android.
- simple to use
- works as SIP proxy and registrar
- supports only UDP-SIP
- NOT contains VOIP<=>3G/LTE call gateway function

# Quick Start Guide
Ex) use with CSipSimple as dial number "9999"

[0] configure properties below.
- Domain : SIP server domain. default value is local IP.
- Local IP : listening address to SIP message. default value is "0.0.0.0 (any)".
- Local Port : listening port to SIP message. default value is "5060".

[1] Runs uSipServer, and push [start] button.
then SIP domain will be printed as below.
"sipserver started. [@xxx]" / xxx = SIP domain

[2] Runs CSipSimple.

[3] Account setting of CSipSimple.
[menu] -> [Accounts] -> [Add account]
Account name = 9999
User = 9999
Server = xxx
Password = (don't care if User Authentication = Off)
and pushes [save] button.

[4] Check registered status of a CSipSimple.
If it is registered, then you can dial.


# User authentication configuration
User Authentication config format is below;
- user delimiter is ";" (semicolon)
- user/pass delimiter is ":" (colon)
- if "User Authentication" is vacant, the authentication function is disabled
If you add 2 users "foo" and "baz", and each passwords are "bar" and "qux", set "foo:bar;baz:qux;" to "User Authentication".