<div dir="ltr">Using httapi, the code below plays the beep BUT will not begin the recording until I press the terminator key, * in this case. How can I make it start recording right away and have * terminate the recording?<div><br></div><div><div>&lt;document type=&quot;text/freeswitch-httapi&quot;&gt;</div><div>&lt;work&gt;</div><div>&lt;speak name=&quot;speak&quot; loop=&quot;1&quot; engine=&quot;flite&quot; voice=&quot;kal&quot; text=&quot;Please leave a message after the beep.&quot; language=&quot;en&quot;&gt;&lt;/speak&gt;</div><div>&lt;execute application=&quot;playback&quot; data=&quot;tone_stream://%(100,15000,800);loops=-1&quot;/&gt;</div><div>&lt;execute action=&quot;redacted&quot;</div><div>application=&quot;record&quot;</div><div>data=&quot;/usr/share/freeswitch/htdocs/recordings/z0jnu8h6-898958.wav 25 20&quot;</div><div>data=&quot;RECORD_STEREO=true&quot;</div><div>data=&quot;playback_terminators=*&quot;&gt;</div><div>&lt;/execute&gt;</div><div>&lt;/work&gt;</div><div>&lt;/document&gt;</div></div><div><br></div></div>