|
@@ -268,6 +268,78 @@ class Profile implements TenancyIdTraitInterface, PreRemoveBlockCascadeInterfac
|
|
|
return $this->getData('ServerVoIP_IP') ? $this->getData('ServerVoIP_IP') : $this->getDefault('ServerVoIP_IP');
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess1_ip()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess1_ip') ? $this->getData('SnmpCfgAccess1_ip') : $this->getDefault('SnmpCfgAccess1_ip');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess1_netmask()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess1_netmask') ? $this->getData('SnmpCfgAccess1_netmask') : $this->getDefault('SnmpCfgAccess1_netmask');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess1_community()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess1_community') ? $this->getData('SnmpCfgAccess1_community') : $this->getDefault('SnmpCfgAccess1_community');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess2_netmask()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess2_netmask') ? $this->getData('SnmpCfgAccess2_netmask') : $this->getDefault('SnmpCfgAccess2_netmask');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess2_ip()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess2_ip') ? $this->getData('SnmpCfgAccess2_ip') : $this->getDefault('SnmpCfgAccess2_ip');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getSnmpCfgAccess2_community()
|
|
|
+ {
|
|
|
+ return $this->getData('SnmpCfgAccess2_community') ? $this->getData('SnmpCfgAccess2_community') : $this->getDefault('SnmpCfgAccess2_community');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getRed2_a_excluir_ip()
|
|
|
+ {
|
|
|
+ return $this->getData('Red2_a_excluir_ip') ? $this->getData('Red2_a_excluir_ip') : $this->getDefault('Red2_a_excluir_ip');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getRed2_a_excluir_mascara()
|
|
|
+ {
|
|
|
+ return $this->getData('Red2_a_excluir_mascara') ? $this->getData('Red2_a_excluir_mascara') : $this->getDefault('Red2_a_excluir_mascara');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getRedVOIP_ip()
|
|
|
+ {
|
|
|
+ return $this->getData('RedVOIP_ip') ? $this->getData('RedVOIP_ip') : $this->getDefault('RedVOIP_ip');
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* @return string
|
|
|
*/
|
|
@@ -275,6 +347,38 @@ class Profile implements TenancyIdTraitInterface, PreRemoveBlockCascadeInterfac
|
|
|
{
|
|
|
return $this->getData('sipDevRegistrar') ? $this->getData('sipDevRegistrar') : $this->getDefault('sipDevRegistrar');
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getServerProv_IP()
|
|
|
+ {
|
|
|
+ return $this->getData('ServerProv_IP') ? $this->getData('ServerProv_IP') : $this->getDefault('ServerProv_IP');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getRedVOIP_mascara()
|
|
|
+ {
|
|
|
+ return $this->getData('RedVOIP_mascara') ? $this->getData('RedVOIP_mascara') : $this->getDefault('RedVOIP_mascara');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getDS_MaxRateSustained()
|
|
|
+ {
|
|
|
+ return $this->getData('DS_MaxRateSustained') ? $this->getData('DS_MaxRateSustained') : $this->getDefault('DS_MaxRateSustained');
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return string
|
|
|
+ */
|
|
|
+ public function getUS_MaxRateSustained()
|
|
|
+ {
|
|
|
+ return $this->getData('US_MaxRateSustained') ? $this->getData('US_MaxRateSustained') : $this->getDefault('US_MaxRateSustained');
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
|
* @param string $name
|