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:30] – [Install Vxi (Mandatory)] ivanvxi_installation_guide:quickstart:start [2015/02/03 21:15] – [Install VoiceXML] 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) ==== 
  
-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.+==== Install VoiceXML browser ====
  
-<code> +Use root to install Vxi*, the VoiceXML browser for Asterik.
-# tar xvzf video_VX-X_date.tar.gz +
-</code>+
  
-<code> +Unzip and untar the VoiceXML package by using the command:
-# cd video_VX-X_date +
-# ./install.sh +
-</code> +
- +
-==== Install Vxi Binary Package ==== +
- +
-Use root to install Vxi VoiceXML browser for Asterik. +
- +
-Unzip and untar the openvxi package by using the command:+
  
 <code> <code>
Line 195: Line 183:
 </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>
Line 201: Line 189:
 # ./install.sh # ./install.sh
 </code> </code>
 +
 +If you want to directly start Asterisk :
 +- Start the VoiceXML browser /etc/init.d/vxml start
 +- Restart the Asterisk or load manually the app_vxml module with "CLI> module load app_vxml.so" 
 +
 ===== Setup ===== ===== Setup =====
  
Line 231: Line 224:
 </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