📄 server.cfg
字号:
# MjSip Server configuration file
# ___________________________________________
#
# ********** sip ***********
via_addr=127.0.0.2
host_port=5060
transport_protocols=udp tcp
#outbound_proxy=127.0.0.3:5069
# ******** server **********
on_route=yes
loose_route=yes
call_log=yes
domain_names=wonderland.net neverland.net
is_registrar=yes
register_new_users=yes
is_open_proxy=yes
location_service=local
location_db=config/users.db
do_authentication=no
do_proxy_authentication=no
#authentication_realm=wonderland.net
#authentication_service=ldap
#authentication_scheme=local.authentication.AkaServerImpl
authentication_db=config/aaa.db
# ***** static routing *****
#phone_routing_rules={prefix=06,nexthop=127.0.0.1:7001} {prefix=0521,nexthop=127.0.0.2:7002} {prefix=*,nexthop=127.0.0.3:7003}
# ******* debugging ********
debug_level=6
log_path=log
max_logsize=2000
log_rotations=7
log_rotation_time=1 DAYS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -