[Freeswitch-users] Way to pass max-members from dialplan into conference?

Michael Collins msc at freeswitch.org
Tue Feb 9 15:09:16 PST 2010


On Tue, Feb 9, 2010 at 1:14 PM, Robert Hadley <robert.hadley at teotech.com>wrote:

>  I have setting max-members=10 in conference.conf.xml working.  However,
> is there are way to pass in the max-members=10 from the dialplan/default.xml
> to mod_conference?  I tried using action application=”set”
> data=”max-members=10” but it didn’t work.  Also tried action
> application=”export” data=”max-members=10” but it didn’t work either.
>
>
>
> From default.xml:
>
>     <extension name="nb_conferences">
>
>       <condition field="destination_number" expression="^(30\d{2})$">
>
>        <action application="answer"/>
>
> <!-- tried set and export here to no avail -->
>
>        <action application="conference" data="$1-${domain_name}@default"/>
>
>
>
> Thanks,
>
> Robert
>

Robert,

I checked with Brian and also took a look inside mod_conference.c. I didn't
see any way that you could override the conference params that are contained
in the conference profile. So you'll either need to make a new profile or
join the big leagues and start trying out mod_xml_curl. :)

-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100209/80c1f79f/attachment-0002.html 


More information about the FreeSWITCH-users mailing list