<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_Originate">Asterisk 11 Application_Originate</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_Originate-Originate%28%29"></a>Originate()</h1>

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

<p>Originate a call.</p>
<h3><a name="Asterisk11Application_Originate-Description"></a>Description</h3>



<p>This application originates an outbound call and connects it to a specified extension or application. This application will block until the outgoing call fails or gets answered. At that point, this application will exit with the status variable set and dialplan processing will continue.</p>

<p>This application sets the following channel variable before exiting:</p>
<ul>
        <li>ORIGINATE_STATUS - This indicates the result of the call origination.
        <ul>
                <li>FAILED</li>
                <li>SUCCESS</li>
                <li>BUSY</li>
                <li>CONGESTION</li>
                <li>HANGUP</li>
                <li>RINGING</li>
                <li>UNKNOWN - In practice, you should never see this value. Please report it to the issue tracker if you ever see it.</li>
        </ul>
        </li>
</ul>


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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Originate(tech_data,type,arg1[,arg2[,arg3[,timeout]]])</pre>
</div></div>
<h5><a name="Asterisk11Application_Originate-Arguments"></a>Arguments</h5>


<ul>
        <li>tech_data - Channel technology and data for creating the outbound channel. For example, SIP/1234.</li>
        <li>type - This should be <tt>app</tt> or <tt>exten</tt>, depending on whether the outbound channel should be connected to an application or extension.</li>
        <li>arg1 - If the type is <tt>app</tt>, then this is the application name. If the type is <tt>exten</tt>, then this is the context that the channel will be sent to.</li>
        <li>arg2 - If the type is <tt>app</tt>, then this is the data passed as arguments to the application. If the type is <tt>exten</tt>, then this is the extension that the channel will be sent to.</li>
        <li>arg3 - If the type is <tt>exten</tt>, then this is the priority that the channel is sent to. If the type is <tt>app</tt>, then this parameter is ignored.</li>
        <li>timeout - Timeout in seconds. Default is 30 seconds.</li>
</ul>



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