There is a need for finally improvent of scripts which generate .conf files.
Examples:
Core function, "Asterisk General Call Pickup" doesn't work in Issabel. In Feature code it is star8, but even when other necessery things are set (every extension which use "Asterisk General Call Pickup" must be in same callgroup and pickupgrup in extension settings).
In order to this funcion work, it must be ativated in GUI (GUI write command to features_general_additional.conf if is not same as default star8, can be for example star5) and also be manually defined features_general_ in custom.conf like, for example, pickupexten=star5.
"Asterisk General Call Pickup" works only with feature code in features_general_custom.conf.
Please made correction in script so we have valid command visible in Issabel GUI.
Also, please add correction in scripts which will do automatic change of "." (low line, dot) to "X." (low line, X dot) in whole config files, so CLI stop messages like: "The use of '.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘X.’ instead".
Please replace deprecated CALLERPRES command in "extensions_additional.conf" (contexts [ext-trunk], [ext-did], [macro-outbound-callerid]) because every incoming call show error in console: "Function CALLERPRES not registered".