<p class="MsoNormal">I have set up a custom caller-controls group in the my conference.conf.xml, as follows</p><p class="MsoNormal"><br></p><p class="MsoNormal">&lt;caller-controls&gt;</p><p class="MsoNormal">  &lt;group name=&quot;mick&quot;&gt;</p>


<p class="MsoNormal"><span>      </span>&lt;control
action=&quot;event&quot; digits=&quot;#1&quot;/&gt;</p>

<p class="MsoNormal"><span>      </span>&lt;control
action=&quot;event&quot; digits=&quot;#2&quot;/&gt;</p>

<p class="MsoNormal"><span>      </span>&lt;control
action=&quot;event&quot; digits=&quot;#3&quot;/&gt;</p>

<p class="MsoNormal"><span>      </span>&lt;control
action=&quot;mute&quot; digits=&quot;#6&quot;/&gt;</p>

<p class="MsoNormal">  &lt;/group&gt;</p><p class="MsoNormal">&lt;/caller-controls&gt;</p><p class="MsoNormal"><br></p><p class="MsoNormal">I have a lua script running to detect these events and perform actions according to which digits it receives.</p>
<p class="MsoNormal"><br></p><p class="MsoNormal">However, unless I press both the 2nd digit very quickly after the first one the event is not raised</p><p class="MsoNormal"><br></p><p class="MsoNormal">Is there any way of tuning the inter digit delay for caller-control groups so that multi-digit DTMF sequences are handled correctly?</p>