User Tools

Site Tools


voice:pbx:freepbx:freepbx_isymphony

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 and you have a Small VA vPBX, disable it. 
 + 
 +:!: iSymphony requires firewall (TCP) ports 50000 and 50003 to be open. 
 + 
 +**Demo Video**: https://vimeo.com/177601725 
 + 
 +**FreePBX Module Documentation**: http://docs.getisymphony.com/display/ISYMDOCS/FreePBX+Module+Administration
  
 **Home Page**: http://www.getisymphony.com **Home Page**: http://www.getisymphony.com
  
-**Pricing**: http://www.getisymphony.com/subscribe/+**Pricing**: http://www.getisymphony.com/purchase/
  
 **Forums**: https://www.getisymphony.com/forum/ **Forums**: https://www.getisymphony.com/forum/
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/en/download/linux_manual.jsp?locale=en +:!: iSymphony is enabled by default Disable it to save resources.
- +
-Download the **Linux x64 RPM**:+
  
 <file> <file>
-wget -O jre-7u40-linux-x64.rpm http://javadl.sun.com/webapps/download/AutoDL?BundleId=80804 +chkconfig iSymphonyServerV3 off 
- +service iSymphonyServerV3 stop
-yum localinstall jre-7u40-linux-x64.rpm +
- +
-java -version+
 </file> </file>
  
-===== Installation ===== +===== Enable iSymphony =====
- +
-:!: iSymphony requires firewall (TCP) ports 50000 and 50003 to be open.+
  
 <file> <file>
-rpm -Uvh http://www.getisymphony.com/downloads/2.8.0_4295/iSymphonyServer-2.8.0_4295-1.noarch.rpm+chkconfig iSymphonyServerV3 on 
 +service iSymphonyServerV3 start
 </file> </file>
  
-===== FreePBX Configuration =====+===== Administration =====
  
-**Admin -> Module Admin -> Extended -> Check Online**+:!: Use your PBX admin username and password for the initial login.
  
-Install **Asterisk API**.+**FreePBX -> Admin -> iSymphony**
  
-Download the FreePBX module from the iSymphony download page.+<file> 
 +http://pbxip.or.host.name:58080/administrator/admin 
 +</file>
  
-**Admin -> Module Admin -> Upload Modules**+===== Client =====
  
-and upload the FreePBX iSymphony module you just downloaded.+:!: Use your extension number and extension password for the initial login.
  
-Go to **Local Module Administration**  and install the uploaded module.+:!: You can then use the User Management module for username and password maintenance thereafter.
  
-Don't forget to **Apply Configuration**. +**FreePBX -> Admin -> User Management**
- +
-Then **Admin -> iSymphony** +
- +
-===== iSymphony Services =====+
  
 <file> <file>
-service iSymphonyServer start|stop|restart+http://pbxip.or.host.name:58080/client/client
 </file> </file>
 +
 +
voice/pbx/freepbx/freepbx_isymphony.1381091119.txt.gz · Last modified: 2013/10/06 14:25 by gcooper