yudha2008 at gmail.com Guest
|
Posted: Wed Jul 01, 2009 8:31 am Post subject: [Freeswitch-users] Javascript session Recording |
|
|
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
|
|