<div dir="ltr"><div>Sorry again for the delayed reply - okay, this makes a bit more sense.</div><div><br>Can you please try the following on your dialplan;</div><div><a href="https://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session#Continue_recording_on_transfer">https://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session#Continue_recording_on_transfer</a></div>
<div>&lt;action application=&quot;set&quot; data=&quot;recording_follow_transfer=false&quot;/&gt;</div><div><div><div><br></div></div></div><div>Apparently setting that to false will stop the call recording after a transfer - which is the behavior I think you are looking for.</div>
<div><br></div><div>Please let me know if I have misinterpreted your problem.</div><div><br></div><div>Cal</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 5:31 PM, Mimiko <span dir="ltr">&lt;<a href="mailto:vbvbrj@gmail.com" target="_blank">vbvbrj@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On <a href="tel:26.09.2013%2018" value="+12609201318">26.09.2013 18</a>:02, Cal Leeming [Simplicity Media Ltd] wrote:<br>

&gt;  From what I can tell, you initially had a question about recording both<br>
&gt; call queues, for which Regis then gave you an answer.<br>
<br>
</div>Yes, I want to record both calls in two queues to different files for<br>
same initial member after a transfer from first queue to second. I<br>
tested Regis suggestion and it works the same as callcenter&#39;s internal<br>
recording template. I suppose callcenter module uses same record_session<br>
function inside.<br>
<br>
But the recording stops only after a hangup from both parties. In case<br>
of call transfer, only B-Leg hangs-up. A-Leg will get to second queue<br>
and will listen to moh sound while waiting in queue. In mean time, the<br>
record_session function didn&#39;t stop to record, as there is still A-Leg<br>
in system.<br>
<br>
Looking on callcenter&#39;s variables got initialized, I thought<br>
cc_record_filename might contain the path to the recorded file not only<br>
when member is bridged to an agent, but also after the agent transferred<br>
the member to other number. So, some testing approved my thoughts.<br>
<br>
That is. When agent transfer the member, in the dialplan of transferred<br>
to extension I just check cc_record_filename for non empty string, and<br>
if it is not empty I use stop_record_session application with this<br>
variable as the path to tell FS to stop recording current session. Then<br>
I send the member to the second queue of the callcenter, where there is<br>
another path defined for recording the conversation with the agent.<br>
<br>
Initially I thought that when a member leaves callcenter application,<br>
then recording defined in the callcenter application will end<br>
automatically. But this didn&#39;t happen. Although this type of behave is<br>
desired to continue on recording the session when transferring to some<br>
regular extension.<br>
<br>
Cal, sorry for my bad writing in English. I hope I explained my scope of<br>
the problem.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Mimiko desu.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>