[Freeswitch-users] Simplest of Conference Setup questions
Phillip Jones
pjintheusa at gmail.com
Mon Nov 23 11:24:18 PST 2009
Hi there,
I have created a simple conference that works great. The only problem is,
when a participant press # it exits the call. So when a user enters a
conference with a PIN, and by habit they enter 12345 followed by pound, it
puts them in and then straight out.
So I edited conference.conf.xml so:
<!--control action="hangup" digits="#"/-->
and even assigned # to another function:
<control action="energy up" digits="#"/>
and the same occurs. Pressing # exits the conference.
What am I missing here?
tia - phil
Conf Setup:
<extension name="conference.conf">
<condition field="destination_number" expression="^(2125556625)$">
<action application="answer"/>
<action application="conference" data="$1-${domain_name}@default
+123"/>
</condition>
</extension>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091123/4ad7a208/attachment-0002.html
More information about the FreeSWITCH-users
mailing list