Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Help about MediaWiki
FUTO
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Introduction to a Self Managed Life: a 13 hour & 28 minute presentation by FUTO software
(section)
Main Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Step 12: Hiring a virtual receptionist who tells annoying people to ''“get the fuck outta here!”'' == This is the primary reason to have a self managed PBX. <span id="download-the-sound-files"></span> ==== 12.1 Download the Sound Files ==== First, SSH into your FreePBX machine: <pre>ssh louis@freepbx.home.arpa</pre> Download the sound files from the given URL using <code>wget</code>: <pre>wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-extra-sounds-en-g722-current.tar.gz</pre> <span id="place-the-files-in-the-proper-directory"></span> ==== 12.2 Place the Files in the Proper Directory ==== After downloading the archive, extract it and move the files to the appropriate directory in FreePBX. Asterisk sound files typically reside in <code>/var/lib/asterisk/sounds</code>. Extract the tarball: <pre>tar -xvzf asterisk-extra-sounds-en-g722-current.tar.gz</pre> Move the extracted files into the custom sound directory for FreePBX: <pre>mv asterisk-extra-sounds-en-g722 /var/lib/asterisk/sounds/custom</pre> If the <code>custom</code> directory doesn’t exist, you can create it: <pre>mkdir /var/lib/asterisk/sounds/custom</pre> <span id="set-correct-permissions"></span> ==== 12.3 Set Correct Permissions ==== Make sure that FreePBX and Asterisk can access the sound files by setting the correct ownership and permissions. FreePBX generally runs under the <code>asterisk</code> user: <pre>chown -R asterisk:asterisk /var/lib/asterisk/sounds/custom/* -R chmod -R 755 /var/lib/asterisk/sounds/custom/* -R</pre> <gallery mode="packed-hover" heights=250 widths=400 perrow=2> File:lu67917r1ezu_tmp_3725236e.png File:lu67917r1ezu_tmp_8a2cf792.png File:lu67917r1ezu_tmp_2abf75f3.png </gallery> 12.4 Find the Sound Files in the FreePBX GUI # Log in to the '''FreePBX Admin Interface'''. # Navigate to '''Admin > System Recordings'''. # Under '''Add Recording''', you should now be able to see & use the uploaded sound files from the <code>/var/lib/asterisk/sounds/custom</code> directory. <span id="combine-sound-prompts-into-a-sequence"></span> ==== 12.5 Combine Sound Prompts into a Sequence ==== To combine multiple sound files into a single prompt sequence, use the '''System Recordings''' feature in FreePBX: # Go to '''Admin > System Recordings''' and create a new recording. #* Select the option to '''Add Sound Recording''' by combining the existing files. #* Add the sound files in the order you want them to play. # Choose the following codecs: #* alaw #* g722 #* gsm #* ulaw #* wav # EXCLUDE the following codecs: #* g729 #* sln #* sln16 #* sln48 # Save the combined sound as a new recording. <span id="create-an-extension-that-plays-the-sound-prompts"></span> ==== 12.6 Create an Extension That Plays the Sound Prompts ==== To forward someone to an extension that plays back the sound prompts: # Log in to the '''FreePBX Admin Interface'''. # Navigate to '''Applications > Extensions'''. # Click '''Add Extension''' and select '''Custom Extension'''. # Set destination of unanswered to play your recording. # '''Save, Submit''' and '''Apply Config'''. Now, you can transfer calls to this extension, and the selected sound prompts will be played back. Allison Smith will tell. <span id="step-13-get-emails-with-voicemails-using-postfix-with-postmark-smtp-relay"></span>
Summary:
Please note that all contributions to FUTO may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
FUTO:Copyrights
for details).
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:
Cancel
Editing help
(opens in new window)