<div>Hi, </div>
<div> </div>
<div>I would like to know if the following scenario is possible with Freeswitch:</div>
<div> </div>
<div>A connection is established between two endpoints ( soft phones). On one end, someone presses *1, a BEEP that indicates the beginning of recording is heard, and then Freeswitch starts to record. I can get recording to work with the following line from wiki:</div>
<div> </div>
<div><action application="bind_meta_app" data="2 a s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/></div>
<div> </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. </div>
<div> </div>
<div>How can I change the dialplan to do that?</div>
<div> </div>
<div>Thanks in advance for all your help.</div>
<div> </div>
<div>Woody<br></div>