Appends a string to the user field in the CDR.
AppendCDRUserField(string)
Hängt den übergebenen String an das CDR-User-Feld an.
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'AppendCDRUserField' =-
[Synopsis]
Append to the CDR user field
[Description]
[Synopsis]
AppendCDRUserField(value)
[Description]
AppendCDRUserField(value): Append value to the CDR user field
The Call Data Record (CDR) user field is an extra field you
can use for data not stored anywhere else in the record.
CDR records can be used for billing or storing other arbitrary da
ta
(I.E. telephone survey responses)
Also see SetCDRUserField().
diff output to internal help in Asterisk 1.2: - none - |
|
|
|
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"); Use
the |
See also.
the section called “CDR()”