diff --git a/source/_components/asterisk_mbox.markdown b/source/_components/asterisk_mbox.markdown index 23cb489269f..9d0c75b4d11 100644 --- a/source/_components/asterisk_mbox.markdown +++ b/source/_components/asterisk_mbox.markdown @@ -11,6 +11,8 @@ logo: asterisk.png ha_category: Mailbox ha_iot_class: "Local Push" ha_release: 0.51 +redirect_from: + - /components/mailbox.asterisk_mbox/ --- The `asterisk_mbox` 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 Google's 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. diff --git a/source/_components/mailbox.asterisk_mbox.markdown b/source/_components/mailbox.asterisk_mbox.markdown deleted file mode 100644 index 07e50d287c1..00000000000 --- a/source/_components/mailbox.asterisk_mbox.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: "Asterisk Voicemail Mailbox" -description: "Instructions on how to integrate an Asterisk Voicemail within Home Assistant." -date: 2017-06-30 18:30 -sidebar: true -comments: false -sharing: true -footer: true -logo: asterisk.png -ha_category: Mailbox -ha_release: 0.51 ---- - -The Asterisk Voicemail Mailbox provides visual and audio access to voicemail on the Asterisk PBX server. This mailbox is enabled automatically through the [Asterisk Voicemail component](/components/asterisk_mbox/) configuration.