[Freeswitch-users] mod_conference dynamic config options

Michael Jerris mike at jerris.com
Sat Aug 14 09:35:57 PDT 2010


you would either need to provide a patch for mod_conference to pull that value (maybe from a channel var, the args string is already quite cluttered on that app), or serve dynamic config as you suggest below.

Mike

On Jul 6, 2010, at 10:09 PM, Tim St. Pierre wrote:
> I am trying to dynamically set the moh_sound variable in mod_conference, so that each customer can
> have a specific music on hold for their company conference room.
> 
> Most of the options are common, so I have a few template profiles in the conference.conf.xml file.
> I can change the moh_sound variable to suit, but this would require me to create a profile for each
> room, then reload it.  I would prefer to have this pull from a database.
> 
> I'm using LUA in the dialplan to setup the conference based on the database values, but I can only
> see options for setting things like PIN, profile, etc.  Is there any way I can set this or other
> settings with a dialplan variable?
> 
> Failing that, can mod_conference be bound to a lua script that will give it an XML profile each time
> it is called?




More information about the FreeSWITCH-users mailing list