<div>Hi, </div>
<div>&nbsp;</div>
<div>I would like to know if the following scenario is possible with Freeswitch:</div>
<div>&nbsp;</div>
<div>A connection is established between two endpoints ( soft phones).&nbsp; On one end, someone presses *1, a BEEP that indicates the beginning of recording is heard, and then Freeswitch starts to record.&nbsp; I can get recording to work with the following line from wiki:</div>

<div>&nbsp;</div>
<div>&lt;action application=&quot;bind_meta_app&quot; data=&quot;2 a s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;</div>
<div>&nbsp;</div>
<div>In order to generate the BEEP tone, I would need the bin_meta_app to execute two actions, one to gnerate the BEEP and the other to recrod.&nbsp; </div>
<div>&nbsp;</div>
<div>How can I change the dialplan to do that?</div>
<div>&nbsp;</div>
<div>Thanks in advance for all your help.</div>
<div>&nbsp;</div>
<div>Woody<br></div>