the error usually said :
loader.c:359 __load_resource: /usr/lib/asterisk/modules/codec_g729.so: cannot restore segment prot after reloc: Permission denied
The majority of user just disabling the SELinux, but if that is not an option, just change the context of said file above wiith this command :
chcon -t texrel_shlib_t /usr/lib/asterisk/modules/codec_g729.so
1 comment:
Thanks man!
Post a Comment