Browse Source

Missing parameter

Bob Mottram 9 years ago
parent
commit
41fc1011e4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -10945,7 +10945,7 @@ function install_sip {
10945 10945
   echo '</timers>' >> /etc/sipwitch.conf
10946 10946
   echo '<!-- we have 2xx numbers plus space for external users -->' >> /etc/sipwitch.conf
10947 10947
   echo '<registry>' >> /etc/sipwitch.conf
10948
-  echo '  <prefix>200</prefix>'
10948
+  echo '  <prefix>200</prefix>' >> /etc/sipwitch.conf
10949 10949
   echo '  <range>100</range>' >> /etc/sipwitch.conf
10950 10950
   echo '  <keysize>77</keysize>' >> /etc/sipwitch.conf
10951 10951
   echo '  <mapped>200</mapped>' >> /etc/sipwitch.conf