分类: vtigerCRM专题

2 bug fixes for vTiger 5.2 to pop up incoming calls

The new version vTiger 5.2 is awesome. It is also integrated well with Asterisk to make click2call and pop up incoming calls. But there are two small bugs needs manual modification.

发表于 IP PBX 技术, linux 技术, vtigerCRM专题 | 标签 , , , | 尚无评论

How to enable receiving calls in vTiger

The vTiger official website has a instruction for this as below: “To receive incoming calls in vtiger, you need to check the Receive Incoming Calls checkbox (present in “My Preferences” section). Other than this, you need to run the asterisk … 阅读全文 Continue reading

发表于 IP PBX 技术, linux 技术, vtigerCRM专题 | 标签 , | 一条评论

CentOS 5.5 升级 php 至 5.2.10 记录

前几天在CentOS 5.5上装了一个 vtigerCRM 5.2, 有些模块工作不大正常,估计php的版本问题。 CentOS 5.5 的 hph版本是 5.1.16, 要把它升级到 5.2.X。 话说这php的版本还真的有点麻烦, Ubuntu的版本已经到5.3.X了,所以在ubuntu上装 vtigerCRM要给php降级, 这次又要升级了。 在网上找了两个方法都无法正确升级.最后Google到一个能升级到5.2的办法,用的是半官方的- CentOS-Testing 源. 方法: 1.编辑/etc/yum.repos.d/CentOS-Base.repo,再最后加入下列内容在保存 [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=0 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing 2.其他源停用,就用CentOS-Testing来搜索php的更新. yum –disablerepo=* –enablerepo=c5-testing check-update php* 3.接着就显示出php的更细,泪奔.注意看, 我 这次出来的是php-xxx 5.2.10 c5-testing 4. … 阅读全文 Continue reading

发表于 linux 技术, vtigerCRM专题, 网络管理 | 一条评论