# 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".
#概述
uSipServer是Android上的SIP“服务器”。
- 使用简单
- 作为SIP代理和注册商
- 仅支持UDP-SIP
- 不包含VOIP <=> 3G / LTE呼叫网关功能
# 快速入门指南
例)使用CSipSimple作为拨号号码“9999”
[0]配置以下属性。
- 域:SIP服务器域。默认值是本地IP。
- 本地IP:SIP消息的侦听地址。默认值为“0.0.0.0(任意)”。
- 本地端口:SIP消息的侦听端口。默认值为“5060”。
[1]运行uSipServer,然后按[开始]按钮。
然后SIP域将打印如下。
“sipserver启动。[@ xxx]”/ xxx = SIP域名
[2]运行CSipSimple。
[3] CSipSimple的帐户设置。
[菜单] - > [帐户] - > [添加帐户]
帐户名称= 9999
用户= 9999
Server = xxx
密码=(如果用户身份验证=关闭,则不关心)
然后按[保存]按钮。
[4]检查CSipSimple的注册状态。
如果已注册,则可以拨打。
#用户认证配置
用户验证配置格式如下;
- 用户分隔符是“;” (分号)
- user / pass delimiter是“:”(冒号)
- 如果“用户验证”为空,则禁用验证功能
如果添加2个用户“foo”和“baz”,并且每个密码都是“bar”和“qux”,请设置“foo:bar; baz:qux;”到“用户身份验证”。