[Freeswitch-users] Recording each leg of a conference call separately

Bob Hartwig bobjectsfreeswitch at gmail.com
Tue Mar 1 19:24:51 MSK 2016


How would you synchronize the tracks, especially if the conferees arrive at
different times?


On Tue, Mar 1, 2016 at 3:15 AM, Delvin Varghese <delvin.friends at gmail.com>
wrote:

> I have considered using sox to split the audio, but that is a very last
> resort i want to consider… Trying to build a quality system where the user
> can chose which participant(s) to have in the final audio recording… So we
> don’t want everyone in a conference to be heard in the final audio file..
>
> @Michael, i will try out the RECORD_WRITE_ONLY and READ_ONLY variables to
> see what i can do with it!
>
> Thanks,
>
> Delvin
>
> On 29 Feb 2016, at 23:29, freeswitch-users-request at lists.freeswitch.org
> wrote:
>
> Send FreeSWITCH-users mailing list submissions to
> freeswitch-users at lists.freeswitch.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> or, via email, send a message with subject or body 'help' to
> freeswitch-users-request at lists.freeswitch.org
>
> You can reach the person managing the list at
> freeswitch-users-owner at lists.freeswitch.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FreeSWITCH-users digest..."
> Today's Topics:
>
>   1. Re: Recording each leg of a conference call separately
>      (Michael Collins)
>   2. Re: File not found (Michael Collins)
>   3. Re: originate and valet_park (Michael Collins)
>   4. Re: originate and valet_park (Gregor Nanger)
>
> *From: *Michael Collins <msc at freeswitch.org>
> *Subject: **Re: [Freeswitch-users] Recording each leg of a conference
> call separately*
> *Date: *29 February 2016 at 22:24:44 GMT
> *To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> *Reply-To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>
>
> I would test drive this channel var on each leg's dialplan where you do
> the recording:
>
> https://freeswitch.org/confluence/display/FREESWITCH/Variables#Variables-RECORD_WRITE_ONLY
>
> Don't forget about its counterpart RECORD_READ_ONLY.
>
> Let us know if one of those works for you.
>
> -MC
>
> On Mon, Feb 29, 2016 at 10:46 AM, Delvin Varghese <
> delvin.friends at gmail.com> wrote:
>
>> Hi all,
>>
>> I am familiar with the record and record_session commands in freeswitch
>> to initiate recordings, and also using ESL.. But is there a way to record
>> ONLY the speech from one device at a time in separate recordings? The way i
>> am envisioning is that if there are 9 different devices involved in a
>> conference call, that at the end of it I would be able to access 9
>> recordings (each containing only the outbound voice from that device)…
>>
>> Is this possible? What are people’s thoughts?
>>
>> Delvin
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
>
>
>
> *From: *Michael Collins <msc at freeswitch.org>
> *Subject: **Re: [Freeswitch-users] File not found*
> *Date: *29 February 2016 at 23:11:58 GMT
> *To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> *Reply-To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>
>
> It's unlikely that you're missing a setting. I was not able to duplicate
> this on latest git. I would get a second system up and running in a lab
> environment with 1.6.6 (current release). See if you can reproduce the
> symptoms and take it from there.
>
> -MC
>
> On Sun, Feb 28, 2016 at 8:54 PM, Vishal Sharma <
> vishal.sharma at knowlarity.com> wrote:
>
>> Hi,
>> I am using FS 1.6.5, when FS tries to play a file
>> (/doesnotexist/srv/sounds/automation/media-sec.mp3) which doesn't exist on
>> file system, it takes 20 seconds for it to respond that file is not present
>> and dead air is played during this time.
>>
>>
>>
>> On FS 1.4 and 1.2, it used to respond instantly.
>>
>> Am i missing some setting ...
>>
>> Regards,
>> Vishal Sharma
>>
>> SuperReceptionist is now available on Android mobiles. Track your
>> business on the go with call analytics, recordings, insights and more: Download
>> the app here
>> <https://play.google.com/store/apps/details?id=com.superreceptionist>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
>
> *From: *Michael Collins <msc at freeswitch.org>
> *Subject: **Re: [Freeswitch-users] originate and valet_park*
> *Date: *29 February 2016 at 23:19:14 GMT
> *To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> *Reply-To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>
>
> FWIW, this syntax worked for me:
>
> originate user/1000 &valet_park('mylot 5555')
>
> -MC
>
> On Sat, Feb 27, 2016 at 7:34 AM, Gregor Nanger <gregor at infomedia.si>
> wrote:
>
>> Is it possible to originate call and after answer park it in valet? I
>> tried something like:
>> originate user/1000 &valet_park mylot 5555
>>
>> Extension rings and after pickup call is disconnected.
>>
>> Please for hint how to correctly format command or how to achive such
>> scenario in different way.
>>
>> Best regards, Gregor
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
>
> *From: *Gregor Nanger <gregor at infomedia.si>
> *Subject: **Re: [Freeswitch-users] originate and valet_park*
> *Date: *29 February 2016 at 23:28:23 GMT
> *To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> *Reply-To: *FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>
>
> And the Oscar goes to Michael :-)
>
> Thank you, it works for me too.
>
> 2016-03-01 0:19 GMT+01:00 Michael Collins <msc at freeswitch.org>:
>
>> FWIW, this syntax worked for me:
>>
>> originate user/1000 &valet_park('mylot 5555')
>>
>> -MC
>>
>> On Sat, Feb 27, 2016 at 7:34 AM, Gregor Nanger <gregor at infomedia.si>
>> wrote:
>>
>>> Is it possible to originate call and after answer park it in valet? I
>>> tried something like:
>>> originate user/1000 &valet_park mylot 5555
>>>
>>> Extension rings and after pickup call is disconnected.
>>>
>>> Please for hint how to correctly format command or how to achive such
>>> scenario in different way.
>>>
>>> Best regards, Gregor
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
> Gregor Nanger
>
> *CTO*
> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485
> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia
> • www.infomedia.si
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160301/9f259b19/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list