<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+Application_Goto">Asterisk 11 Application_Goto</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="Asterisk11Application_Goto-Goto%28%29"></a>Goto()</h1>

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

<p>Jump to a particular priority, extension, or context.</p>
<h3><a name="Asterisk11Application_Goto-Description"></a>Description</h3>



<p>This application will set the current context, extension, and priority in the channel structure. After it completes, the pbx engine will continue dialplan execution at the specified location. If no specific <em>extension</em>, or <em>extension</em> and <em>context</em>, are specified, then this application will just set the specified <em>priority</em> of the current extension.</p>

<p>At least a <em>priority</em> is required as an argument, or the goto will return a <tt>-1</tt>,and the channel and call will be terminated.</p>

<p>If the location that is put into the channel information is bogus, and asterisk cannot find that location in the dialplan, then the execution engine will try to find and execute the code in the <tt>i</tt> (invalid) extension in the current context. If that does not exist, it will try to execute the <tt>h</tt> extension. If neither the <tt>h</tt> nor <tt>i</tt> extensions have been defined, the channel is hung up, and the execution of instructions on the channel is terminated. What this means is that, for example, you specify a context that does not exist, then it will not be possible to find the <tt>h</tt> or <tt>i</tt> extensions, and the call will terminate!</p>

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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Goto(context,extensions,priority)</pre>
</div></div>
<h5><a name="Asterisk11Application_Goto-Arguments"></a>Arguments</h5>


<ul>
        <li>context</li>
        <li>extensions</li>
        <li>priority</li>
</ul>


<h3><a name="Asterisk11Application_Goto-SeeAlso"></a>See Also</h3>


<ul>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_GotoIf&amp;linkCreation=true&amp;fromPageId=20187325" class="createlink">Asterisk 11 Application&#95;GotoIf</a></li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_GotoIfTime&amp;linkCreation=true&amp;fromPageId=20187325" class="createlink">Asterisk 11 Application&#95;GotoIfTime</a></li>
        <li><a href="/wiki/display/AST/Asterisk+11+Application_Gosub" title="Asterisk 11 Application_Gosub">Asterisk 11 Application&#95;Gosub</a></li>
        <li><a href="/wiki/display/AST/Asterisk+11+Application_Macro" title="Asterisk 11 Application_Macro">Asterisk 11 Application&#95;Macro</a></li>
</ul>


<h3><a name="Asterisk11Application_Goto-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+Application_Goto">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Goto?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>