<HTML><BODY>Hello world)<BR><BR>I have session recording extension:<BR>&nbsp;&lt;!-- eavesdrop --&gt;<BR>&nbsp;&lt;extension name="record_3..16_digits" continue="true"&gt;<BR>&nbsp;&nbsp; &lt;condition field="is_already_recording" expression!="^true$"/&gt;<BR>&nbsp;&nbsp; &lt;condition field="destination_number" expression="^(\d{3,16})$"&gt;<BR>&nbsp;&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>&nbsp;&lt;action application="set" data="RECORD_COPYRIGHT=(c) 2013"/&gt;<BR>&nbsp;&lt;action application="set" data="RECORD_SOFTWARE=FreeSwitch"/&gt;<BR>&nbsp;&lt;action application="set" data="RECORD_ARTIST=FreeSwitch"/&gt;<BR>&nbsp;&lt;action application="set" data="RECORD_COMMENT=FreeSwitch"/&gt;<BR>&nbsp;&lt;action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/&gt;<BR>&nbsp;&lt;action application="set" data="RECORD_STEREO=true"/&gt;<BR>&nbsp;&lt;action application="set" data="recording_follow_transfer=true"/&gt;-<BR>&nbsp;&lt;action application="export" data="ignore_early_media=true"/&gt;<BR>&nbsp;&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;&nbsp;&nbsp;&lt;!-- ///execute_on_media --&gt;<BR>&nbsp;&lt;!-- Against repeated execution of condition --&gt;<BR>&nbsp;&lt;action application="set" data="is_already_recording=true"/&gt;<BR>&nbsp;&lt;action application="export" data="is_already_recording=true"/&gt;<BR>&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;<BR>in the very beginnin of my dialplan. But there are some (IVRs with transfer)&nbsp;and (Group number with loopback) in my dialplan. So recording extension is hited multiple times and as a result I have several files with the "same" recorded session (IVR, Group number, Answered subscriber).<BR><BR>What should I do to prohibit repeated hits of "record_3..16_digits" extension?</BODY></HTML>