<div dir="ltr">Hi<div>I'm using this code in a loop:</div><div><br></div><div><div>session:execute("set","bypass_media=true");</div><div>session:execute("bridge","${lcr_auto_route}");</div>
<div><span class="" style="white-space:pre">                        </span></div><div>if session:getVariable("last_bridge_hangup_cause") == "USER_BUSY" then</div><div><span class="" style="white-space:pre">        </span>session:sayPhrase("voip_destination_busy",gender);</div>
<div>end</div><div><br></div><div>tryIn = session:playAndGetDigits(1,1,3,10000,"#","phrase:voip_try_call_again:"..gender,"phrase:voip_no_input_entered:"..gender,"\\d+",10000);</div>
</div><div><br></div><div>but after the bridge ends, playAndGetDigists is not able to playback the phrase and so returns immediately.</div><div><br></div><div>thanks</div></div>