Changeset 5 for trunk/README
- Timestamp:
- 03/14/07 20:12:29 (2 years ago)
- Files:
-
- trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r1 r5 68 68 (if you are reading this you probably already done that) 69 69 70 1) Copy the files in the 'flash' or 'dhtml' subdirectory to a suitable place70 2) Copy the files in the 'flash' or 'dhtml' subdirectory to a suitable place 71 71 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. 73 75 74 76 There are several ways (index files) to load the flash applet, try them 75 77 out. You can modify the file help-xx.html files to your liking. 76 78 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 83 3) Edit op_server.cfg and change the appropriate parameters for your setup. 78 84 79 85 "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) 81 88 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) 83 92 84 3) Edit op_buttons.cfg to suit your needs. The file is commented and its93 4) Edit op_buttons.cfg to suit your needs. The file is commented and its 85 94 self explanatory. 86 95 87 4) Edit op_style.cfg to suit your needs. You can change the button size and96 5) Edit op_style.cfg to suit your needs. You can change the button size and 88 97 colors, icon placement and size, etc. DO NOT modify the variable names, 89 98 just the value after the equal sign and DO NOT use spaces. With proper … … 122 131 ------- 123 132 124 The op_server.pl must run on the same computer as the web server 133 The op_server.pl must run on the same computer as the web server, but not 134 necesarily on the machine where asterisk is installed. 125 135 126 136 When started, it writes the file 'variables.txt' to the http directory where
