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
Next revisionBoth sides next revision
vxi_installation_guide:quickstart:start [2014/02/16 19:28] – [Installation] ivanvxi_installation_guide:quickstart:start [2015/01/23 22:08] – Remplace openvxi par vxml borja
Line 39: Line 39:
     * Asterisk 1.8 Vxi 6.X, 7.X, 8.X packages (stable)     * Asterisk 1.8 Vxi 6.X, 7.X, 8.X packages (stable)
  
-==== Install Dahdi (only for TDM boards) ====+==== Install Dahdi (optional) ====
  
-The last Asterisk releases now support Dadhi driver.+If you don't use a TDM board, please skip this section.
  
-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.
  
 Example: Example:
Line 172: Line 172:
 Remember that, the Dahdi module loading is disabled in the I6NET packaged Asterisk version. Disable the noload in the /etc/asterisk/modules.conf. Remember that, the Dahdi module loading is disabled in the I6NET packaged Asterisk version. Disable the noload in the /etc/asterisk/modules.conf.
  
-===== Install Video (only for Video IVR=====+==== Install Video (optional) ====
  
 To use any video 3G-324m features, your system must have a TDM card. You don't need install this package, if you are going to use your system only for voice services. To use any video 3G-324m features, your system must have a TDM card. You don't need install this package, if you are going to use your system only for voice services.
Line 185: Line 185:
 </code> </code>
  
-==== Install Vxi (Mandatory) ====+==== Install VoiceXML ====
  
-Use root to install Vxi VoiceXML browser for Asterik.+Use root to install Vxi*, the VoiceXML browser for Asterik.
  
-Unzip and untar the openvxi package by using the command:+Unzip and untar the VoiceXML package by using the command:
  
 <code> <code>
Line 195: Line 195:
 </code> </code>
  
-Go to the directory of the openvxi and type the following command.+Go to the directory of the vxml package and type the following command.
  
 <code> <code>
 # cd vxml_VX.X_date # cd vxml_VX.X_date
 # ./install.sh # ./install.sh
-</code> 
- 
-NOTE: 
- 
-Vxi is now using new libraries and compiler version, before installing the VoiceXML browser please check your Operating Systems has the a GCC3 o GCC4 libraries environment : 
- 
-<code> 
-Vxi 1.4 is build with GCC3.3 / libstdc++5 
-Vxi 1.5, 2.X, 3.X, 4.X, 5.X, 6.X are build with GCC4 / libstdc++6 
 </code> </code>
 ===== Setup ===== ===== Setup =====
Line 240: Line 231:
 </code> </code>
  
-==== Start Vxi deamon ====+==== Start VoiceXML deamon ====
  
-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 openvxi script calls the /usr/sbin/safe_openvxi executable that functions as a monitor and auto-loader for your VoiceXML browser system. This safe_openvxi starts VoiceXML browser and monitors it to make sure it is still running. If the VoiceXML browser process dies, the script will attempt to restart it.+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.
  
 <code> <code>
-# /etc/init.d/openvxi start+# /etc/init.d/vxml start
 </code> </code>
  
-To stop the VXI* deamon:+To stop the VoiceXML deamon:
  
 <code> <code>
-# /etc/init.d/openvxi stop+# /etc/init.d/vxml stop
 </code> </code>
  
  • vxi_installation_guide/quickstart/start.txt
  • Last modified: 2017/07/31 16:17
  • by javier