J jdumais New Member Jul 6, 2025 5 0 1 44 Yesterday at 1:06 AM #1 Where do I find the B leg records? I'm trying to do up some stats for the Call Centers with selectable dates / times
Where do I find the B leg records? I'm trying to do up some stats for the Call Centers with selectable dates / times
M markjcrane Well-Known Member Staff member Jul 22, 2018 747 289 63 51 Today at 1:51 AM #2 You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. <param name="log-b-leg" value="true"/> Click to expand... After that, run the following commands reloadxml reload mod_xml_cdr Click to expand... In FusionPBX there is a permission for you need the permission to show it in the interface xml_cdr_b_leg Click to expand...
You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. <param name="log-b-leg" value="true"/> Click to expand... After that, run the following commands reloadxml reload mod_xml_cdr Click to expand... In FusionPBX there is a permission for you need the permission to show it in the interface xml_cdr_b_leg Click to expand...
J jdumais New Member Jul 6, 2025 5 0 1 44 Today at 2:37 PM #3 markjcrane said: You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. After that, run the following commands In FusionPBX there is a permission for you need the permission to show it in the interface Click to expand... Thank you Mark.
markjcrane said: You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. After that, run the following commands In FusionPBX there is a permission for you need the permission to show it in the interface Click to expand... Thank you Mark.
J jdumais New Member Jul 6, 2025 5 0 1 44 Today at 8:42 PM #4 markjcrane said: You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. After that, run the following commands In FusionPBX there is a permission for you need the permission to show it in the interface Click to expand... Hello Mark, I now see the B legs in the CDR records, thank you. However, I am only seeing answered calls. What I am trying to do is count the number of times calls were offered to an agent, but not answered.
markjcrane said: You have to go into /etc/freeswitch/autoload_configs/xml_cdr.conf.xml Then you would need to enable this setting. After that, run the following commands In FusionPBX there is a permission for you need the permission to show it in the interface Click to expand... Hello Mark, I now see the B legs in the CDR records, thank you. However, I am only seeing answered calls. What I am trying to do is count the number of times calls were offered to an agent, but not answered.