cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
515
Views
4
Helpful
3
Replies

Record Element Fails - G711alaw - IOS VB

Gerry O'Rourke
Spotlight
Spotlight

When using a CVP Call Studio application with the 'Record' or 'Record with confirm' I get a bad fetch error.

This only occurs if I am using alaw and not ulaw.

CVP version: CVP11.5(1) ES=8 Build=75

I can confirm that if a convert all audio to ulaw and change codec assignment on the dial-peer to g711ulaw that the app works OK.

I can also confirm that this app seems to work 100% OK on alaw when using the VVB - which does not make 100% sense to me!

Anyone have any ideas?

Note: Similar / same issue as outlined here

https://supportforums.cisco.com/discussion/10423121/cvp-record-step

I have also tried with IOS version: c2900-universalk9-mz.SPA.156-2.T2.bin

The current IOS version is c2900-universalk9-mz.SPA.155-3.M5.bin

===CVP VXML log Extract===

172.30.2.41.1496935802446.102.RecordPrompts,06/08/2017 16:30:45.272,Record_With_Confirm_01,enter,

172.30.2.41.1496935802446.102.RecordPrompts,06/08/2017 16:30:45.272,Record_With_Confirm_01,interaction,audio_group,record_initial_audio_group

172.30.2.41.1496935802446.102.RecordPrompts,06/08/2017 16:30:51.600,Record_With_Confirm_01,element,hotevent,Hotevent_bad_fetch

172.30.2.41.1496935802446.102.RecordPrompts,06/08/2017 16:30:51.600,Record_With_Confirm_01,exit,

========================

===IOS Config Extract===

!

dial-peer voice 111111 voip

description CVP SIP Comprehensive dial-peer

service bootstrap

destination-pattern 1300$

session protocol sipv2

session target ipv4:172.30.2.41

incoming called-number 7777777777T

voice-class sip rel1xx disable

dtmf-relay rtp-nte h245-signal h245-alphanumeric

codec g711alaw

no vad

!

=====================

Gerry

1 Accepted Solution

Accepted Solutions

ptindall
Cisco Employee
Cisco Employee

Gerry,

What do you have in the element settings?   I assume you have mime type set to audio/wav;codec=g711alaw.

View solution in original post

3 Replies 3

ptindall
Cisco Employee
Cisco Employee

Gerry,

What do you have in the element settings?   I assume you have mime type set to audio/wav;codec=g711alaw.

Paul,

Many thanks. You assumed wrong! I didn't have that set.

That is working now with those settings.

I owe you a beer!

Settings

----------------------------------------------------

FileType=other

MIME Type=audio/wav;codec=g711alaw

----------------------------------------------------

Any ideas on why the application works OK with the default setting of FileType=wav when using the VVB (and using g711alaw)?

Gerry

Gerry,

It's just a different VB with its own specific implementation of Record VoiceXML element attributes, presumably simplified to default to whatever the one globally configured codec option is.

Have credited the beer account, thanks.

Paul