Subversion Repositories general

Rev

Rev 1383 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

$db_type = 'PGSQL';
$db_host = 'localhost';
$db_user = 'astweb';
$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()
{
        return " (dstchannel is null or dstchannel != '')";
}

?>