[Freeswitch-users] Javascript session Recording
Baskar
yudha2008 at gmail.com
Wed Jul 1 06:28:32 PDT 2009
*Hi,
I have configured outbound call through JavaScript it is working fine but i
want the conversation to be recorded .
Javascript:
sessionA = new Session("{ignore_early_media=true,
origination_uuid="+argv[0]+"}sofia/default/sip:"+argv[0]+"@
192.168.1.135:5066");
sessionB = new Session("sofia/internal/"+ argv[1] +"%192.168.1.77");
rtn = sessionA .recordFile("/tmp/"+ argv[0] +".wav", "", "", 400000000, 500,
3);
bridge(sessionA, sessionB);
i have 2 legs one is sessionA and sessionB
if i record the sessionA leg i get only the sessionA voice recorded. How
can i merge both the call (**sessionA and sessionB)** into single file.
can any one assist me to resolve this problem.
--
Thanks with Regards,
N.Baskar
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090701/e17294eb/attachment-0002.html
More information about the FreeSWITCH-users
mailing list