This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
voice:pbx:freepbx:freepbx_isymphony [2013/10/06 14:25] gcooper |
voice:pbx:freepbx:freepbx_isymphony [2016/08/08 09:15] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== iSymphony Operator Panel ====== | ====== iSymphony Operator Panel ====== | ||
- | :!: This software requires Oracle Java and thus significant resources and so may not be appropriate for minimalist platforms. | + | :!: This software requires Oracle Java and thus significant resources. Assign at least 1GB of RAM to the PBX virtual machine (Medium). |
+ | |||
+ | :!: iSymphony Server is pre-installed in the FreePBX Distro. | ||
+ | |||
+ | :!: If you don't plan to use iSymphony | ||
+ | |||
+ | :!: iSymphony requires firewall (TCP) ports 50000 and 50003 to be open. | ||
+ | |||
+ | **Demo Video**: https:// | ||
+ | |||
+ | **FreePBX Module Documentation**: | ||
**Home Page**: http:// | **Home Page**: http:// | ||
- | **Pricing**: | + | **Pricing**: |
**Forums**: https:// | **Forums**: https:// | ||
Line 17: | Line 27: | ||
iSymphony is an optional operator control panel available in a limited free (demo) version and various upgrade licenses. | iSymphony is an optional operator control panel available in a limited free (demo) version and various upgrade licenses. | ||
- | ===== Oracle JRE ===== | + | ===== Disable iSymphony |
- | http://java.com/ | + | :!: iSymphony is enabled by default. |
- | + | ||
- | Download the **Linux x64 RPM**: | + | |
< | < | ||
- | wget -O jre-7u40-linux-x64.rpm http:// | + | chkconfig iSymphonyServerV3 off |
- | + | service iSymphonyServerV3 stop | |
- | yum localinstall jre-7u40-linux-x64.rpm | + | |
- | + | ||
- | java -version | + | |
</ | </ | ||
- | ===== Installation | + | ===== Enable iSymphony |
- | + | ||
- | :!: iSymphony requires firewall (TCP) ports 50000 and 50003 to be open. | + | |
< | < | ||
- | rpm -Uvh http:// | + | chkconfig iSymphonyServerV3 on |
+ | service iSymphonyServerV3 start | ||
</ | </ | ||
- | ===== FreePBX Configuration | + | ===== Administration |
- | **Admin -> Module Admin -> Extended -> Check Online** | + | :!: Use your PBX admin username and password for the initial login. |
- | Install | + | **FreePBX -> Admin -> iSymphony** |
- | Download the FreePBX module from the iSymphony download page. | + | < |
+ | http:// | ||
+ | </ | ||
- | **Admin -> Module Admin -> Upload Modules** | + | ===== Client ===== |
- | and upload | + | :!: Use your extension number |
- | Go to **Local Module Administration** | + | :!: You can then use the User Management |
- | Don't forget to **Apply Configuration**. | + | **FreePBX -> Admin -> User Management** |
- | + | ||
- | Then **Admin -> iSymphony** | + | |
- | + | ||
- | ===== iSymphony Services ===== | + | |
< | < | ||
- | service iSymphonyServer start|stop|restart | + | http:// |
</ | </ | ||
+ | |||
+ |