[Freeswitch-users] Call accounting not working as expected
Michael Collins
msc at freeswitch.org
Wed Feb 11 17:09:59 PST 2009
> It is kind of being processed, the account code is being set, XML cdr's are
> created and are correct, but csv cdr's for the account code are not
>
>
>
> Caller ID is not being set in the A leg but is in the B Leg
DING DING DING!!! We have a weener!
Okay, that was the key piece of info. Most likely you are logging only
the A leg in the CSV CDRs. Go to
conf/autoload_configs/cdr_csv.conf.xml and look for these two lines:
<!-- may be a b or ab -->
<param name="legs" value="a"/>
Most likely you need to use "b" or "ab" depending on your scenario.
Try it each way and see how you like the results, then please report
back.
Thanks!
-MC
More information about the FreeSWITCH-users
mailing list