<HTML><BODY>Hi, all.<br><br>Next configuration:<br>"<br>&lt;extension name="record_3..16_digits" continue="true"&gt;<br>&lt;condition field="${is_already_recording}" expression="^$"/&gt;<br>&lt;condition field="destination_number" expression="^(\d{3,16})$"&gt;<br>&lt;action application="set" data="RECORD_TITLE=Recording ${caller_id_name} ${caller_id_number} to ${destination_number} at ${strftime(%Y-%m-%d %H:%M)}"/&gt;<br>&lt;action application="set" data="RECORD_COPYRIGHT=(c) 2013"/&gt;<br>&lt;action application="set" data="RECORD_SOFTWARE=FreeSwitch"/&gt;<br>&lt;action application="set" data="RECORD_ARTIST=FreeSwitch"/&gt;<br>&lt;action application="set" data="RECORD_COMMENT=FreeSwitch"/&gt;<br>&lt;action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/&gt;<br>&lt;action application="set" data="RECORD_STEREO=true"/&gt;<br>&lt;action application="export" data="ignore_early_media=true"/&gt;<br>&lt;action application="export" data="execute_on_answer=record_session $${base_dir}/recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_${caller_id_name}_${caller_id_number}_2_${destination_number}.wav"/&gt;<br>&lt;action application="export" data="is_already_recording=true"/&gt;<br>&lt;/condition&gt;<br>&lt;/extension&gt;<br>"<br>results in some <span>an incomprehensible</span> <span>result. C<span>onversation b</span><span>eing recorded</span> <span>twice in</span> <span>the same file. <span>The first</span> <span>recording of the conversation</span> <span>played</span> <span>accelerated. <span>The second</span> <span>recorded conversation</span> <span>played</span> <span>at normal speed.<span><span><br><br></span></span></span></span></span></span><span><span>The replacement of <br>&lt;action application="export" data="execute_on_answer=record_session $${base_dir}/recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_${caller_id_name}_${caller_id_number}_2_${destination_number}.wav"/&gt;<br></span><span>to the following</span> <span>solved the problem</span></span><span>:<br></span>&lt;action application="set" data="media_bug_answer_req=true"/&gt;<br>&lt;action application="record_session" data="$${base_dir}/recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_${caller_id_name}_${caller_id_number}_2_${destination_number}.wav"/&gt;<br><br>Both these examples are from [<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session" target="_blank" originurl1361777368="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session" originurl1361865049="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session"><font color="#0066cc">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session</font></a>].<br><span>So</span> <span>what is the difference</span> <span>between these options?<br></span><br>Thanks for help.<br><br><br>With best regards, Shumaev DA, KBR Ltd.</BODY></HTML>