Composer Record timeout property variable

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.

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.

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. :slight_smile:

Thanks for sharing your solution 8) ;D