Inter-domain calls and CDR

rajahgroup

New Member
Apr 12, 2025
7
0
1
27
Hello,

I have users on FusionPBX on different domains that regularly dial each other, instead of the call being routed externally.

I'm noticing that the CDR only logs calls on the incoming side domain, and the caller domain wouldn't have any record of that call.

Is there any way to get the calls to show on the CDR of both domains?
 
Hello,

I have users on FusionPBX on different domains that regularly dial each other, instead of the call being routed externally.

I'm noticing that the CDR only logs calls on the incoming side domain, and the caller domain wouldn't have any record of that call.

Is there any way to get the calls to show on the CDR of both domains?
Yes, but you need both A-leg and B-leg CDR logging, and each leg must have the correct domain_uuid. Usually this means enabling B-leg CDR logging and checking the dialplan/CDR variables

nano /etc/freeswitch/autoload_configs/xml_cdr.conf.xml
set True : <param name="log-b-leg" value="true"/>
and
2. Enable B-leg in FusionPBX Default Settings
Advanced → Default Settings
call_log_enabled : true
 
There is a way with more code changes.

I have a solution planned for this, but it is not implemented yet.
 
There is a way with more code changes.

I have a solution planned for this, but it is not implemented yet.
I would also be keen for this Mark as we deal with inter domain calling. Ourselves and our customers dont like not seeing the calls logged on both sides. :)