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_na...@default
+123"/>
    </condition>
  </extension>
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to