Save CDR to the file system
This commit is contained in:
parent
2a54aa025c
commit
8ee8e30b31
|
|
@ -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"/> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue