Site updated at 2017-09-26 18:37:45 UTC

This commit is contained in:
Travis CI 2017-09-26 18:37:45 +00:00
parent cd1993547e
commit 6c210aca29
56 changed files with 99 additions and 99 deletions

View file

@ -77,7 +77,7 @@
<p>The Asterisk Voicemail integration for Home Assistant allows you to view, listen to, and delete voicemails from an Asterisk voicemail mailbox. The component includes a panel on the frontend that provides caller-id and speech-to-text transcription (using Googles API) of messages in addition to playback and message deletion. There is also an included sensor that indicates of the number of available messages. There is no requirement that the Asterisk PBX and Home Assistant are running on the same machine.</p>
<p>To enable the component, a configuration is required in both Home Assistant as well as on the Asterisk server.</p>
<p>First follow the <a href="/docs/asterisk_mbox">Asterisk PBX configuration guide</a> to setup the necessary server on the Asterisk PBX server (this is needed even if Asterisk and Home Assistant are running on the same server)</p>
<p>Once that is complete, add the the following entry <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<p>Once that is complete, add the following entry <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">asterisk_mbox</span><span class="pi">:</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">ASTERISK_PBX_PASSWORD</span>