vxi_installation_guide:dialer: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:dialer:start [2015/02/23 14:02] borjavxi_installation_guide:dialer:start [2015/02/23 14:13] borja
Line 7: Line 7:
  
 Dialer is an addon for VoiceXML Browser to provide automatic outbound dialing. Dialer is an addon for VoiceXML Browser to provide automatic outbound dialing.
-It uses the Asterisk Maneger Interface.+ 
 +Use root to install the packagesUnzip and untar the dialer package by using the command: 
 + 
 +<code> 
 +# tar xvzf dialer_Vx.x_date.tar.gz 
 +</code> 
 + 
 +Go to the directory of the dialer and then, type the following command. 
 + 
 +<code> 
 +# cd dialer_Vx.x_date 
 +# ./install.sh 
 +</code> 
 + 
 + 
 +===== Dialer configuration =====
  
   * The VXI license needs options **userevents=yes**   * The VXI license needs options **userevents=yes**
Line 25: Line 40:
 ... ...
 </code> </code>
 +
 +It uses the Asterisk Maneger Interface.
 +
 +To enable the dialer to connect to the Asterisk you need to setup the interface.
 +You can create a "Dialer" account to connect the Dialer application.
 +Edit /etc/asterisk/manager.conf and set :
 +
 +<code>
 +...
 +[general]
 +enabled = yes
 +port = 5038
 +bindaddr = 0.0.0.0
 +...
 +
 +...
 +[dialer]
 +secret = 1234
 +;deny=0.0.0.0/0.0.0.0
 +;permit=209.16.236.73/255.255.255.0
 +read = system,call,user,originate
 +write = system,call,user,originate
 +...
 +</code>
 +
 +
 ===== Dialer application ===== ===== Dialer application =====
  
Line 60: Line 101:
 </code> </code>
  
-==== Dialer commands ====+===== Dialer commands =====
  
 Purge and create a campaign named "campaign" : Purge and create a campaign named "campaign" :
Line 207: Line 248:
 </code> </code>
  
-===== Installation =====+===== Dialer Web interface =====
  
-==== Install from package ==== +Access to Dialer Web Control Panel at:
- +
-Use root to install the packages. Unzip the video package by using the command:+
  
 <code> <code>
-tar xvfz dialer_V0-0_2008-08-18_i386.tar.gz+http://yourserver/dialer/
 </code> </code>
- 
-Go to the directory of the video and type the following command: 
- 
-<code> 
-cd dialer_V0-0_2008-08-18 
-./install.sh 
-</code> 
- 
-==== Check Asterisk Setup ==== 
- 
-Stop and Restart Asterisk on your server using the commands: 
- 
-<code> 
-/etc/init.d/asterisk stop 
-/etc/init.d/asterisk start 
-asterisk -r 
-</code> 
- 
-To see the currently installed version of asterisk: 
- 
-<code> 
-CLI*> show version 
-</code> 
- 
-Access to Dialer at: 
- 
-<code> 
-/opt/dialer/ 
-</code> 
- 
-Access to Dialer Control Panel at: 
- 
-<code> 
-http://xxxxxxxx.i6net.org/dialer/ 
-</code> 
- 
-\\ 
  
  • vxi_installation_guide/dialer/start.txt
  • Last modified: 2018/10/02 22:00
  • by javier