The Recording step allows you to record an audio segment from the caller and return it as a Document object that can, for example, be uploaded as a spoken name, saved to disk or to a database, or e-mailed.
The system defines all recordings as Document objects with a RIFF header of type WAVE and encoded using G711 u-law format.
Even though it is saving the recording to a Document variable, the recording itself should be a .wav file in CCITT (u-law) 8-kHz, 8-bit, mono format. Mu-Law is the standard codec (compression/decompression) algorithm for pulse code modulation (PCM) from the Consultative Committee for International Telephone and Telegraph (CCITT).
This document should be able to help out.
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/user/guide/uccx70edgs.pdf
Page 156 (section 5-28) talks about the recording step.
Page 144 (section 5-16) talks about the u-law format
Please rate helpful posts by clicking the thumbs up!