Rev 1378 | 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';
// any local specific query
function BaseQuery()
{
return " (dstchannel is null or dstchannel != '')";
}
?>