" /> Record Block on GVP - Genesys CTI User Forum

Author Topic: Record Block on GVP  (Read 3487 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Record Block on GVP
« on: April 11, 2008, 05:38:36 PM »
Advertisement
Hi guys,
A customer is asking for GVP to record 2 voice files (name + email, address + id) and then I send them to an email.
I know GVP Studio has a block for recording, but never used it. Can I accomplish this task with it? How do i specify the name of the file or it is random?
Thanks

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Record Block on GVP
« Reply #1 on: April 11, 2008, 07:56:36 PM »
GVP produces Record.jsp(asp) and Capture.jsp(asp).
These files might give you the clues.

Offline Keith

  • Newbie
  • *
  • Posts: 7
  • Karma: 2
Re: Record Block on GVP
« Reply #2 on: April 14, 2008, 06:57:17 AM »
You can call recording(voice recording) by using the record block.

The basics are random, but can appoint the name of the audio file by using a variable.


<Studio Help>
Recording Filename
The file name for the saved recording can be one of the following types:

Default (Random) —A unique random file name is generated for each recording.

Add prefix to default—You can specify a prefix to be added to the default name that is generated for the recording. This can be a static value that you enter in the Specify prefix for the file name box, or it can be a dynamic value coming from a global application variable that you selected from the drop-down list.

Use Specified —You can specify the actual name for the recorded audio file. This can be a static value that you enter in the Specify the file name box,  or it can be a dynamic value coming from a global application variable that you selected from the drop-down list.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Record Block on GVP
« Reply #3 on: April 14, 2008, 02:16:59 PM »
Yes I have been reading the help file and see I can try it, however I can't be 100% sure until I have it on my hands.
Thanks a lot :)