vxi_installation_guide:quickstart:start

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
vxi_installation_guide:quickstart:start [2015/02/06 21:18] borjavxi_installation_guide:quickstart:start [2017/07/31 16:17] (current) – ↷ Links adapted because of a move operation javier
Line 1: Line 1:
 ====== Quickstart ====== ====== Quickstart ======
  
-[[:vxi_installation_guide:start|Home]] >+[[vxi_installation_guide:start|Home]] >
  
 ===== Installation ===== ===== Installation =====
Line 9: Line 9:
 We provide a free and compiled Asterisk installation package. We provide a free and compiled Asterisk installation package.
  
-NOTE: 
  
 You can choose to install a standard Asterik package from any distribution. You can choose to install a standard Asterik package from any distribution.
Line 15: Line 14:
 In this case you can directly install the VoiceXML package. In this case you can directly install the VoiceXML package.
  
 +Use root to install the Asterisk PBX binaries.
 The install package contains a minimal amount of default configuration files to get started, and provides an efficient way to get your Asterisk system up and running. The install package contains a minimal amount of default configuration files to get started, and provides an efficient way to get your Asterisk system up and running.
  
Line 38: Line 38:
 </code> </code>
 ==== Install Asterisk with Dahdi support (optional) ==== ==== Install Asterisk with Dahdi support (optional) ====
- 
-NOTE: 
  
 If you don't use a TDM board, please skip this section. If you don't use a TDM board, please skip this section.
  
 +This section add Dahdi support to our Asterisk PBX binaries.
 +Use root to install Dahdi driver and Dahdi tools.
 If your system use a TDM card, you must install first Dadhi drivers to manage T1/E1 interface. The Dadhi drivers and tools should be compiled in the server. You need to install a building environment (compiler, binutils and kernel headers). For the Debian distribution, install the packages : linux-headers-`uname -r`, make, gcc. If your system use a TDM card, you must install first Dadhi drivers to manage T1/E1 interface. The Dadhi drivers and tools should be compiled in the server. You need to install a building environment (compiler, binutils and kernel headers). For the Debian distribution, install the packages : linux-headers-`uname -r`, make, gcc.
  
Line 190: Line 190:
 </code> </code>
  
-If detected, the package will install the FreePBX and Elastix modules.+NOTE : 
 + 
 +If detected, the package will install the **FreePBX** and **Elastix** modules.
 You will need to finish the VoiceXML FreePBX module manually. You will need to finish the VoiceXML FreePBX module manually.
-Enable unsigned application to avoid the message warning (for recent FreePBX versions). +   Enable unsigned application to avoid the message warning (for recent FreePBX versions). 
-Install the local module form the 'Admin modules'+   * Install the local module form the 'Admin modules'
  
 ===== Setup ===== ===== Setup =====
Line 227: Line 229:
 ==== Start VoiceXML browser deamon ==== ==== Start VoiceXML browser deamon ====
  
-The VoiceXML browser software is installed in /usr/sbin and /usr/lib/vxml. The VoiceXML browser setup script on Linux is /etc/vxmld.conf (older verions: /etc/init.d/openvxi). The vxml script calls the /usr/sbin/vxmld executable that is the VoiceXML browser engine. If the VoiceXML browser process dies, the Asterisk module can be configured to detect it and force the VoiceXML browser and the Asterisk to restart using the safe_asterisk script.+The VoiceXML browser software is installed in /usr/sbin and /usr/lib/openvxi. The VoiceXML browser setup script on Linux is /etc/init.d/openvxi. The vxml script calls the /usr/sbin/openvxi executable that is the VoiceXML browser engine. If the VoiceXML browser process dies, the Asterisk module can be configured to detect it and force the VoiceXML browser and the Asterisk to restart using the safe_asterisk script.
  
 <code> <code>
-# /etc/init.d/vxml start+# /etc/init.d/openvxi start
 </code> </code>
  
Line 236: Line 238:
  
 <code> <code>
-# /etc/init.d/vxml stop+# /etc/init.d/openvxi stop
 </code> </code>
  
  • vxi_installation_guide/quickstart/start.1423257500.txt.gz
  • Last modified: 2017/07/28 22:29
  • (external edit)