Softswitch config.php

From Initech Technical Wiki
Revision as of 22:46, 18 October 2019 by Timprice (talk | contribs) (Created page with "This config file is needed by the clickhouse-cdr-import.php script. Customise it to your environment. <pre> <?php $curl_timeout=5; $api_host="http://10.0.0.1"; $api_user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This config file is needed by the clickhouse-cdr-import.php script. Customise it to your environment.

<?php
$curl_timeout=5;
$api_host="http://10.0.0.1";
$api_username="username";
$api_password="password";
?>