This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:use_case:bind_domain_and_team [2014/02/23 22:55] solo |
en:use_case:bind_domain_and_team [2018/09/26 10:04] (current) zhengtb |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Bind Domain and Team ====== | ====== Bind Domain and Team ====== | ||
| - | asterCC是一个可以同时为多个客户提供服务的托管式系统,每个客户在系统中以团队的方式管理,因此每个团队都会有自己的唯一标识。 | + | asterCC is a hosting system that offers multiple customers services. Each customer manages by team, so that each team will has its own identification. |
| - | + | <note tip>when softphones register to the server, the format of the username is Team-extension, like astercc-5000</note> | |
| - | <note tip>在软电话注册时,用户名的格式表现为 团队标识-分机号码,例如 astercc-5000</note> | + | |
| {{:en:use_case:team_identity.png?768|}} | {{:en:use_case:team_identity.png?768|}} | ||
| - | 默认情况下,在用户登陆系统时,需要选择自己所在的团队,在很多情况下 我们并不希望用户会看到目前系统中所有启用的团队。 | + | By default, when a user logs in the system, he has to choose his team. In most cases, we do not want users to see all teams in the system. |
| {{:zh:用途和案例:multi-team.png?768|}} | {{:zh:用途和案例:multi-team.png?768|}} | ||
| - | 系统提供的域名绑定功能解决了这个问题。 | + | **How to configure the core-2.3-rc2 version and the system before this version** |
| - | 首先需要开启域名绑定功能, 编辑服务器上的/etc/astercc.conf配置文件, 找到行 login_route = team, 删除注释标志;,启用该选项 | + | And the binding domain function of the system solved this problem. |
| + | |||
| + | First, enable this function. Edit the /etc/astercc.conf file on the server, find //login_route = team// and delete the 注释标志, and enable it. | ||
| {{:en:use_case:astercc.conf.png?|}} | {{:en:use_case:astercc.conf.png?|}} | ||
| - | 此时如果使用域名直接登陆系统,如图, 你会看到提示 **仅限系统管理员登录**, 表明仅系统用户可以通过此页面登陆 | + | If the domain is used for login the system directly, as shown in the picture, you will see **only the systemadmin login**, which means only the users of the system users can log in through this page. |
| {{:en:use_case:astercc_login.png?768|}} | {{:en:use_case:astercc_login.png?768|}} | ||
| - | 此时如果想登陆某特定团队,你可以使用地址 http://192.168.252.134/astercc (团队标识astercc) 或者 http://192.168.252.134/sonicwell (团队标识sonicwell) | + | And if you would like to log into a specific team, you can use the address http://192.168.252.134/astercc (astercc is the identification for this team) or http://192.168.252.134/sonicwell (sonicwell is the identification for this team) |
| + | or the SLD parsed to this host http://astercc.yourdomain.com http://sonicwell.yourdomain.com | ||
| - | 或者使用解析到该主机的二级域名, http://astercc.yourdomain.com http://sonicwell.yourdomain.com | + | The user can see the team name on the login page. |
| - | + | ||
| - | 此时用户会在自己的登陆页面上看到团队名称 | + | |
| {{:en:use_case:astercc_login_1.png?768|}} | {{:en:use_case:astercc_login_1.png?768|}} | ||
| + | |||
| + | **How to configure the core-2.4-rc1 version and the system after this version** | ||
| + | |||
| + | First, open the left management list, click [System Settings] → [System Settings] under the "SETTINGS SYSTEM" tab, change the login route to: enable. | ||
| + | |||
| + | {{:en:use_case:selection_726.jpg?768|}} | ||
| + | |||
| + | If you use the domain name to log in directly to the system, you will see the prompt. Only the system administrator logs in, indicating that only system users can log in through this page. | ||
| + | |||
| + | {{:en:use_case:selection_729.jpg?768|}} | ||
| + | |||
| + | If you use the domain name to log in directly to the system, you will see the prompt default user, indicating that only system users can log in through this page. | ||
| + | |||
| + | if you want to log in to a specific team, you can use the address http://192.168.252.134/astercc (team ID astercc) or http://192.168.252.134/sonicwell (team logo sonicwell) or use the second-level domain name resolved to the host, http://astercc.yourdomain.com http://sonicwell.yourdomain.com , the user will see the team name on their login page. | ||
| + | |||
| + | {{:en:use_case:selection_730.jpg?768|}} | ||
| + | |||