Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1374 → Rev 1373

/asterisk-activecalls/trunk/activecalls.conf
0,0 → 1,20
%config = (
db_host => 'sun',
db_port => 5432,
db_name => 'asterisk',
db_user => 'activecalls',
db_password => 'X21VMTAgZwJBexHUTVzl887Odt1IK6cd',
db_table => 'activecalls',
db_seq => 'activecalls_acctid_seq',
db_connect_retries => 60,
db_connect_pause => 10, # seconds
 
ast_host => 'sip',
ast_port => 5038,
ast_user => 'activecalls',
ast_password => 'TVcIf3y6vftm6yWJsgOldFmYThvIL8Iy',
 
delete_on_hangup => 0,
);
 
1;