Changeset 5 for trunk/README

Show
Ignore:
Timestamp:
03/14/07 20:12:29 (2 years ago)
Author:
root
Message:

Update documentation. Make settext to be persistent overriding callerid values sent by regular states. Do not default to state up for events without state

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r1 r5  
    6868  (if you are reading this you probably already done that) 
    6969 
    70 1) Copy the files in the 'flash' or 'dhtml' subdirectory to a suitable place  
     702) Copy the files in the 'flash' or 'dhtml' subdirectory to a suitable place  
    7171   on your web server. If your web root is /var/www/html, you can create a  
    72    subdirectory 'panel' and copy the files there.  
     72   subdirectory 'panel' and copy the files there. The base files required 
     73   for the flash client are index.html and operator_panel.swf, you can also 
     74   copy the help files for your language. 
    7375 
    7476   There are several ways (index files) to load the flash applet, try them 
    7577   out. You can modify the file help-xx.html files to your liking. 
    7678 
    77 2) Edit op_server.cfg and change the appropriate parameters for your setup.  
     79   The dhtml panel allows you to use javascript/dhtml to desing your own 
     80   layout. But the client is limited to monitoring (you cannot perform 
     81   actions yet) 
     82 
     833) Edit op_server.cfg and change the appropriate parameters for your setup.  
    7884 
    7985   "flash_dir" parameter must be the exact location of the directory where 
    80    the html and swf files are placed. 
     86   the html and swf files are placed (where you copied the files from step 
     87   2 above) 
    8188 
    82     The rest of the parameters are well commented in the cfg file 
     89   The rest of the parameters are well commented in the cfg file, basically 
     90   you have to set the manager host, user and password. (Be sure to enable 
     91   the manager in /etc/asterisk/manager.conf) 
    8392 
    84 3) Edit op_buttons.cfg to suit your needs. The file is commented and its 
     934) Edit op_buttons.cfg to suit your needs. The file is commented and its 
    8594   self explanatory. 
    8695 
    87 4) Edit op_style.cfg to suit your needs. You can change the button size and 
     965) Edit op_style.cfg to suit your needs. You can change the button size and 
    8897   colors, icon placement and size, etc. DO NOT modify the variable names, 
    8998   just the value after the equal sign and DO NOT use spaces. With proper 
     
    122131------- 
    123132 
    124 The op_server.pl must run on the same computer as the web server 
     133The op_server.pl must run on the same computer as the web server, but not 
     134necesarily on the machine where asterisk is installed. 
    125135 
    126136When started, it writes the file 'variables.txt' to the http directory where