[Freeswitch-users] dynamic music on hold for mod_conference
momosxp
momosxp at hotmail.com
Thu Mar 19 09:28:22 UTC 2020
How do i use this with fs_cli and there conference command?
im trying to use this for dynamic background music and perpetual-sound:
if (zstr(conference->perpetual_sound)) {
conference->perpetual_sound = switch_core_strdup(conference->pool,
switch_channel_get_variable(channel, "conference_perpetual_sound"));
}
mercutioviz wrote
> 2012/4/10 Roland Hänel <
> roland@
> >
>
>> I found this in mod_conference.c:
>>
>> /* Set MOH from variable if not set */
>> if (zstr(conference->moh_sound)) {
>> conference->moh_sound = switch_core_strdup(conference->pool,
>> switch_channel_get_variable(channel, "*conference_moh_sound*"));
>> }
>>
>> This evaluate channel variable conference_moh_sound only if the
>> "conference" command creates a new conference. Give it a try. ;-)
>>
>> Greetings,
>> Roland
>>
>>
> Roland,
> Nice detective work! It turns out that my channel variable lister script
> missed this one. I will revisit it and try again. In the meantime, thanks
> for digging this up.
>
> -MC
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting@
> http://www.freeswitchsolutions.com
>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server
> http://www.cudatel.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at .freeswitch
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
--
Sent from: http://freeswitch-users.2379917.n2.nabble.com/
More information about the FreeSWITCH-users
mailing list