| 1 |
Flash Operator Panel frequently asked questions: |
|---|
| 2 |
------------------------------------------------ |
|---|
| 3 |
|
|---|
| 4 |
Q0: Do I have to run a webserver? |
|---|
| 5 |
|
|---|
| 6 |
A0: Yes, its a Flash applet, it works from a web browser. You can use apache |
|---|
| 7 |
or any other webserver you like. It was tested with Windows, Linux, and |
|---|
| 8 |
Mac browsers. Its truly multiplatform! |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
Q1: Do I need to install additional Perl modules to run op_server.pl? |
|---|
| 12 |
|
|---|
| 13 |
A1: No, it works without extra modules. |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
Q2: International characters are not displayed in button labels! Is it |
|---|
| 17 |
possible to use foreign characters? |
|---|
| 18 |
|
|---|
| 19 |
A2: Yes, its possible. The flash movie will display international |
|---|
| 20 |
characters if you encode the text with UTF-8. You can encode the files |
|---|
| 21 |
from the command line using vi: |
|---|
| 22 |
|
|---|
| 23 |
vi -c ":wq! ++enc=utf8" op_buttons.cfg |
|---|
| 24 |
|
|---|
| 25 |
There is a downside to this. If you originate calls from the panel, the |
|---|
| 26 |
caller id will be set with the utf8 label (ilegible characters in the |
|---|
| 27 |
clid) |
|---|
| 28 |
|
|---|
| 29 |
Q3: I do not want to mess with the caller id text and the asterisk database. |
|---|
| 30 |
Can I disable that feature? |
|---|
| 31 |
|
|---|
| 32 |
A3: Sure, just modify op_style.cfg and set the show_clid_info variable to 0 |
|---|
| 33 |
(zero). |
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
Q4: When I try to open the webpage, the browser hangs. Whats wrong? |
|---|
| 37 |
|
|---|
| 38 |
A4: The flash movie tries to read a file named 'variables.txt' that is |
|---|
| 39 |
generated by op_server.pl in the same directory where the .swf file |
|---|
| 40 |
lives. If this file is corrupted or incomplete, the flash movie might |
|---|
| 41 |
loop forever. Make sure you have the file in place. If its not there, |
|---|
| 42 |
you might have permissions problems or you forgot to run op_server.pl. |
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
Q5: I changed the style op_style.cfg, but when I reload the page I don't |
|---|
| 46 |
see the changes. What's up? |
|---|
| 47 |
|
|---|
| 48 |
A5: The flash movie requests the file variables.txt when it starts. If your |
|---|
| 49 |
browser caches that file, you won't see the changes you made unless you |
|---|
| 50 |
clear your browser cache, or maybe just requesting the variables.txt |
|---|
| 51 |
file and hitting reload a couple of times. |
|---|
| 52 |
|
|---|
| 53 |
Q6: I do not like editing a text file to change a visual layout! |
|---|
| 54 |
|
|---|
| 55 |
A6: Me neither, I dream of a visual layout configuration. But I do not have |
|---|
| 56 |
the time to make it happen. Maybe in the future. |
|---|
| 57 |
|
|---|
| 58 |
Q7: Where is the .fla file? |
|---|
| 59 |
|
|---|
| 60 |
A7: The flash client is done with MING: you will find the perl source for |
|---|
| 61 |
generating a working .swf client under ming-source. |
|---|
| 62 |
|
|---|
| 63 |
If you want the ancient .fla for the first versions, I will trade them |
|---|
| 64 |
for a new apple mac mini core duo or macbook pro. |
|---|
| 65 |
|
|---|