AppendCDRUserField( )


AppendCDRUserField( ) Appends a value to the user field of the Call Detail Record

 AppendCDRUserField(   value   ) 

Appends value to the user field of the Call Detail Record (CDR). The user field is often used to store arbitrary data about the call, which may not be appropriate for any of the other fields.

Always returns .

 ; set the user field to 'abcde'     exten => 123,1,SetCDRUserField(abcde)     ; now append 'xyz'  exten => 123,1,AppendCDRUserField(xyz)  

See Also

SetCDRUserField( ) , ForkCDR( ) , NoCDR( ) , ResetCDR( )



Asterisk. The Future of Telephony
Asterisk: The Future of Telephony: The Future of Telephony
ISBN: B0026OR3OO
EAN: N/A
Year: 2001
Pages: 380

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net