<div dir="ltr"><div>Hi users.<br><br></div><div>I am trying to play caller a file before dialing callee. I used the makeann from rtpproxy to pre encode a  wav file didyou8r1c.wav(mono, 16bit, 8k), which gave didyou8r1c.wav.0 and didyou8r1c.wav.8. <br><br>Both files are located in /opt/test/ directory. My invite block is given below. <br><br>if (has_body(&quot;application/sdp&quot;)) {<br>                         if (rtpproxy_offer())<br>                                t_on_reply(&quot;1&quot;);<br>                                xlog(&quot;Trying to Play Caller file&quot;);<br>                                rtpproxy_stream2uac(&quot;/opt/test/didyou8r1c&quot;, &quot;-1&quot;);<br>        }<br><br></div><div>But i see this error in rtpproxy logs. <br><br>Jan  4 04:07:08 66-226-76-150 rtpproxy[3977]: INFO:GLOBAL:handle_command: play request failed: session ZjU2NDU4Y2M1ODJlYjVmZjNmODY4MGI2MmU5ZTNkZjI., tags 253e361d;1/NONE not found<br><br></div><div>I hope someone can help me in figuring out what i am doing wrong. <br></div><div><br></div><div>Best Regards.<br></div></div>