<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_ExternalIVR">Asterisk 11 Application_ExternalIVR</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_ExternalIVR-ExternalIVR%28%29"></a>ExternalIVR()</h1>

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

<p>Interfaces with an external IVR application.</p>
<h3><a name="Asterisk11Application_ExternalIVR-Description"></a>Description</h3>



<p>Either forks a process to run given command or makes a socket to connect to given host and starts a generator on the channel. The generator's play list is controlled by the external application, which can add and clear entries via simple commands issued over its stdout. The external application will receive all DTMF events received on the channel, and notification if the channel is hung up. The received on the channel, and notification if the channel is hung up. The application will not be forcibly terminated when the channel is hung up. For more information see <tt>doc/AST.pdf</tt>.</p>

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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>ExternalIVR(arg1arg2[...],options)</pre>
</div></div>
<h5><a name="Asterisk11Application_ExternalIVR-Arguments"></a>Arguments</h5>


<ul>
        <li>command|ivr://host
        <ul>
                <li>arg1</li>
                <li>arg2</li>
        </ul>
        </li>
        <li>options
        <ul>
                <li>n - Tells ExternalIVR() not to answer the channel.</li>
                <li>i - Tells ExternalIVR() not to send a hangup and exit when the channel receives a hangup, instead it sends an <tt>I</tt> informative message meaning that the external application MUST hang up the call with an <tt>H</tt> command.</li>
                <li>d - Tells ExternalIVR() to run on a channel that has been hung up and will not look for hangups. The external application must exit with an <tt>E</tt> command.</li>
        </ul>
        </li>
</ul>



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