Hello,

When using cdr_odbc, it is stored as a numeric value (cdr->disposition =
numeric).

I've looked in cdr.h, causes.h and still can't find where a 4 would be
defined.  Looking in cdr_odbc.c, I see that's it is using cdr->disposition
which is a numeric value.
 
--
Richard Cook
[EMAIL PROTECTED]
Tel: 705-497-9320 - ext 2010
 
 

-----Original Message-----
From: Matthew Boehm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 23, 2004 3:26 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] CDR (cdr_odbc)

asterisk/include/asterisk/cdr.h

#define AST_CDR_NOANSWER
#define AST_CDR_BUSY
#define AST_CDR_ANSWERED
#define AST_CDR_FAILED

Got 1100 calls in my cdr and only have these 3:

NO ANSWER
ANSWERED
BUSY

disposition isn't stored as a number in cdr_mysql

Matthew

----- Original Message -----
From: "Richard Cook" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<[EMAIL PROTECTED]>
Sent: Thursday, September 23, 2004 2:07 PM
Subject: [Asterisk-Users] CDR (cdr_odbc)


> Hello,
>
> I've perused through the source but can't seem to find it.
>
> In my CDR table (MySQL), I'm getting a disposition of 4 for normal,
answered
> calls.  Does anyone know what that number represents and where I can find
a
> list?
>
> --
> Richard Cook
> [EMAIL PROTECTED]
> Tel: 705-497-9320 - ext 2010
>
>


----------------------------------------------------------------------------
----


> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to