[Freeswitch-users] CDR for Failed Calls

tina at a2unlimited.com tina at a2unlimited.com
Thu Nov 12 13:19:26 PST 2009


I am using xml_cdr to generate CDR results from FreeSWITCH servers, and
I've noticed that failed call attempts are not showing up in the results.

Whereas the failed attempt is showing up in the Master.csv file.
For example, I've initiated some outbound calls that show up in the
Master.csv as "RECOVERY_ON_TIMER_EXPIRE", but there is not record from the
xml_cdr process.

Is there a parameter that can be adjusted in xml_cdr.conf.xml that enables
the submission of CDR data for failed calls?

------------------
Here is my current xml_cdr.conf.xml configuration:

<configuration name="xml_cdr.conf" description="XML CDR CURL logger">

  <settings>

    <param name="url" value="http://x.x.x/xyz.exe"/>
    <param name="log-dir" value=""/>
    <param name="prefix-a-leg" value="true"/>
    <param name="encode" value="true"/>

  </settings>

</configuration>

------------------







More information about the FreeSWITCH-users mailing list