Displaying 3 results from an estimated 3 matches for "manager_host".
2005 Aug 29
1
Call waiting setup/Confenencing problems in AAH
...r status. Sometime accessing with IP
seems to work and it shows current line status etc. Sometimes accessing
with hostname of the asterisk server seems to show lines, but it doesn't
show off hook etc when we pickup a extension and talk.
In /var/www/html/panel/op_server.cfg I have tried setting manager_host
to all possible values.
127.0.0.1 and its own ip address or its hostname. I have tried to reload
with asterisk -rx reload, and also a system reboot, none help to get FOP
working properly.
2. Call waiting. - Does the default configuration disable call waiting?
I remembered with the same setup when...
2004 Dec 03
1
FOP Asterisk Manager Login Failed?
....com
[user]
secret = usersecret
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
----------------------------
and the beginning part of my op_server.cfg:
----------------------------
[general]
manager_host=asterisk.rosecompanies.com ; host or ip address of
asterisk
manager_user=user ; user for connecting
to * manager
manager_secret=usersecret ; secret for *
manager
listen_port=4445 ; port to listen for
i...
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3368 - 12 msgs
...o
here,restarted asterisk and /var/www/html/control/op_server.p and
pointed my browser to 192.168.0.1/wtf and wtf it worked,now Im not
talking about the transfer and hangup??
here is my conf
##########################################
# CONFIGURATION
#
# parameters to connect to Asterisk Manager
my $manager_host = "192.168.0.1";
my $manager_user = "altus";
my $manager_secret = "altus";
#
# parameters for the op_server
my $web_hostname = "192.1...