Koozali.org: home of the SME Server

Asterisk Flash Operator Panel

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #15 on: December 19, 2008, 09:12:31 AM »
Hi S

I'm having another look at this.  What I meant in earlier post was all I get is the red flashing dots.  The system doesn't appear to accept any passwords at all

Code: [Select]
[root@sail ~]# /etc/init.d/fop status
op_server.pl (pid 9414) is running...
[root@sail ~]#

I think with this one for me particularly we should take this one step at a time which unfortunately could be very time consuming given the time between posts.
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: Asterisk Flash Operator Panel
« Reply #16 on: December 20, 2008, 03:39:53 AM »
What I meant in earlier post was all I get is the red flashing dots. 

If all you see is flashing dots, this means that the FOP isn't working correctly and the most common cause I have seen is that tcp port 4445 is closed.
In life, you must either "Push, Pull or Get out of the way!"

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #17 on: December 20, 2008, 04:34:52 AM »
Ok ... to fix my problem with the FOP, what steps do I need to take?
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: Asterisk Flash Operator Panel
« Reply #18 on: December 20, 2008, 06:48:51 AM »
I'm not sure as I don't run sail.  I'll just take a guess here, let's start with the output of:

Code: [Select]
config show asterisk
config show sark
config show sail
In life, you must either "Push, Pull or Get out of the way!"

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Asterisk Flash Operator Panel
« Reply #19 on: December 20, 2008, 12:48:26 PM »
OK....  FOP.

check that you have permissions set correctly in the manager interface...

Code: [Select]
[general]
enabled=yes
port=5038
;bindaddr=127.0.0.1
displayconnects=yes
[fop]
secret=xxxxxxxx
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user

The system default for the manager interface is to only allow comms from the localhost (bindaddr).  However, in the above example we widen this to allow coms from the local sub-net.  You might need to widen this still further if you are attempting to communicate from a different subnet or external IP. 

   

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #20 on: December 21, 2008, 01:59:05 AM »
Hi Guys

done all the above with the following result.

Code: [Select]
[root@sail ~]# config show asterisk
asterisk=service
    UDPPorts=4569,5060,10000:20000
    status=disabled
[root@sail ~]# config show sark
sark=service
    UDPPorts=4569,5060,10000:20000
    status=enabled
[root@sail ~]# config show sail
[root@sail ~]# /etc/init.d/fop status               
op_server.pl (pid 12725) is running...
[root@sail ~]# /etc/init.d/fop stop 
Shutting down Flash Operator Panel:                        [  OK  ]
[root@sail ~]# /etc/init.d/fop start
Starting Flash Operator Panel:                             [  OK  ]
[root@sail ~]#

and my manager.conf is as follows

Code: [Select]
[general]
enabled=yes
port=5038
bindaddr=127.0.0.1
displayconnects=yes
[fop]
secret=XXXXXXXX
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.76.1/255.255.255.0;
;
;writetimeout=100
;
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user

Still have the falsing red dots and the system doesn't appear to accept any password including those in the global setting tab.


Where or what should I be looking for now?
« Last Edit: December 21, 2008, 08:32:45 AM by teviot »
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Asterisk Flash Operator Panel
« Reply #21 on: December 21, 2008, 02:48:59 AM »
you should comment out the bindaddr in manager.conf.  Place a semicolon at the beginning of the line.

 
« Last Edit: December 21, 2008, 02:51:04 AM by selintra »

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #22 on: December 21, 2008, 10:06:20 AM »
S

Done that with no change fo FOP
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Asterisk Flash Operator Panel
« Reply #23 on: December 21, 2008, 12:37:38 PM »
I'm assumimg you restarted asterisk and fop after the change


which release of sail do you have?

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #24 on: December 22, 2008, 10:44:04 AM »
S

Yeap ... with no change. I was fortunate to have a power blackout around the same time I as I was working on this problem and I also rebooted the machine
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Asterisk Flash Operator Panel
« Reply #25 on: December 22, 2008, 10:48:05 AM »
and the release?

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #26 on: December 22, 2008, 10:50:54 AM »
S this may be a silly question ... how do I find that?

I did install from an iso burnt to a cd of 7.3
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Asterisk Flash Operator Panel
« Reply #27 on: December 22, 2008, 11:09:05 AM »
SAIL release is printed at top of globals panel

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Asterisk Flash Operator Panel
« Reply #28 on: December 22, 2008, 11:16:41 AM »
Or from the command line:

Code: [Select]
rpm -q sail

From my (updated) test VM:

Code: [Select]
[root@herodotus ~]# rpm -q sail
sail-2.2.1-684
[root@herodotus ~]#

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Asterisk Flash Operator Panel
« Reply #29 on: December 22, 2008, 11:21:06 AM »
The version I am using is:- Version: sail-2.2.1-617
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.