Subversion Repositories general

Rev

Rev 1383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1383 Rev 1387
Line 4... Line 4...
4
$db_host = 'localhost';
4
$db_host = 'localhost';
5
$db_user = 'astweb';
5
$db_user = 'astweb';
6
$db_password = 'password';
6
$db_password = 'password';
7
$db_database = 'asterisk';
7
$db_database = 'asterisk';
8
 
8
 
-
 
9
$mgr_host = 'localhost';
-
 
10
$mgr_port = 5038;
-
 
11
$mgr_user = 'originator';
-
 
12
$mgr_password = 'password2';
-
 
13
$mgr_channel = 'SIP';
-
 
14
$mgr_context = 'default';
-
 
15
 
9
// any local specific query
16
// any local specific query
10
function BaseQuery()
17
function BaseQuery()
11
{
18
{
12
	return " (dstchannel is null or dstchannel != '')";
19
	return " (dstchannel is null or dstchannel != '')";
13
}
20
}