Chuck,

I've used Python to do some CDR work before.  My particular experience was
with Nortel M1 and Lucent/Avaya G3 ECS.

I haven't seen the Trixbox tool but it should be very possible to write an
app that takes those CDR files, does some field translation and inserts them
into a SQL Database.  If you're inserting them into a database, I don't see
why it couldn't be the one used by Trixbox.  The only issue would formatting
the fields correctly.  Another thing that can arise is the use of start and
stop records.  The M1 created two records (one start one stop) per call
whereas the Avaya only created one.  You might have some massaging to do in
order to make the two mesh well.

I'm sure just about any language would do but I used Python because it has
some nice high level string handling functions, it's readable and easy to
understand for the light weight programmers like me.

It's not a specific solution but I hope this makes the problem seem less
daunting.

Dave

On 8/9/07, Chuck Mariotti <[EMAIL PROTECTED]> wrote:
>
> Is there a freely available application that can digest CDR files from
> Nortel BCMs? Bell is telling the client that he has to spend thousands
> to get some basic reporting.
>
> It just needs to be basic, like the CDR reports in Trixbox would do.
> Heck, is there any way to import the CDR from BCMs into Trixbox!
>
> Any suggestions would be appreciated.
>
> Regards,
>
> Chuck
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to