cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
1
Helpful
4
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Janine Graves on 23-06-2011 07:28:35 PM
Hi,
Now that G729 is supported with CVP, is it possible to use the Studio Record element to create G729 recordings?
In the past, the dial peer on the gateway had to be configured for code G711 only, not voice class 1, if that dialed number was taking recordings. Is this still the case?
Thanks, Janine
 
Comments
fabien_damien
Level 1
Level 1

Hello Janine,

so the record element would not work with G729 codec?

i have tried it in my lab and it's not working.

Looking forward to hearing from you.

regards.

janinegraves
Spotlight
Spotlight

As far as I know, the VXML gateway throws an error and will only record

with g711.

ptindall
Cisco Employee
Cisco Employee

Configure your record element settings in accordance with the element config example XML below.  Key thing is to select file type "other" and then append the codec to mime type.

<configuration class="com.audium.server.voiceElement.record.MRecord" serial="0000">

<setting name="noinput_timeout">5s</setting>

<setting name="max_noinput_count">3</setting>

<setting name="start_with_beep">true</setting>

<setting name="terminate_on_dtmf">true</setting>

<setting name="keep_recording_on_hangup">false</setting>

<setting name="max_record_time">15s</setting>

<setting name="final_silence">4s</setting>

<setting name="file_type">other</setting>

<setting name="mime_type">audio/wav;codec=g729r8</setting>

<setting name="extension">.g729.wav</setting>

<setting name="path">C:\Cisco\CVP\VXMLServer\Tomcat\webapps\CVP\recordings</setting>

<audio_group bargein="true" count="1" name="initial_audio_group">

<audio name="g729prompt" src="test.g729.wav" use_default_path="true"/>

</audio_group>

</configuration>

fabien_damien
Level 1
Level 1

Thank you! that solved my problem.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links