[Freeswitch-users] Way to pass max-members from dialplan into conference?
Robert Hadley
robert.hadley at teotech.com
Tue Feb 9 13:14:57 PST 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100209/e18f8b40/attachment-0002.html
More information about the FreeSWITCH-users
mailing list