============================================================================
Elastix Community free version official download http://www.elastix.org/index.php/en/downloads/main-distro.html
============================================================================
Download Elastix 2.3 ISO
1) burn to disc, CD to boot, install to desktop
2) or install VMware virtual machines
Recommendation: Install manually at VMware installation, not VMware Auto Install
To manually install the VMware Tools method: 1. First, log in with your root user account (root) and password in the text login screen.
2. Then mount the optical drive device and type "mount-t iso9660/dev/cdrom/mnt" command after the command line to enter.
3. After the optical drive is mounted successfully, use the "cd/mnt" command to enter the/MNT directory, and then use the "ls" command to display the contents below it. One more file was found: Vmware-linux-tools.tar.gz, which is the Linux installation package for VMware Tools.
4. Then copy the file to the TMP directory and type the "cp/vmware-linux-tools.tar.gz/tmp" command.
============================================================================
The default Elastix does not have UpdateDB installed inside, locate
# yum Install Mlocate
============================================================================
============================================================================
Elastix 2.3 has a direct built-in asterisk 1.8.11,viger CRM 5.2.1
Elastix Chinese Series Tutorials
http://www.hkitblog.com/?p=4839
Vtiger Use Learning
Http://wenku.baidu.com/view/596fb203a6c30c2259019e73.html
============================================================================rpm-qa|grep Vtiger
VTiger CRM 5.2.1
Upgrade Elastix,vtiger:
# Yum Update
Download package up to 380MB. Asterisk, Vtiger has a minor version of the upgrade.
============================================================================
Download and install the Chinese language pack
http://blog.kofechem.com/archives/179
Vtiger CRM 5.2.1 Perfect Simplified Chinese language pack by Kofechem 20110410 posted on April 10, 2011 by Infinity
★ This perfect Chinese language pack is based on Vtiger CRM 5.1.0 Simplified Chinese Pack (20100513) for Dibon, and reference to other language packs as well as business CRM software.
As the original translation has many different expressions of the same word, all of which unify the terminology specification, and for the 5.2.1 new module has been Chinese.
Figure 1: Login screen After installing the perfect Simplified Chinese language pack
Figure 2: Vtigercrm main interface After installing the Chinese package
★ Installation Method: Install this language pack in VTIGERCRM module management [Settings > Module manager > Custom Modules > Import New]
Log off and log back in again.
https://192.168.100.132/vtigercrm/
★ Perfect display of RMB and Beijing time, the default login language is Chinese method:
Open config.inc.php, look for the variable to the left of the equal sign below, and modify the value to the right of the equal sign:
$currency _name = ' China, Yuan renminbi '; $currency _name = ' USA, Dollars ';
$default _charset = ' UTF-8 ';
$default _language = ' ZH_CN ';
$default _timezone = ' PRC '; The default is UTC
============================================================================
Note: By default, the VTiger CRM currency is still USD
Workaround: Create a new partner RMB in the admin interface, then set the RMB partner to each user. Then this user login, the creation of orders and other information is in renminbi.
Https://wiki.vtiger.com/index.php/Developers_How_To%27s#How_to_change_the_default_currency
============================================================================
============================================================================
Vtiger Chinese variants
Installation package has online Demo,mobile web support
https://forums.vtiger.com/viewtopic.php?f=106&t=46768
Http://www.ucrm.net/index.php?option=com_phocadownload&view=category&id=1&Itemid=6
============================================================================
Tips:
Reference:
http://www.asterisk-help.com/read.php?tid=88
============================================================================
Receiving fax settings
On the FreePBX Web interface, select Module Administration to install the fax Configuration Online
Create IAX2 ext. 206
Create/Modify incoming Route, modify Fax detect column
Fax via asterisk on Windows
Fax Client (Winprint hylafax) for Windows
============================================================================
http://192.168.100.103/
Create SIP Extension 100
============================================================================
# Dahdi_hardware
pci:0000:03:0c.0 wcfxo+ 1057:5608 Wildcard x100p
# ASTERISK-RVVVVVV
Asterisk18*cli> Dahdi Show Status
Description Alarms IRQ bpviol CRC Fra codi O
Ptions LBO
Wildcard x100p Board 1 unconfi 0 0 0 CAS Unk
0 db (CSU)/0-133 feet (DSX-1)
============================================================================
Browser access FreePBX, Access system-Hardware Detector
See the hardware
wcfxo/0 "Wildcard x100p Board 1" (MASTER)
You can set the parameters for these ports here.
Browser access to the FreePBX, Access PBX---PBX Configuration
Select Trunks on the left and see Channel G0 (Zap) on the right.
Choose Outbound Routes on the left and see 9_outside on the right.
Select the 9_outside on the right
Dial Patterns that would use the this Route
Default is
Prepand |
Prefix |
Match pattern |
Description |
|
9 |
. |
|
Match pattern:x:0-9; z:1-9; n:2-9; .: Any number
Revision changed to
Prepand |
Prefix |
Match pattern |
Description |
0 |
021 |
. |
Shanghai Local fixed, I first remove 021, then the front plus Prepand 0 dial outside Line |
0 |
|
Z. |
Local phone/fixed line, add Prepand 0 in front of outside line |
9 |
|
0. |
Field Landline 010 10086, add Prepand 9 in front of outside line |
Inside my office: Local outside dialing 0 + local Calls
TODO http://www.hkitblog.com/?p=5159
Modify
Indications.conf
Chan_dahdi.conf
============================================================================
============================================================================
Reference:
Elastix Chinese Series Tutorials
http://www.hkitblog.com/?p=4839
Vtiger Use Learning
Http://wenku.baidu.com/view/596fb203a6c30c2259019e73.html
============================================================================
VTiger CRM 5.3 Chinese Pack
http://www.oa25.org/?q=node/96 Thanks: http://www.oa25.org
============================================================================
There is no locate installed in CentOS, UpdateDB
============================================================================
Modify the OS timezone to Asia/shanghai
Execute the date command to confirm that time is GMT
VTiger CRM, modify the time Zhone attribute for each user for (utc+08:00) Beijing, Chongqing, Hong Kong, URUMQ
Open config.inc.php, modify
$default _timezone = ' PRC '; The default is UTC
Or
$default _timezone = ' Asia/shanghai ';
After this, the system sends out the mail date is right. ============================================================================