Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I have a potential case where 20 C220-M7 servers (each air-gapped) should be installed for video surveillance NVR. Each server is planned to be equipped with 8cores 16GB ram and few TB of storage where the OS will be installed directly (no virtua...
I have a working custom designed chat application using REST ECE Messaging APIs. Now I want to extend this to allow agent's to send attachments to customers. When an agent send's an attachment, as expected, I receive a callback on my apps webbook URL...
Hi, What's the correct procedure of downloading Cisco Expressway software for Webex Customers who wants to use Hybrid connectors ? Webex support info page: https://help.webex.com/en-us/ruyceab/Supported-Versions-of-Expressway-for-Cisco-Webex-Hybrid-S...
I need to keep the 8851 phones displays active all the time (24x7).
In CUCM there are settings: "Display On Time" and "Display On Duration" for that.
The most relevant documentation (https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cuipph/8800-ser...
I have 2 IP Phones. One of them ( 8811 ) supports and has configured call recording to a recording server that support G729/G722/G711. I have in configured in CUCM that G722 is disabled for phones that have recording enabled.There are 3 regions:Regio...
This was the reason why I raised the question here, because there is also Intersight docs, that say that it is required:Cisco Intersight Infrastructure Service Data Sheet Also the first M7 servers I have received (bought with SaaS license), display w...
Simple mathematics. Have 20 air-gapped sites, each with 1 C220 M7 that requires Cisco Intersight access. As there is no connection to anything except local video cameras, I require on-prem Intersight Virtual Appliance on each of the C220 M7 servers. ...
Tnx, clear, then I need to add to the cost calculation for Cisco server option for this project 3x more HW resources (RAM and CPU) + virtualization + work to set up 20 on-prem PVA instances + the more expensive Intersight licenses that can work with ...
Would be strange, that different encodings would be used for different types of files.
I would suggest to try to find the truth by "reverse engineering" - try to send in a known image file, and try to encode it also manually to hex, for example via t...
Yes, can confirm, that this works also for image files.
Currently my test code in php is:
<?php
$input = file_get_contents('infile.txt');
file_put_contents('out.jpg', hexToStr($input));
function hexToStr($hex){
$string='';
for ($i=0; $i < s...