Bob Mottram 9 anni fa
parent
commit
59123c9b7d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone Vedi File

@@ -10974,6 +10974,8 @@ function install_sip {
10974 10974
   echo '</routing>' >> /etc/sipwitch.conf
10975 10975
   echo '</sipwitch>' >> /etc/sipwitch.conf
10976 10976
 
10977
+  sed -i 's|#PLUGINS=|PLUGINS=|g' /etc/default/sipwitch
10978
+
10977 10979
   service sipwitch start
10978 10980
 
10979 10981
   if ! grep -q "SIP Server" /home/$MY_USERNAME/README; then