Hi<div>I want to play a file before bridging a call in mod_managed and I&#39;m using execute_on_answer to begin the recording so I can not use it again</div><div>and I&#39;m using this code:</div><div><div>Session.Execute(&quot;Playback&quot;,m_readyPrompt);</div>
<div>Session.SetVariable(&quot;ringback&quot;, Session.GetVariable(&quot;us_ring&quot;));                //I&#39;ve tested this before and after exec of playback but no change</div><div>Session.Execute(&quot;bridge&quot;, string.Format(&quot;sofia/internal/{0}%{1}&quot;, op, Session.GetVariable(&quot;domain&quot;)));</div>
<div><br></div><div>but no ring back is played</div><div>Thanks</div></div>