Hi there,<br><br>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.<br>
<br>So I edited conference.conf.xml so:<br><br><!--control action="hangup" digits="#"/--><br><br>and even assigned # to another function:<br><br><control action="energy up" digits="#"/><br>
<br>and the same occurs. Pressing # exits the conference.<br><br>What am I missing here?<br><br>tia - phil<br> <br><br><br>Conf Setup:<br><br><extension name="conference.conf"><br> <condition field="destination_number" expression="^(2125556625)$"><br>
<action application="answer"/><br> <action application="conference" data="$1-${domain_name}@default+123"/><br> </condition><br> </extension><br>