Vadim Burcheganov | Hi I want to pass attr maxtime as variable in my vxml script: <var name="dur"/> <form id="transfer" scope="document"> <block> <assign name="dur" expr="1000"/> <log expr=" '****** maxtime as: ' + dur"/> </block> <transfer name="mycall" bridge="true" dest="tel:+2385839" maxtime="dur"> <filled> <log expr=" '****** Duration of call is:' + mycall$.duration"/> </filled> </transfer> but debug gives out an error: at line 13: <duration> attribute with invalid value (dur) when i used attr maxtimeexpr="dur" a transfer successful, but debug output gives: at line 13: : <transfer maxtimeexpr> Unknown attlist and call duration not limited: name=mycall URI(abs):tel:+2385839 scheme=tel path=+2385839 bridge=1 connecttimeout=0 maxtime=0 My ios version 12.4(11)XW7. How can i limit maxtime using a variable? |
| Please sign in to flag this as inappropriate. |