Hi, I would like to record the both sides video on FreeSWITCH during the video call between two UAC. I would like to record each video call separately.<br>I have tried the mod_fsv by adding following configuration line:<br>
<br>&lt;action application=&quot;record_fsv&quot; data=&quot;$${base_dir}/recordings/video/${strftime(%Y-%m-%d-%H-%M-%S)}_$1_${caller_id_number}.fsv&quot;/&gt;<br><br>under the <br><br>&lt;extension name=&quot;Local_Extension&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[01][0-9])$&quot;&gt;<br><br>The problem is that after adding that now when I make a call to any extension I am automatically connected and the *.fsv file is being created.<br>
The party which I have called did not receive any incoming call.<br>It seems that I am getting automatically the connection to FreeSWITCH which is recording my video and not moving my call to the destination.<br><br>So i guess that is the idea of &quot;video recording&quot; whit mod_fsv? I am not able to achieve my goal?<br>