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 [2014/08/19 14:58]
gcooper
voice:pbx:freepbx:freepbx_isymphony [2016/08/08 09:15] (current)
gcooper
Line 3: Line 3:
 :!: This software requires Oracle Java and thus significant resources.  Assign at least 1GB of RAM to the PBX virtual machine (Medium). :!: This software requires Oracle Java and thus significant resources.  Assign at least 1GB of RAM to the PBX virtual machine (Medium).
  
-:!: iSymphony is pre-installed in the FreePBX Distro.+:!: 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.+:!: If you don't plan to use iSymphony and you have a Small VA vPBX, disable it.
  
-===== Disable iSymphony =====+:!: iSymphony requires firewall (TCP) ports 50000 and 50003 to be open.
  
-:!iSymphony is enabled by default.  Disable it to save resources. +**Demo Video**https://vimeo.com/177601725
- +
-<file> +
-chkconfig iSymphonyServerV3 off +
-service iSymphonyServerV3 stop +
-</file> +
- +
-===== Enable iSymphony ===== +
- +
-<file> +
-chkconfig iSymphonyServerV3 on +
-service iSymphonyServerV3 start +
-</file>+
  
 **FreePBX Module Documentation**: http://docs.getisymphony.com/display/ISYMDOCS/FreePBX+Module+Administration **FreePBX Module Documentation**: http://docs.getisymphony.com/display/ISYMDOCS/FreePBX+Module+Administration
Line 27: Line 15:
 **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 39: 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. +
- +
-**Admin -> Module Admin -> Upload Modules** +
- +
-and upload the FreePBX iSymphony module you just downloaded. +
- +
-Go to **Local Module Administration**  and install the uploaded module. +
- +
-Don't forget to **Apply Configuration**. +
- +
-Then **Admin -> iSymphony** +
- +
-===== iSymphony Services =====+
  
 <file> <file>
-service iSymphonyServer start|stop|restart+http://pbxip.or.host.name:58080/administrator/admin
 </file> </file>
  
-===== Using iSymphony =====+===== Client =====
  
-:!: You need Oracle Java installed on the client workstation.+:!: Use your extension number and extension password for the initial login.
  
-==== Client Installation ====+:!: You can then use the User Management module for username and password maintenance thereafter.
  
-Execute the installer:+**FreePBX -> Admin -> User Management**
  
 <file> <file>
-http://<ip-of-pbx>:50003/launch.jnlp+http://pbxip.or.host.name:58080/client/client
 </file> </file>
  
-==== Administration ==== 
  
-:!: The default administrative username and password is **admin** and **secret**. 
- 
-In iSymphony: **Tools -> Preferences -> Administration Login** 
- 
-  * Host -> Your PBX IP 
-  * Username -> admin 
-  * Password -> secret 
- 
-==== Users ==== 
- 
-FIXME Not done yet. 
- 
-:!: The user username and password is **extension number** and **???**. 
- 
-==== Troubleshooting ==== 
- 
-http://www.getisymphony.com/forum/viewtopic.php?f=3&t=233 
- 
-<file> 
-cat /etc/asterisk/manager_additional.conf 
-</file> 
voice/pbx/freepbx/freepbx_isymphony.1408481904.txt.gz · Last modified: 2014/08/19 14:58 by gcooper