Missing parameter

This commit is contained in:
Bob Mottram 2015-11-01 22:04:21 +00:00
parent 16dfb20f1f
commit 41fc1011e4
1 changed files with 1 additions and 1 deletions

View File

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