mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-11 13:44:58 +00:00
Default the xml cdr HTTP POST to 127.0.0.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
|
||||
<settings>
|
||||
<!-- the url to post to if blank web posting is disabled -->
|
||||
<param name="url" value="{v_http_protocol}://{domain_name}{v_project_path}/app/xml_cdr/v_xml_cdr_import.php"/>
|
||||
<param name="url" value="http://127.0.0.1/app/xml_cdr/xml_cdr_import.php"/>
|
||||
|
||||
<!-- optional: credentials to send to web server -->
|
||||
<param name="cred" value="{v_user}:{v_pass}"/>
|
||||
|
||||
Reference in New Issue
Block a user