<div dir="ltr">Hi<div>trying below dialplan results in no audio:</div><div><font size="1"><extension name="DailyIVR" continue="false" uuid="d8037520-2a15-11ea-9a9f-9bf4580ab5b8"><br>      <condition field="destination_number" expression="^110$">                  <br>              <action application="answer" data=""/>                <br>              <action application="sleep" data="1000"/>                <br>           <action application="set" data="hangup_after_bridge=true"/><br>         <action application="set" data="ringback=local_stream://default"/><br>          <action application="set" data="transfer_ringback=local_stream://default"/><br>         <action application="set" data="ivr_menu_uuid=d8049250-2a15-11ea-9f14-1b8cf3ef5a32"/><br>               <action application="ivr" data="d8049250-2a15-11ea-9f14-1b8cf3ef5a32"/><br>             <action application="" data=""/><br>    </condition><br></extension></font><br></div><div><font size="1">but if I move <b>sleep before answer</b> everything works fine. Using tcpdump shows that when sleep is called after answer no rtp is established but if I move sleep before answer rtp is established</font></div><div><font size="1">I'm using freeswitch 1.8.7 on debian 8</font></div><div><font size="1">thanks</font></div></div>