<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&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_Playback">Asterisk 11 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="Asterisk11Application_Playback-Playback%28%29"></a>Playback()</h1>
<h3><a name="Asterisk11Application_Playback-Synopsis"></a>Synopsis</h3>
<p>Play a file.</p>
<h3><a name="Asterisk11Application_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>PLAYBACKSTATUS - The status of the playback attempt as a text string.
        <ul>
                <li>SUCCESS</li>
                <li>FAILED</li>
        </ul>
        </li>
</ul>
<p>See Also: Background (application) – for playing sound files that are interruptible</p>
<p>WaitExten (application) – wait for digits from caller, optionally play music on hold</p>
<h3><a name="Asterisk11Application_Playback-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Playback(filename&filename2[&...],options)</pre>
</div></div>
<h5><a name="Asterisk11Application_Playback-Arguments"></a>Arguments</h5>
<ul>
        <li>filenames
        <ul>
                <li>filename</li>
                <li>filename2</li>
        </ul>
        </li>
        <li>options - Comma separated list of options
        <ul>
                <li>skip - Do not play if not answered</li>
                <li>noanswer - Playback without answering, otherwise the channel will be answered before the sound is played.</li>
        </ul>
        </li>
</ul>
<h3><a name="Asterisk11Application_Playback-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_Playback">View Online</a>
|
<a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Playback?showComments=true&showCommentArea=true#addcomment">Add Comment</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>