Flash Operator Panel does not match the .cfg file

Hi,

My FOP panel on a laptop in the same network as my Asterisk server does start up when i point it at the IP-address of my Asterisk server via 192.xxx.xxx.xx. I get the screen as you can see attached: tinypic.com/edit.php?pic=11khywy&s=7

But the panel/image does not show or match anything i can see in the op-panel files in /usr/local/op-panel/op_panel-0.30/

My question: I don’t understand where the panel client gets its information (buttons. names) from. I need to solve this first before i start edeting extensions.conf, meetme.conf etc

The following actions work fine:

  • I can start my ./op_server.pl (because i see the FOP also starting then)
  • apache2 seems to be running “service apache2 start” gives: * Starting web server apache2 apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName httpd (pid 1716) already running [ OK ]
  • If i edit index.html in the /var/www/ directory it does also change the FOP. So that works ok.
  • If i edit op_style.cfg show_borders= from 0 to 1 then i see the change back on the FOP. So, that works too.

op_server.cfg looks as below: (without the extra tekst)
[general]
use_amportal_conf=0;
manager_host=192.168.0.11
manager_port=5038
manager_user=user
manager_secret=secret
auth_md5=1
flash_dir=/var/www
security_code=dkd4393kld
poll_interval=12000
poll_voicemail=0
kill_zombies=0
parkexten=700
parktimeout=30
etc etc

/etc/asterisk/manager.conf look as below:
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0

[user]
secret = secret
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

op_buttons.cfg
The first part of op_buttons.cfg is as follows:

[SIP/10] ; Channel name
Position=1 ; Button number in the console
Label=“10 Fax” ; Text label for the button
Extension=10 ; Extension to reach that channel
Context=sip ; Context where that extension is defined
Mailbox=10@sip ; The voicemail mailbox to monitor
Icon=1 ; There are 6 icons available
Url=http://www.asternic.org ; Optional, add link to button label
Target=_new ; Optional, open link in this target
No_Rectangle=0 ; Optional: If enabled, it will not draw the button
; rectangle, only the icons inside
Background=bg.jpg ; Optional: it will load that jpg as the button
; background. It should match the size as specified
; in op_style.cfg btn_width and btn_height.
VoiceMailExt=910@vm ; extension@context to use for transferring a call
; directly to voicemail
Privacy=false ; if set to true, it will hide callerid info for
; the button
GroupCount=1 ; Will show number of channels in use instead of clid
Astdbkey=10 ; If using astdb functions, enable it for this button
; using the key provided
SpyExt=20@spy

[SIP/1000]
Position=n ; Position ‘n’ will be the next available
Label=“X-Lite phone” ; %0a is the new line character
Extension=1000
Context=sip
Icon=1
Server=1 ; If you omit the Server, it will default to 1
etc etc