* Returns array of additional firewall rules for module
public function getDefaultFirewallRules(): array
$defaultWeb = PbxSettings::getValueByKey('WEBPort');
$ajamPort = PbxSettings::getValueByKey('AJAMPort');
'portfrom' => $defaultWeb,
'name' => 'PT1CHTTPPort',
'portFromKey' => 'WEBPort',
'portToKey' => 'WEBPort',
'name' => 'PT1CAjamPort',
'portFromKey' => 'AJAMPort',
'portToKey' => 'AJAMPort',
'shortName' => 'CTI client 1.0',