diff --git a/README.md b/README.md index 4a2b981..55ac99e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ # Docs +## fgcom 终端用户维护 + +服务器: fgcom.jingweiht.com + +``` +nano /etc/asterisk/pjsip.conf + +[7000](endpoint-internal-d70) +auth = 7000 +aors = 7000 +callerid = T0 <7000> + +[7000](auth-userpass) +password = 7000 +username = 7000 + +[7000](aor-single-reg) +mailboxes = 7000@example + +``` + +## DialPlan 拨号规则 + +``` +nano /etc/asterisk/fgcom.conf + +;telphone +exten => 7000,1,Dial(PJSIP/7000) +exten => 7777,1,Dial(PJSIP/7777) + + +``` + +## 重现加载及监视 + +``` +sudo su + +