2
0
Klaus Darilion 14 жил өмнө
parent
commit
8b57c2d61d

+ 3 - 1
pkg/kamailio/deb/debian/kamailio.init

@@ -95,10 +95,12 @@ if [ "$RUN_KAMAILIO" != "yes" ]; then
     echo "Kamailio not yet configured. Edit /etc/default/kamailio first."
     case "$1" in
     status)
+        # 4 program or service status is unknown
         exit 4
        ;;
     *)
-       exit 1
+        # 6 program is not configured
+        exit 6
        ;;
     esac
 fi