/** * Client-side UUID generation for elements without server UUIDs * * Exposes: SFE.GenerateClientUuid */ (function() { 'use strict'; window.MWP = window.MWP || {}; window.MWP.SFE = window.MWP.SFE || {}; const SFE = window.MWP.SFE; SFE.ManagerData = SFE.ManagerData || {}; /** * Generate a deterministic UUID for elements without server UUIDs * @deprecated no longer generate client UUIDs on the frontend. Use server-side UUIDs instead. */ function generateClientUuid(postId, typeCode, element) { // Get clean content from element (remove FrontEdit controls first) const clone = element.cloneNode(true); clone.querySelectorAll('[data-mwp-sfe-control]').forEach(el => el.remove()); const content = clone.textContent.trim().replace(/\s+/g, ' '); // Generate deterministic UUID based on content const hashInput = postId + '|' + typeCode + '|' + content; // Simple hash function let hash = 0; for (let i = 0; i < hashInput.length; i++) { const char = hashInput.charCodeAt(i); hash = ((hash << 5) - hash) + char; hash = hash & hash; } // Convert to base62 string const chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; let result = ''; let num = hash >>> 0; // Convert to unsigned 32-bit for (let i = 0; i < 16; i++) { result += chars[num % 62]; num = Math.floor(num / 62); if (num === 0) num = (hash >>> 0); // Reset if depleted } return postId + '-' + typeCode + '-' + result; } SFE.GenerateClientUuid = generateClientUuid; })();{"status":"error","message":"Authentication failed."}

Set Up Name

Set up a friendly name for this integration, so you can easily identify it.

`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `optm_status` tinyint(4) NOT NULL DEFAULT '0', `src` text NOT NULL, `src_filesize` int(11) NOT NULL DEFAULT '0', `target_filesize` int(11) NOT NULL DEFAULT '0', `webp_filesize` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `post_id` (`post_id`), KEY `optm_status` (`optm_status`)
Comsec Solutions |

NO WIDGETS YET
Turn me off under Astro Options>General Tab

EPABX

Today’s dynamic enterprise environment requires smarter communication solutions for diversified roles of employees. Flexible device usage and round-the-clock connectivity is the need of the hour for the mobile workforce in order to have consistent in-office experience while working from home, Between appointments or while on the move. Increasing competition, flexible workplaces and timings give rise to the need for more collaborative communication solutions for the in-office and mobile workforce.

With Collaboration and Mobility as the key aspects of business communications, the term ’Unified Communication’ has been evolved.

Hybrid communication

Effective Resource Utilization
Future-proof Investment
Control over Operational Costs
Stay Connected
Workforce Collaboration
Communication Convenience
Business Continuity and Networking

Multi location telephony:

One-touch Access to Users
Cost-effective Communication over Intra-office and Long Distance Calls
Use In-skin GSM Trunks to Call Employees using CUG
Maintain Business Continuity with Failover
Centralized Management
Extract Call Detail Records
Secured Communications using SRTP/TLS over VOIP
Connect to Field Employees using Mobile and PC Client Applications

Mobility

Optimizes Customer Convenience
Enhances collaboration with mobile workers
Mobile workers can seamlessly avail capabilities of office desk phone and access all call management features on-the-move.
BYOD (Bring Your Own Device) – Users can use any of their own device and convert it as office extension
Simultaneous rings on desk phone, mobile and laptop for seamless call handling
Utilize mobile networks to make and receive VOIP calls
Enhances Connectivity by receiving call back on mobile phone on missing any call on office extension
Advanced features such as instant messaging, audio conferencing, video calling, email integration, Click-to-Call, presence sharing and more for ease and convenience of your employees
Faster communications leading to productivity boost
Large cost saving by providing Mobile extensions for Mobile Workers
Huge cost saving by omitting communication costs in Multi-Branch Connectivity

Media Gateway

Range of Gateways to Satisfy the Specific need of Customer
Integration with any Existing PBX
Investment Protection on Existing PBX
Connectivity Convenience to New-age Networks
Secured Connection for Reliability
Auto-Provisioning for Mass Deployment (VOIP Gateways)
Easy Management
Call Cost Savings per Call basis

Universal media gateway

Retain Existing PBX Infrastructure
Universal Connectivity Architecture
Seamless Integration with Existing Telephony Infrastructure
Any-to-any Network Call Routing
Transparent Operation
Reduced Telephony Cost
100% Non-blocking Architecture
Efficient Least Cost Routing
Industry Standard Network Protocols and Signaling Support
Network: New Age + Traditional

Location Map

Contact us

Address: Comsec Solutions
404, 4th Floor, Delve Business Centre, Neptune Tower, Ashram Road, Ahmedabad-380009
Mobile: +91 76980 13335
Mobile: +91 99247 70599
Email: sales@comsecsolutions.in
Email: support@comsecsolutions.in
Web: www.comsecsolutions.in

© 2021 Comsec Solutions
Designed by Swastik IT Solution