gregor at infomedia.si Guest
|
Posted: Fri Oct 14, 2022 6:38 pm Post subject: [Freeswitch-users] Milion dollar question about CDR |
|
|
Hi!
We are using xml_cdr to process and save CDRS.
But somehow process_cdr variable is broken with the latest version. I have the following scenario:
process_cdr=true (so that both legs are posted to cdr URL)
continue_on_fail
bridge to gateway 1
continue_on_fail
bridge to gateway 2
If first gateway fails FS goes to second one. Everything works ok. But only last cdr for gateway 2 is posted. Also only one callflow in XML. This worked fine. It used to post 2 xmls for everytime FS goes out to gateway.
But now I have to fake enterprise originate that I get 2 cdrs. I append :_: on the end of the bridge. So, bottom line, without enterprise originate, only one XML and only last cdr, with fake enterprise originate 2 cdrs for both calls out to gateways
Anyone noticed this behaviour, any advice? |
|