<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("{ignore_early_media=true, origination_uuid="+argv[0]+"}sofia/default/sip:"+argv[0]+"@<a href="http://192.168.1.135:5066">192.168.1.135:5066</a>");</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">sessionB = new Session("sofia/internal/"+ argv[1] +"%192.168.1.77");</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">rtn = sessionA .recordFile("/tmp/"+ argv[0] +".wav", "", "", 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>