" /> Composer Record timeout property variable - Genesys CTI User Forum

Author Topic: Composer Record timeout property variable  (Read 1453 times)

Offline ricardo.sosa

  • Newbie
  • *
  • Posts: 16
  • Karma: 2
Composer Record timeout property variable
« on: December 18, 2020, 08:52:16 AM »
Advertisement
Hello,

In a node Record in Composer, is there a way to set a variable timeout?

Same for "Final Silence", "Max Duration", "Min Duration"... I guess it would work the same way, if it is possible.

Thank you.

Offline ricardo.sosa

  • Newbie
  • *
  • Posts: 16
  • Karma: 2
Re: Composer Record timeout property variable
« Reply #1 on: December 22, 2020, 11:50:48 AM »
Replying to myself to add new possibilities:

What about vxml? Is there a way to set timeout to a record from a variable?

Thank you again.

Marked as best answer by ricardo.sosa on January 13, 2021, 10:44:15 PM

Offline ricardo.sosa

  • Newbie
  • *
  • Posts: 16
  • Karma: 2
Re: Composer Record timeout property variable
« Reply #2 on: January 13, 2021, 08:43:49 AM »
My solution:
- I have created a subflow with a record node (and a couple assign to pass back the result of the record in case of exceptions).
- Passed in and out the parameters that I need.
- Generated vxml.
- Copy this file to a jsp file.
- Received the param for timeout (and rest of times)
- Substitute actual values in record attributes for the params received.
- Main.vxml is calling this new jsp file as a subdialog.

I hope that this helps.  :)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Composer Record timeout property variable
« Reply #3 on: January 13, 2021, 03:02:27 PM »
Thanks for sharing your solution  8) ;D