<div dir="ltr"><div>Hi there,</div><div><br></div><div>I have question about group_confirm and I am hoping someone can help:</div><div><br></div><div>I am bridging a call and prompting the called party to press 1 to answer. Works great:</div><div><br></div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;answer&quot;/&gt;<br></div><div><div>        <span class="" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;group_confirm_file=phrase:ppn_to_accept_call_from&quot;/&gt; </div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;group_confirm_key=1&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;{leg_timeout=10}user2/1001<br></div><div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;say&quot; data=&quot;en number pronounced 54321&quot;/&gt;<br></div><div><br></div></div></div><div><span style="white-space:pre">You will notice that leg_timeout is 10 (set low to test). So that gives the caller just a couple of seconds to answer. So I add:</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><b>                 &lt;action application=&quot;set&quot; data=&quot;group_confirm_cancel_timeout=true&quot;/&gt;</b> </span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">This cancels that leg_timeout - the call now will stay up until the called party presses 1 or either party hangs up.</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">If a call goes to a cell phone voicemail - this can result in a long message of repeated &quot;press 1 to accept call&quot;. And I cannot move the calling party on to the next dialplan action. </span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">I tried originate_timeout and call_timeout and all seemed to be cancelled by </span><span style="white-space:pre">group_confirm_cancel_timeout, as you might expect.</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">Is there a way to set a timeout in that group_confirm stage? For example a <b>group_confirm_timeout </b>setting. That would set the seconds the called party has to confirm?</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">Thanks in anticipation.</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">Phil</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div></div>