Site is temporarily unavailable due to maintenance

We expect to have the site back up within 4 hours.

'; exit; */ #} }#goodbotcheck /* if (in_array($ip, $list) ){ #echo "$ip FOUND IN FILE, last array"; header("HTTP/1.1 503 Service Temporarily Unavailable"); header("Status: 503 Service Temporarily Unavailable"); header("Retry-After: 3600"); echo ' Site is temporarily unavailable due to maintenance

Site is temporarily unavailable due to maintenance

We expect to have the site back up within 4 hours.

'; exit; } */ # '../', 'passwd', 'UNION' if (strpos($urlg, '../') !== false) { echo 'fuck off'; die(); } if (strpos($article, '../') !== false) { echo 'fuck off'; die(); } if (strpos($vl, '../') !== false) { echo 'fuck off'; die(); } $banned[0]="5.79.105.131"; if (in_array($_SERVER['REMOTE_ADDR'],$banned)) { header("HTTP/1.1 403 Forbidden"); exit; } $banned[0]="202.46.51.210"; if (in_array($_SERVER['REMOTE_ADDR'],$banned)) { header("HTTP/1.1 403 Forbidden"); exit; } $host = $_SERVER['HTTP_HOST']; $uri = $_SERVER['REQUEST_URI']; $domainname = $_SERVER['HTTP_HOST']; #if ($domainname != "action.news"){ #$uri = $_SERVER['REQUEST_URI']; #Header( "HTTP/1.1 301 Moved Permanently" ); #Header( "Location: http://action.news$uri" ); #} if ($domainname == "www.telus.com.fiber.westnet.ca"){ $cdn = "https://$domainname"; } else { #$cdn = "https://secure.action.news"; } // find out the domain: $domain = $_SERVER['HTTP_HOST']; // find out the path to the current file: $path = $_SERVER['SCRIPT_NAME']; // find out the QueryString: $queryString = $_SERVER['QUERY_STRING']; // put it all together: $url = "//" . $domain . $path . "?" . $queryString; #$items = array(westnet,westnethd,forestlawnalberta); #$fblikename = $items[array_rand($items)]; $fblikename = "westnethd"; $range_start = ip2long("207.35.0.0"); $range_end = ip2long("207.35.255.255"); $ip = ip2long($_SERVER['REMOTE_ADDR']); if ($ip >= $range_start && $ip <= $range_end) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $referer = $_SERVER['HTTP_REFERER']; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; $to = "cs.security-207.35.0.0@westnet.ca"; $subject = "Calgary Stampede Snooping $url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $referer = $_SERVER['HTTP_REFERER']; if (strpos($referer,'facebook') !== false) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; #$to = "fb-visitor@westnet.ca"; $subject = "$url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); if (strpos($hostname,'tfbnw') !== false) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $ua = $_SERVER['HTTP_USER_AGENT']; #$to = "fb-visitor@westnet.ca"; $subject = "$url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $range_start = ip2long("216.239.0.0"); $range_end = ip2long("216.239.255.255"); $ip = ip2long($_SERVER['REMOTE_ADDR']); if ($ip >= $range_start && $ip <= $range_end) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $referer = $_SERVER['HTTP_REFERER']; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; $to = "security-216.239.0.0@westnet.ca"; $subject = "Google Snooping $url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $ip = $_SERVER['REMOTE_ADDR']; ?> Calgary Business Wireless Telephone, VOIP, PTP | WestNet Wireless WestNet N.A., A Global Leader In Technology, Innovations, Communications, Aeropsace, Wi-Fi, Construction and More
WestNet Menu
Calgary Business Wireless Telephone Service

Calgary Business Wireless Telephone, VOIP, PTP Solutions

Our high-quality wireless digital phone service provides customized solutions for your business needs and prioritizes security and privacy.

Unlike other carriers in North America, we have not selected Amdocs for our billing data. As of 2003, TELUS has outsourced all telephone records and billing data to an overseas company, Amdocs.  We believe a local call should be classified as a local call.

Why Choose WestNet Business Wireless?

  • Secure and Private: We prioritize your business's security by managing billing data locally, avoiding outsourcing to overseas companies like Amdocs.
  • Advanced VOIP Services: Enjoy seamless VOIP communication with low latency, ideal for businesses requiring high-quality voice transmission.
  • Flexible PTP Solutions: Point-to-Point (PTP) services that cater to your specific business communication needs.
  • Customizable Plans: Packaged pricing options available in conjunction with our Business Wireless Internet services.
  • Local Support: Dedicated support team available via email at info@westnet.ca or phone at 403-774-7470.

Our Business Wireless Telephone Services

Our Calgary Business Wireless Telephone, VOIP, PTP services include:

  • VOIP Services Available
  • Low Latency Business Landline
  • Toll Free Numbers Service
  • SIP Based Communications
  • Locally Terminated DIDs (Direct Inward Dial)
  • Premium Call Routing

Packaged pricing available with WestNet Business Wireless Internet.

Contact us at info@westnet.ca or reach us by telephone, 403-774-7470.

For support: support@westnet.ca or telephone 403-774-7470 option number 2.

Business VOIP Services

How Our Business Wireless Telephone Services Work

WestNet Wireless ensures that your business communication is seamless and efficient. Our wireless digital phone services are designed to integrate effortlessly with your existing infrastructure, providing reliable connectivity and advanced features to support your operations. Whether you're managing a small office or a large enterprise, our solutions scale to meet your needs.

Enhance Your Business Communication Today!

Contact WestNet Wireless for the most reliable and secure business telephone services in Calgary.

Get Started

Our Service Categories

Calgary Business Wireless Telephone, VOIP, PTP | WestNet Wireless

Calgary Business Wireless Telephone, VOIP, PTP | WestNet Wireless

Please fill out the form below, and we'll get back to you with more details.

/* Styles for the responsive div */ .responsive-div { background-color: white; /* Sets the background color of the div */ width: 100%; /* Makes the div take 100% of its parent's width */ max-width: 1200px; /* Limits the maximum width of the div */ margin: 0 auto; /* Centers the div horizontally */ padding: 5px; /* Adds spacing inside the div */ box-sizing: border-box; /* Includes padding in the div's total width */ overflow: hidden; /* Prevents images from leaking out of the div */ display: flex; /* Use flexbox layout */ justify-content: center; /* Center contents horizontally */ align-items: center; /* Center contents vertically */ text-align: center; /* Center text inside the div */ } /* Styles for the images inside the div */ .responsive-div img { max-width: 100%; /* Ensures images resize to fit the div */ height: auto; /* Maintains image aspect ratio */ } /* Additional styles for the footer text */ footer { text-align: center; /* Centers the footer text */ color: white; /* Sets the text color */ font-family: Verdana; /* Sets the font family */ } footer a { color: white; /* Sets the link color */ } footer a:hover { text-decoration: underline; /* Adds underline on hover for links */ }
WestNet Logo Twitter Icon Facebook Icon Verizon Logo
EOT; #include ('/var/wwwroot/westnet.ca/track/tracker.php'); #include ('emaillogger.php'); /* #adsense was switched to toypp */ include('location.php'); ?>