]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
woops must config for type pstn too
authorBrian West <brian@freeswitch.org>
Tue, 11 Dec 2007 17:10:47 +0000 (17:10 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 11 Dec 2007 17:10:47 +0000 (17:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6650 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/sipsetup

index aae898b3adb17b9f2a0d61707de4af4192c172c5..3e7c64a9d6d8a53688207411f6736180d017a9f5 100755 (executable)
@@ -115,7 +115,7 @@ sub configure_sip_provider($) {
     $check = &are_you_sure;
   };
 
-  if ($template->{type} eq "network") {
+  if ($template->{type} eq "network" || $template->{type} eq "pstn") {
     do_config($provider, $config);
   }
   if ($template->{dialprefix}) {