Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Excerpt
A simple guide to install the g729 codec

Installation script (only for Intel architecture)

  1. download this script into the folder /root/bin

  2. assign permissions 755

    Code Block
    chmod 755 codec-extras.sh
  3. Run the script

     

    Code Block
    ./codec-extras.sh
  4. Restart Asterisk

    Code Block
    [root@localhost]# service asterisk restart
  5. Allow the codec g729 in the trunk settings

...