<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2171/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+10+Application_Playback">Asterisk 10 Application_Playback</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="Asterisk10Application_Playback-Playback%28%29"></a>Playback()</h1>

<h3><a name="Asterisk10Application_Playback-Synopsis"></a>Synopsis</h3>
<p>Play a file.</p>

<h3><a name="Asterisk10Application_Playback-Description"></a>Description</h3>
<p>Plays back given filenames (do not put extension of wav/alaw etc). The playback command answer the channel if no options are specified. If the file is non-existant it will fail </p>

<p>This application sets the following channel variable upon completion: </p>
<ul>
        <li><tt>PLAYBACKSTATUS</tt> - The status of the playback attempt as a text string.
        <ul>
                <li><tt>SUCCESS</tt></li>
                <li><tt>FAILED</tt></li>
        </ul>
        </li>
</ul>


<p>See Also: Background (application) &#8211; for playing sound files that are interruptible </p>

<p>WaitExten (application) &#8211; wait for digits from caller, optionally play music on hold</p>

<h3><a name="Asterisk10Application_Playback-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Playback(filename[&amp;filename2[&amp;...]][,options])</pre>
</div></div>

<h5><a name="Asterisk10Application_Playback-Arguments"></a>Arguments</h5>

<ul>
        <li><tt>filenames</tt>
        <ul>
                <li><tt>filename</tt></li>
                <li><tt>filename2</tt></li>
        </ul>
        </li>
        <li><tt>options</tt> - Comma separated list of options
        <ul>
                <li><tt>skip</tt> - Do not play if not answered</li>
                <li><tt>noanswer</tt> - Playback without answering, otherwise the channel will be answered before the sound is played. Not all channel types support playing messages while still on hook.Not all channel types support playing messages while still on hook.</li>
        </ul>
        </li>
</ul>



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



<h3><a name="Asterisk10Application_Playback-ImportVersion"></a>Import Version</h3>
<p>This documentation was imported from Asterisk version SVN-branch-10-r340810.</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+10+Application_Playback">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+10+Application_Playback?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>