Fist after installing RasPBX make sure to run raspbx-upgrade in putty to update everything.
Next type 'nano /etc/asterisk/alsa.conf' and modify it to look like this.
input_device=hw:1,0
output_device=hw:0,0
Then type 'nano /etc/asterisk/modules.conf' find 'noload => chan_alsa.so' and change it to 'load => chan_alsa.so'
Reboot the RPi for the changes to take effect.
To adjust the volume issue 'alsamixer' in putty and adjust accordingly.
Go into extensions in FreePBX and create an 'Other (Custom) Extension'. In the dial parameter input 'console/alsa'.
NOTE: If the HDMI cable is plugged in it will take precedence over the analog output. Make sure the HDMI isn't hooked up when the RPi starts up to use the analog line.
Last edit: Gernot 2014-03-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
input_device=hw:1,0
output_device=hw:0,0
NOTE: If the HDMI cable is plugged in it will take precedence over the analog output. Make sure the HDMI isn't hooked up when the RPi starts up to use the analog line.
Last edit: Gernot 2014-03-09