From: Brian West Date: Tue, 11 Dec 2007 17:10:47 +0000 (+0000) Subject: woops must config for type pstn too X-Git-Tag: v1.0-rc1~1185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c9071f7871d5f37f2f01e77ce5b8e301d58692;p=thirdparty%2Ffreeswitch.git woops must config for type pstn too git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6650 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/sipsetup b/scripts/sipsetup index aae898b3ad..3e7c64a9d6 100755 --- a/scripts/sipsetup +++ b/scripts/sipsetup @@ -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}) {