We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Recording playback with the <voice> tag

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
adriannaude
Posts: 34
Joined: Mon Nov 07, 2005 11:27 am
Location: United Kingdom

Recording playback with the <voice> tag

Post by adriannaude »

An interesting feature!

The following VXML works fine (where Report is a variable created by a record tag:

<record ....>
<filled>
<prompt>
"'you have just recorded'"
<value expr="Report"/>
</prompt>
</filled>

However, if you add <voice> tags the "you have just recorded" bit plays fine but the recorded audio doesn't.

<record ....>
<filled>
<prompt>
<voice name="charles">
"'you have just recorded'"
<value expr="Report"/>
</voice>
</prompt>
</filled>

The work-around is to seperate out the playback of the recording into a prompt that doesn't contain voice tags.

Had me puzzled for a while!

Adrian Naude

Post Reply