Note: This function is depricated. It has been replaced by Set(CDR(userfield)=Value).
Synopsis
AppendCDRUserField(Value)
Documentation
AppendCDRUserField appends data to the CDR, Call Data Record, user field. CDR records are used for billing.
Though it is not mentioned in the internal help, this application is deprecated. The source code gives a hint:
ast_log(LOG_WARNING, “AppendCDRUserField is deprecated. Please use CDR(userfield) instead.\n”);
Hence: Use Set(CDR(userfield)=Value) instead.
Return value
Always returns 0
See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ