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