<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_TIMEOUT">Asterisk 11 Function_TIMEOUT</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Function_TIMEOUT-TIMEOUT%28%29"></a>TIMEOUT()</h1>

<h3><a name="Asterisk11Function_TIMEOUT-Synopsis"></a>Synopsis</h3>

<p>Gets or sets timeouts on the channel. Timeout values are in seconds.</p>
<h3><a name="Asterisk11Function_TIMEOUT-Description"></a>Description</h3>



<p>The timeouts that can be manipulated are:</p>

<p>absolute: The absolute maximum amount of time permitted for a call. Setting of 0 disables the timeout.</p>

<p>digit: The maximum amount of time permitted between digits when the user is typing in an extension. When this timeout expires, after the user has started to type in an extension, the extension will be considered complete, and will be interpreted. Note that if an extension typed in is valid, it will not have to timeout to be tested, so typically at the expiry of this timeout, the extension will be considered invalid (and thus control would be passed to the i extension, or if it doesn't exist the call would be terminated). The default timeout is 5 seconds.</p>

<p>response: The maximum amount of time permitted after falling through a series of priorities for a channel in which the user may begin typing an extension. If the user does not type an extension in this amount of time, control will pass to the t extension if it exists, and if not the call would be terminated. The default timeout is 10 seconds.</p>

<h3><a name="Asterisk11Function_TIMEOUT-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>TIMEOUT(timeouttype)</pre>
</div></div>
<h5><a name="Asterisk11Function_TIMEOUT-Arguments"></a>Arguments</h5>


<ul>
        <li>timeouttype - The timeout that will be manipulated. The possible timeout types are: <tt>absolute</tt>, <tt>digit</tt> or <tt>response</tt></li>
</ul>



<h3><a name="Asterisk11Function_TIMEOUT-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_TIMEOUT">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_TIMEOUT?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>