Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1386 → Rev 1387

/asterisk-stats/trunk/includes/config.php-dist
6,6 → 6,13
$db_password = 'password';
$db_database = 'asterisk';
 
$mgr_host = 'localhost';
$mgr_port = 5038;
$mgr_user = 'originator';
$mgr_password = 'password2';
$mgr_channel = 'SIP';
$mgr_context = 'default';
 
// any local specific query
function BaseQuery()
{