My first attempt at configuring Asterisk has finally been a success. I have started out with the sample configurations and have then emptied and re-written extensions.conf and sip.conf to setup my SIP users and dialplan … I have the following:
Archive for the ‘Ubuntu’ Category
Asterisk Config – Attempt 1
Friday, October 9th, 2009Running Ubuntu in MS Virtual PC 2007
Tuesday, October 6th, 2009To get the install to run
- At install screen press ‘F6′ for install options then ‘ESC’ allowing a direct edit of the install options
- Replace ‘quiet splash’ or ‘quiet’ with ‘vga=0×314 noreplace-paravirt’
- Hit ‘enter’ to start the install
To get Ubuntu to run first time
- At GRUB screen press ‘ESC’ to configure
- Select the relevant kernel line, press ‘e’ to edit
- Select the relevant kernel line again, press ‘e’ to edit again
- Replace ‘quiet splash’ with ‘vga=0×314 noreplace-paravirt’
- Hit ‘enter’ to save
- Hit ‘b’ to boot
To get Ubuntu to run everytime
- sudo -i
- Edit ‘/boot/grub/menu.lst’ with your favourite editor
- Find the relevant kernel line
- Replace ‘quiet splash’ with ‘vga=0×314 noreplace-paravirt’
- Save the file