From e5b51459a108169d5152e960eec08d2be83b99c9 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 20 Feb 2023 13:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6f5af..3f3a871 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,20 @@ asterisk -vvvvvr sip reload -core restart +core restart now + + 在CLI中的查询命令: + +sip show peers 显示所有的SIP peers(包括friends) + +sip show users 显示所有的SIP users(包括friends) + +sip show registry 显示注册到的主机状态 + +sip debug 显示所有的Sip信息 + +module reload chan_sip.so 重新装载sip的配置文件 +