[Freeswitch-users] Auto-record works in fs_cli but doesn't work in conference.xml

Brian West brian at freeswitch.org
Fri Apr 4 18:43:07 MSD 2014


I’m guessing you are expecting it to start recording when one person exists in the conference?

	int min_recording_participants = 2;

        /* Start auto recording if there's the minimum number of required participants. */
        if (conference->auto_record && !conference->auto_recording && (conference->count >= conference->min_recording_participants)) {


Which leads me to this option in your conference profile min-required-recording-participants, set it to 1 if you wish it to start when only one person exists. 

--
Brian West
brian at freeswitch.org
FreeSWITCH Solutions, LLC
PO BOX 2531
Brookfield, WI 53008-2531
Twitter: @FreeSWITCH , @briankwest
http://www.freeswitchbook.com
http://www.freeswitchcookbook.com

T: +1.918.420.9001  |  F: +1.918.420.9002  |  M: +1.918.424.WEST
iNUM: +883 5100 1420 9001
ISN: 410*543
Skype:briankwest
PGP Key: http://www.bkw.org/key.txt (AB93356707C76CED)













On Apr 4, 2014, at 9:33 AM, Jenny Davis <jennyjean75 at gmail.com> wrote:

> No I wish it was that simple. It works in fs_cli so I am really stumped. Thought maybe I was putting it in the wrong spot? In wideband profile in conference.xml?
> On Apr 4, 2014 7:31 AM, "Jenny Davis" <jennyjean75 at gmail.com> wrote:
> >
> > Anyone know what could be the issue? Please?
> >
> >
> > On Thu, Apr 3, 2014 at 6:43 AM, Jenny Davis <jennyjean75 at gmail.com> wrote:
> >>
> >> I have version 1.2 stable installed with mod_shout enabled and running, when I test in the fs_cli recording to icecast works. However when I add param name auto-record shout:// to conference.xml nothing happens, no stream is showing in icecast and isn't being recorded. I have not seen a specific example on how to add auto-record for streaming to icecast, so A- where to add the param name would be helpful as well as B- exact context. Please and thank you!
> >
> >

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140404/4af72300/attachment.bin 


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