Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: Teviot on May 31, 2010, 05:28:16 AM

Title: FOP on an external IP
Post by: Teviot 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
Title: Re: FOP on an external IP
Post by: SARK devs 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
Title: Re: FOP on an external IP
Post by: Teviot 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.