Open Source - How do I remove G729 license files from my server?

Open Source - How do I remove G729 license files from my server?

There are several reasons removal of a G729 license from an Asterisk PBX may be necessary. One reason is to meet the EULA agreement of only having a G729 license running on one server at a time. Another reason can be if you have mistakenly installed the wrong license key and need to replace it with the correct one.

  1. To remove the G729 license key open the linux CLI and go to the following directory.

           Example: cd /var/lib/asterisk/licenses

   

  1. In the licenses folder you will find the license key. 

            Example: G729-XXXXXXXX.lic

     

  1. To remove the license key run the linux CLI command rm followed by the license key directory and file name.

            rm /var/lib/asterisk/licenses/G729-XXXXXXXX.lic

       
          You will need to restart asterisk for these changes to be applied.