<div dir="ltr">Hi<div>I&#39;m using a simple extension to bridge and record calls to local extensions:</div><div><div>&lt;extension name=&quot;simple_bridge&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;(....)$&quot;&gt;<span class="gmail-Apple-tab-span" style="white-space:pre">        </span></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;recording_follow_transfer=false&quot;/&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;export&quot; data=&quot;RECORD_STEREO=false&quot;/&gt;<span class="gmail-Apple-tab-span" style="white-space:pre">                </span></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;action application=&quot;set&quot; data=&quot;current_record_path=$${base_dir}/recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav&quot;/&gt;<span class="gmail-Apple-tab-span" style="white-space:pre">                                </span></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;record_session&quot; data=&quot;${current_record_path}&quot;/&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;user/$1&quot;/&gt;<span class="gmail-Apple-tab-span" style="white-space:pre">                                </span></div><div>      &lt;/condition&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/extension&gt;</div></div><div><br></div><div>I need the recording to stop after each transfer, but after transfer, recording will not stop and there will be two recorded files and the first one records the second call too!</div></div>