提交 67c9071f authored 作者: Brian West's avatar Brian West

woops must config for type pstn too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6650 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5a9481d9
......@@ -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}) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论