[Freeswitch-users] Controlling Conference Controls

Bradley Brashier bjbrashier at gmail.com
Thu Jun 18 15:24:20 PDT 2009


OK, so I did some more experimenting today. I found a problem with the code
I'm using (again, this is off the current trunk, but with some small
modifications):

conference_member_say in mod_conference.c is simply not working. There are
several messages in there that can theoretically tell the user something,
but all of them are bypassed in the vanilla build because the default
profile plays a wav instead of generating them on the fly. If you take out
the wav, the message is supposed to be generated. So I took out the wavs,
but I'm not hearing any messages.

BTW, something I discovered last week:  straight out-of-the-box with no
other modifications, if you make any changes to the set of "default" caller
controls in conference.conf.xml, they don't get taken. The "default" caller
controls appear to get overwritten in a hard-coded fashion in
mod_conference.c. A "feature", perhaps, but very confusing for us new users.
Can we add some documentation in there to that effect, perhaps?
BB
On Thu, Jun 18, 2009 at 7:26 AM, Bradley Brashier <bjbrashier at gmail.com>wrote:

> What I did last night was to go ahead and modify mod_conference.c to
> include a new "count" conference control. I've got it getting to the right
> place, and spitting debug messages with the right data about which member
> and what the count is, but for some reason the text-to-speech isn't working.
> That's what I'll be tacking today.
>
> The only other things I really need to figure out are a toggle for whether
> or not the moderator leaving ends the conference (from a DTMF, I have to
> clear all endconfs or something), and a command to mute all participants.
> Once I have those, I'm sure everything else will be a laydown.
>
> I'm not opposed to other methods, but I am opposed to increased complexity.
> If I can do it all in C and XML, I prefer that to some C, some XML, some
> lua, some JS, etc. I'll take a closer look at your example when I get into
> the office to see if that's a more elegant solution than what I have.
>
>   On Wed, Jun 17, 2009 at 9:07 PM, <j3flight at gmail.com> wrote:
>
>> FYI:  I fixed the Wiki documentation for the lock/unlock feature.
>>
>> Bradley Brashier wrote:
>> > So I found one interesting thing so far: the "lock" caller control
>> > actually does function as a toggle, and, in fact, "unlock" does not do
>> > anything. This goes against wiki docs on mod_conference, but is
>> > helpful in this instance.
>>
>>  _______________________________________________
>> 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/20090618/73e471eb/attachment-0002.html 


More information about the FreeSWITCH-users mailing list