chenqiyang
2021-08-10 76d98cccf872616740f0249027103c7f2b39da37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[assistant]
domain=sip.accounttest.org
password_max_length=12
password_min_length=3
username_max_length=22
username_min_length=3
username_regex=^[A-Za-z0-9_.\-\ ]*$
xmlrpc_url=https://sip2.linphone.org:446/wizard.php
 
[proxy_default_values]
reg_proxy=<sip:sip2.linphone.org:5072>
realm=sip.accounttest.org
reg_identity=sip:user@sip.accounttest.org
 
#set random port in order to avoid port conflicts with other tests running in parallel
#and receive unsollicited SIP messages.
[sip]
sip_port=-1
sip_tcp_port=-1
sip_tls_port=-1