这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| zh:用途和案例:ip话机自动部署详解 [2016/11/25 06:59] – liuxl | zh:用途和案例:ip话机自动部署详解 [2016/12/16 07:20] (当前版本) – liuxl | ||
|---|---|---|---|
| 行 29: | 行 29: | ||
| ###################################################### | ###################################################### | ||
| account.1.enable = 1 | account.1.enable = 1 | ||
| - | account.1.label = %% username %% | + | account.1.label = %% username %% #注释1 |
| - | account.1.display_name = %% lastname %% | + | account.1.display_name = %% lastname %% # |
| - | account.1.auth_name = %% deviceidentity %% | + | account.1.auth_name = %% deviceidentity %% #注释3 |
| - | account.1.user_name = %% deviceidentity %% | + | account.1.user_name = %% deviceidentity %% #注释4 |
| - | account.1.password = %% secret %% | + | account.1.password = %% secret %% # |
| account.1.outbound_proxy_enable = 0 | account.1.outbound_proxy_enable = 0 | ||
| account.1.outbound_host = | account.1.outbound_host = | ||
| 行 48: | 行 48: | ||
| account.1.fallback.redundancy_type = | account.1.fallback.redundancy_type = | ||
| account.1.fallback.timeout = | account.1.fallback.timeout = | ||
| - | account.1.sip_server.1.address = xxx.xxx.xxx.xxx | + | account.1.sip_server.1.address = xxx.xxx.xxx.xxx |
| - | account.1.sip_server.1.port = xxxx | + | account.1.sip_server.1.port = xxxx #备注:xxxx替换为服务器的SIP的端口号(备注请删除) |
| account.1.sip_server.1.expires = 1800 | account.1.sip_server.1.expires = 1800 | ||
| account.1.sip_server.1.retry_counts = 3 | account.1.sip_server.1.retry_counts = 3 | ||
| 行 62: | 行 62: | ||
| account.1.sip_server.2.failback_timeout = | account.1.sip_server.2.failback_timeout = | ||
| account.1.sip_server.2.register_on_enable = | account.1.sip_server.2.register_on_enable = | ||
| + | ###################################################### | ||
| + | ## | ||
| + | Upload local contact file | ||
| + | ## | ||
| + | ###################################################### | ||
| + | local_contact.data.url = http:// | ||
| ######################################################</ | ######################################################</ | ||
| + | |||
| + | *联系人文件http:// | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <contact sDisplayName=" | ||
| + | <contact sDisplayName=" | ||
| + | <contact sDisplayName=" | ||
| + | <contact sDisplayName=" | ||
| + | </ | ||
| + | < | ||
| + | <contact sDisplayName=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | *上面模板内标注释的5行说明 | ||
| + | |||
| + | < | ||
| + | |||
| + | %% username %%:取值于账号管理内对应账号中的“用户名”值。 | ||
| + | |||
| + | %% lastname %%:取值于账号管理内对应账号中的“姓”值。 | ||
| + | |||
| + | %% firstname %%:取值于账号管理内对应账号中的“名”值。 | ||
| + | |||
| + | %% deviceidentity %%:取值于分机管理内对对应分机中的“注册账号”值。 | ||
| + | |||
| + | %% secret %%:取值于分机管理内对应分机中的“注册密码”值。 | ||
| + | |||
| + | 模板注释行说明: | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| *成功保存PBX模板后如下 | *成功保存PBX模板后如下 | ||
| 行 80: | 行 127: | ||
| ==== 情况二:自动分配 ==== | ==== 情况二:自动分配 ==== | ||
| - | *系统WEB页面【系统设置】--> | + | *系统WEB页面【系统设置】--> |
| {{: | {{: | ||