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>&lt;!--control action=&quot;hangup&quot; digits=&quot;#&quot;/--&gt;<br><br>and even assigned # to another function:<br><br>&lt;control action=&quot;energy up&quot; digits=&quot;#&quot;/&gt;<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>&lt;extension name=&quot;conference.conf&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(2125556625)$&quot;&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>        &lt;action application=&quot;conference&quot; data=&quot;$1-${domain_name}@default+123&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>