<b><span style="color: rgb(255, 0, 0);">Hi,</span><br style="color: rgb(255, 0, 0);"><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">I have configured outbound call through JavaScript it is working fine but i want the conversation to be recorded .</span><br style="color: rgb(255, 0, 0);">
<br style="color: rgb(255, 0, 0);"><span style="color: rgb(153, 0, 0);"><span style="color: rgb(255, 0, 0);">Javascript:</span><br><br style="color: rgb(51, 51, 255);"></span><span style="color: rgb(51, 51, 255);">sessionA = new Session(&quot;{ignore_early_media=true, origination_uuid=&quot;+argv[0]+&quot;}sofia/default/sip:&quot;+argv[0]+&quot;@<a href="http://192.168.1.135:5066">192.168.1.135:5066</a>&quot;);</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">sessionB = new Session(&quot;sofia/internal/&quot;+ argv[1] +&quot;%192.168.1.77&quot;);</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">rtn = sessionA .recordFile(&quot;/tmp/&quot;+ argv[0] +&quot;.wav&quot;, &quot;&quot;, &quot;&quot;, 400000000, 500, 3);</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">bridge(sessionA, sessionB);</span><br style="color: rgb(0, 0, 153);"><br><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">i have 2 legs one is sessionA and sessionB </span><br style="color: rgb(255, 0, 0);">
<br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">if i record the sessionA  leg i get only the sessionA voice recorded. How can i merge both the call (</span></b><b><span style="color: rgb(255, 0, 0);">sessionA and sessionB)</span></b><b><span style="color: rgb(255, 0, 0);">  into single file.<br>
<br>can any one assist me to resolve this problem.<br style="color: rgb(255, 0, 0);"></span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">-- </span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">Thanks with Regards,</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">N.Baskar</span><br style="color: rgb(255, 0, 0);"><br></b>