Skip to content

asterisk: Fix extension's type detection

Grzegorz Sluja requested to merge fix_extension_type_detection into release-6.5

It occured that string comparison with newer version of busybox v1.34.1 is not working properly in config_asterisk.sh script. Change the method of string comparison to be POSIX compliant fixes the issue.

Merge request reports