DID and Recorded files link in CD report Freepbx 2.9?

Hi everybody in this great forum,
I m working with pbxinaflash distri (Asterisk 1.8.21.0 and Freepbx 2.9.0.12).
I find this combination very stable and working properly.
In CDR reports, is there a possibility to show :

  • DID for each inbound call
  • Link to recorded call stored in /var/spool/asterisk/monitor

I have already tested to integrate thoses solutions via Freepbx (admin modules):

-> source : http://www.freepbx.org/forum/freepbx/beta-program-issues/beta-testers-wanted-for-new-cdr-report-tool-updated
Just a note for anyone testing this that wants to see the DID field actually populated. For now you can add a context at the bottom of /etc/asterisk/extensions_custom.conf
[custom-from-trunk-did]
exten => _X!,1,Set(CDR(did)=${EXTEN})
exten => _X!,n,Goto(from-trunk,${EXTEN},1)
exten => h,1,Macro(hangupcall,)

Then in any trunk that handles incoming calls, set the context statement to context=custom-from-trunk-did (assuming the statement was originally context=from-trunk).


with no success !.

Any other proposition or how tu customize it to feet my needs ??.

Thanks

This is a very convoluted solution. Our suggestion would be to update to 2.10 or 2.11 FreePBX