Koozali.org: home of the SME Server

FOP on an external IP

Offline Teviot

  • *
  • 610
  • +0/-0
FOP on an external IP
« on: May 31, 2010, 05:28:16 AM »
Hi All

I can't seem to get the FOP on an external IP. I have a SAIL pxb setup in the work office and would like to access and use the FOP at home.

I have looked at the manager.conf file in the  HEADER section. But I still can't get it to work. Any ideas?

Code: [Select]
[general]
enabled=yes
port=5038
bindaddr=127.0.0.1
displayconnects=yes
[fop]
secret=asterisk
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.0/255.255.255.0
permit=xxx.xxx.xxx.xxx/255.255.255.255
;
;writetimeout=100
;
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
[remote_mgr]
secret=password
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
;
;writetimeout=100
;
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
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: FOP on an external IP
« Reply #1 on: May 31, 2010, 02:08:19 PM »
bindaddr=127.0.0.1

;bindaddr=127.0.0.1


Try that

Oh - and you'll probabaly need to forward 5038 to the asterisk box also.

Kind REgards

S

Offline Teviot

  • *
  • 610
  • +0/-0
Re: FOP on an external IP
« Reply #2 on: June 02, 2010, 04:53:10 PM »
S

Tried your suggestion.  Didn't work. But then I do it in a hurry.  Will have another go later when i have more time and let you know how I go.
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.