simple-call-how-to.txt

来自「基于mjsip的ua」· 文本 代码 · 共 20 行

TXT
20
字号
# Simple-call HOW-TO
# ________________________________________________________________
# (by Luca Veltri, 16/10/2005)
#

# to establish a call between two UAs, run the visual UAs with the desired configuration files:
uaw -f config\a.cfg
uaw -f config\b.cfg

# or without GUI:
uac -f config\a.cfg
uac -f config\b.cfg -c alice@127.0.0.2

# or with registration and audio support in one-way:
uaw -f config\a.cfg -a --send-only -p 3000 -z -g 1800
uaw -f config\a.cfg -a --recv-only -p 4000 -z -g 1800

# use -h in order to view all command-line options:
uaw -h
# or uac -h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?