search for: manager_user

Displaying 4 results from an estimated 4 matches for "manager_user".

2006 Feb 14
6
Multiple associations to the same class
Hi, I cannot seem to create associations like this: class Project < ActiveRecord::Base belongs_to :manager, :class_name => ''User'', :foreign_key => ''manager'' belongs_to :liaison, :class_name => ''User'', :foreign_key => ''liaison'' end p = Project.new p.manager => 1 trying to retrieve associated objects
2007 Mar 06
2
Manager.conf '127.0.0.1 unable to authenticate'
Every few seconds I get the following message: == Parsing '/etc/asterisk/manager.conf': Found == Connect attempt from '127.0.0.1' unable to authenticate I'm trying to track down where it's coming from. I've used TCPDUMP & NGREP to monitor 127.0.0.1, no data's flowing. I've tried loading Asterisk with no modules, tried loading with a naked
2004 Dec 03
1
FOP Asterisk Manager Login Failed?
....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 inbound ; flash connections web_ho...
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3368 - 12 msgs
...ntrol/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.168.0.1"; # must be the same address you...