woops must config for type pstn too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6650 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-11 17:10:47 +00:00
parent 5a9481d940
commit 67c9071f78
1 changed files with 1 additions and 1 deletions

View File

@ -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}) {