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>

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




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to