ปัญหาเสียงกระตุกในการใช้งาน Asterisk บน VMWARE
จาก Asterisk DIY - VoIP Opensource WiKi, สารานุกรมฟรี
ได้ข้อมูลการแก้ไข โดย หลักๆ มี สองวิธีแก้ไข
วิธีที่ง่ายที่สุดคือการแก้ boot option ใน /boot/grub/grub.conf
โดย เพิ่ม คำว่า "acpi=off noapic nosmp nolapic clock=pit" ต่อท้ายในบรรทัดที่มี คำว่า kernel เริ่มต้นอยู่ครับ
ขอขอบคุณ information จาก pbxinaflash web site ครับ
If you're running PBX in a Flash under VMware, try adjusting the kernel settings as we did in the good old days. Edit /boot/grub/grub.conf and change the kernel line to the following: Code: kernel /vmlinuz-2.6.18-8.1.15.el5 ro root=/dev/VolGroup00/LogVol00 acpi=off noapic nosmp nolapic clock=pit If your existing kernel line looks different on the front end, just add the stuff starting at acpi. All of this goes on one line. This finally solved the choppy sound issues for us even on relatively old, clunker machines. Don't forget to reboot. After reboot, if the text-to-speech is too fast, then try deleting nosmp and reboot again.
