J jdumais New Member Jul 6, 2025 5 0 1 44 Feb 25, 2026 #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 750 291 63 51 Feb 26, 2026 #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... Reactions: babak
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 Feb 26, 2026 #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 Feb 26, 2026 #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.
P pbxgeek Active Member Jan 19, 2021 711 210 43 39 Feb 27, 2026 #5 @jdumais Freeswitch generates a separate CDR for each attempt. You need to find and count those.