This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ------------------------------------------------------------------------------- */ $configd = "/etc/config.d/asterisk"; $spooldir = "/var/spool/asterisk/"; $callerlog = "/var/log/asterisk/cdr-csv/Master.csv"; $docroot = "/usr/local/asterisk_webinterface/htdocs"; $url = "https://".$_SERVER["HTTP_HOST"]; $tapi_host = 'localhost'; $tapi_port = '5038'; $tapi_user = "web"; $tapi_pass = ""; define("DIR_INCOMING", 0); define("DIR_OUTGOING", 1); ?>