<div dir="ltr">Hi<div>I&#39;m using this code in a loop:</div><div><br></div><div><div>session:execute(&quot;set&quot;,&quot;bypass_media=true&quot;);</div><div>session:execute(&quot;bridge&quot;,&quot;${lcr_auto_route}&quot;);</div>
<div><span class="" style="white-space:pre">                        </span></div><div>if session:getVariable(&quot;last_bridge_hangup_cause&quot;) == &quot;USER_BUSY&quot; then</div><div><span class="" style="white-space:pre">        </span>session:sayPhrase(&quot;voip_destination_busy&quot;,gender);</div>
<div>end</div><div><br></div><div>tryIn = session:playAndGetDigits(1,1,3,10000,&quot;#&quot;,&quot;phrase:voip_try_call_again:&quot;..gender,&quot;phrase:voip_no_input_entered:&quot;..gender,&quot;\\d+&quot;,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>