Linksys PAP2T-NA

Availability:
Out of stock
Discontinued. No Longer Available
Description
Linksys PAP25 VoIP Gateway - Feature-Rich VoIP Service Through Your High-Speed Internet Connection
Highlights
• Enables high-quality feature-rich voice over IP (VoIP) service through your broadband Internet connection
• Dual standard telephone ports for use with analog phones or fax machines, with independent phone numbers
• High-quality, clear-sounding voice, using advanced voice quality of service (QoS) capability
• Compatible with all common telephone features, such as caller ID, call waiting, and voicemail
0; }, loadProductsFromServer() { if (this.isLoading) { return; } this.isLoading = true; return fetch(this.ajaxData.url + '?' + this.buildQueryString(this.ajaxData.originalRequest), { 'headers': { 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8', }, 'method': 'GET' }) .then(response => response.json()) .then(data => { if (!data.status) { return; } this.products = Object.values(data.productList); window.dispatchEvent(new CustomEvent('also-bough-products-loaded')); }) .catch(function (error) { typeof window.dispatchMessages !== 'undefined' && window.dispatchMessages( [{ type: 'error', text: error }], 5000 ); }).finally(() => this.isLoading = false); }, buildQueryString(params) { const queryStringArray = []; for (const key in params) { if (params.hasOwnProperty(key)) { const value = params[key]; if (Array.isArray(value)) { value.forEach((item, index) => { queryStringArray.push(this.buildQueryString({ [key + '[' + index + ']']: item })); }); } else if (typeof value === 'object' && value !== null) { queryStringArray.push(this.buildQueryString(value)); } else { queryStringArray.push(`${encodeURIComponent(key)}=${encodeURIComponent(value)}`); } } } return queryStringArray.join('&'); } } }
