asterisk-queue-manager/config.php.dist

17 lines
274 B
Plaintext

<?php
// See README.md for asterisk ami configuration
$ami_host = '127.0.0.1';
$ami_port = '5038';
$ami_user = 'user';
$ami_pass = 'pass';
$queue_name = 'warteschlange';
// Locales are in locale folder
$lang = "en";
// Styles are in css folder
$style = "gideonstar";
?>