vms.php 518 Bytes
Newer Older
Kulya's avatar
Kulya committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php

return [
	"password" => "mteam",
	"port" => "8021",
	"host" => "127.0.0.1",
	"rooms_path" => '/usr/local/freeswitch/conf/dialplan/vmajlis/',
	"users_path" => '/usr/local/freeswitch/conf/directory/vmajlis/',
	"profiles_path" => '/usr/local/freeswitch/conf/vmajlis_profiles/',
	"layouts_path" => '/usr/local/freeswitch/conf/vmajlis_layouts/',
	"videos_path" => dirname(__DIR__).'/videos/',
	"records_path" => '/recordings/',
	"webinar_client_numbers" => array(4100,4499),
	"webinar_numbers" => array(8900,8999)
];