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:
parent
5a9481d940
commit
67c9071f78
|
@ -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}) {
|
||||
|
|
Loading…
Reference in New Issue