随笔分类 - 呼叫中心
摘要:1.相关配置文件目录:Apache的配置文件:httpd.conf,位于:/etc/httpd/conf/httpd.conf,配置文件中包含Include conf.d/*.conf ,引入了/etc/httpd/conf.d/ 文件夹下的所有配置文件。2.修改配置文件:/etc/httpd/conf.d/elastix.conf,禁用重定位地址到 https :原文: # Redirect administration interface to https RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (...
阅读全文
摘要:原文:http://www.akretion.com/open-source-contributions/openerp-asterisk-voip-connectorOpenERP - Asterisk connectorIntroductionAsteriskis an OpenSource software for telephony. This software is often used to run IP PBX systems inside companies, combined with an IP phone for each employee and SIP trunks
阅读全文