mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-12 22:24:59 +00:00
Save CDR to the file system
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<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="http://127.0.0.1/app/xml_cdr/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}"/>
|
||||
<!--<param name="cred" value="{v_user}:{v_pass}"/>-->
|
||||
|
||||
<!-- the total number of retries (not counting the first 'try') to post to webserver incase of failure -->
|
||||
<!-- <param name="retries" value="2"/> -->
|
||||
|
||||
Reference in New Issue
Block a user