permissions.allow
来自「用来作为linux中SIP SERVER,完成VOIP网络电话中服务器的功能」· ALLOW 代码 · 共 16 行
ALLOW
16 行
# SIP Express Router permissions module config file## Syntax: # from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list]## from_list and req_uri_list are comma separated expressions# Expressions are treated as case insensitive POSIX Extended Regular Expressions.# Keyword ALL matches any expression. ## Examples:# ALL : "^sip:361[0-9]*@abc\.com$" EXCEPT "^sip:361[0-9]*3@abc\.com$", "^sip:361[0-9]*4@abc\.com$"## "^sip:3677[0-9]*@abc\.com$" : "^sip:361[0-9]*@abc\.com$"## ALL : ALL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?