<div dir="auto"><div>Jonathan,<div dir="auto"><br></div><div dir="auto">Have you tried:</div><div dir="auto"><span style="color:rgb(46,47,48);font-family:"helvetica neue",helvetica,roboto,arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">same => n,Set(TIMEOUT(absolute)=3540)</span><br></div><div dir="auto"><br></div><div dir="auto">You could override later if required.</div><div dir="auto"><br></div>Thanks,</div><div dir="auto"><br></div><div dir="auto">Dan<br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On 17 Apr 2017 04:49, "Jonathan H" <<a href="mailto:lardconcepts@gmail.com">lardconcepts@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The following setup prevents callers from going over 59 minutes:<br>
<br>
------------------------------<wbr>--------<br>
<br>
[setup]<br>
exten => setup,1,Answer()<br>
    same => n,Set(LIMIT_PLAYAUDIO_CALLER=<wbr>yes)<br>
    same => n,Set(LIMIT_WARNING_FILE=/var/<wbr>lib/asterisk/sounds/en_GB_TNS/<wbr>time_limit_reached)<br>
    same => n,Dial(Local/s@root/n,3,L(<wbr>3540000:60000))<br>
    same => n,Hangup()<br>
<br>
[root]<br>
<br>
exten => s,1,Verbose(Call to: ${CALLERID(name)} from: ${CALLERID(num)})<br>
    same => n,etc etc<br>
<br>
------------------------------<wbr>--------<br>
<br>
Thing is, each call shows as 2 calls in the console. Not a big<br>
problem, but also now I want to offer a way of overriding that time<br>
limit.<br>
<br>
Is there a different or better way of doing this while still hanging<br>
up after 59 minutes, even when the original incoming call has been<br>
transferred elsewhere?<br>
<br>
Thanks.<br>
<font color="#888888"><br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</font></blockquote></div><br></div></div></div>