[asterisk-users] What's diff between ${CDR(start)} , ${CDR(answer)} , ${CDR(calldate)}

Tilghman Lesher tlesher at digium.com
Fri Jun 18 10:56:33 CDT 2010


On Friday 18 June 2010 03:21:32 Zhang Shukun wrote:
> hi,all
>    for a long time, i cant understand the difference between
> ${CDR(calldate)} and ${CDR(start)} , ${CDR(answer)}
>
> i know ${CDR(start)} mean when a call is start. and  ${CDR(answer)}
> means when a call was pick up.
>
> but what's  ${CDR(calldate)} mean?

It could mean whatever you want.  CDRs (at least the internal representation)
have support for arbitrary additional variables.  Whether a particular backend
has support to carry those over into permanent storage is another question
(in 1.6.2, most CDR backends have it, as long as the underlying table has a
column to receive the data).

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list