<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">Hi Louis,</div>
<div class=""><br class="">
</div>
<div class="">You should be able to get what you are after using PhoneView:</div>
<div class=""><br class="">
</div>
<a href="https://www.unifiedfx.com/unifiedfx-free-software/phoneview-asset-and-inventory" class="">https://www.unifiedfx.com/unifiedfx-free-software/phoneview-asset-and-inventory</a>
<div class=""><br class="">
</div>
<div class="">The Asset & Inventory Edition should be enough (free for systems with 10,000 phones or less).</div>
<div class=""><br class="">
</div>
<div class="">Here is a sample of the data you can export:</div>
<div class=""><br class="">
</div>
<div class=""><a href="https://assets.unifiedfx.com/images/2014/06/PhoneView-Scan-Edition-Sample.xlsx" class="">https://assets.unifiedfx.com/images/2014/06/PhoneView-Scan-Edition-Sample.xlsx</a></div>
<div class=""><br class="">
</div>
<div class="">Kind Regards</div>
<div class="">Stephen Welsh</div>
<div class="">Founder & CTO</div>
<div class="">UnifiedFX</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 18 Feb 2021, at 19:11, Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com" class="">Louis.Koekemoer@dimensiondata.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class="">I am mainly interested in 4 fields on the bulk phone reports<o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class="">Device Name,Description,Directory Number 1,Line CSS 1<o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class="">And for UDP reports<o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class="">Device Profile Name,Description,Directory Number 1,Line CSS 1<o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span class=""><o:p class=""> </o:p></span></div>
<div class="">
<div style="border-style: solid none none; border-top-width: 1pt; border-top-color: rgb(225, 225, 225); padding: 3pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span lang="EN-US" class="">From:</span></b><span lang="EN-US" class=""><span class="Apple-converted-space"> </span>Hunter Fuller <<a href="mailto:hf0002@uah.edu" style="color: blue; text-decoration: underline;" class="">hf0002@uah.edu</a>><span class="Apple-converted-space"> </span><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, 18 February 2021 21:07<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com" style="color: blue; text-decoration: underline;" class="">Louis.Koekemoer@dimensiondata.com</a>><br class="">
<b class="">Cc:</b><span class="Apple-converted-space"> </span>cisco-voip <<a href="mailto:cisco-voip@puck.nether.net" style="color: blue; text-decoration: underline;" class="">cisco-voip@puck.nether.net</a>><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [External] [cisco-voip] Is it possible to bulk export phones from CLI or API?<o:p class=""></o:p></span></div>
</div>
</div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">
<o:p class=""> </o:p></p>
<div class="">
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
What kind of data do you need to report?<o:p class=""></o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
I usually do stuff like this using a python tool I wrote, called axlrows. Here is an example:<o:p class=""></o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<div class="">
<p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">
>>> gen = get_phones(name="SEP700B4F9C44B8")<br class="">
>>> phones = get_phones(name="SEP700B4F9C44B8")<br class="">
>>> for phone in phones:<br class="">
        print(<a href="http://phone.name/" style="color: blue; text-decoration: underline;" class="">phone.name</a>, ":", phone.description)<br class="">
SEP700B4F9C44B8 : Hunter Fuller (Cisco 8851 SIP) - Home<o:p class=""></o:p></p>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
It looks like to match "every" phone, you could write get_phones(protocol="SIP")<o:p class=""></o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
You can get the tool here, though it is admittedly poorly documented, so if you need assistance, let me know off-list.<o:p class=""></o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://github.com/uah/axlrows" style="color: blue; text-decoration: underline;" class="">https://github.com/uah/axlrows</a><o:p class=""></o:p></div>
</div>
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<br class="">
--<br class="">
Hunter Fuller (they)<br class="">
Router Jockey<br class="">
VBH Annex B-5<br class="">
+1 256 824 5331<br class="">
<br class="">
Office of Information Technology<br class="">
The University of Alabama in Huntsville<br class="">
Network Engineering<o:p class=""></o:p></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
</div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div class="">
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
On Thu, Feb 18, 2021 at 12:47 PM Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com" style="color: blue; text-decoration: underline;" class="">Louis.Koekemoer@dimensiondata.com</a>> wrote:<o:p class=""></o:p></div>
</div>
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0cm 0cm 0cm 6pt; margin-left: 4.8pt; margin-right: 0cm;" class="">
<div class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm 0cm 0cm 7.5pt;" class="">
<div class="">
<div class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Hi,</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">I recently upgraded my CUCM clusters to CUCM 12.5su3. I hit a bit of an issue. 2 bugs. 1 on exporting all devices or all UDP, all details and 2 generating
 UDP reports or Phone reports. I need to do these on a weekly basis and I have 3 cluster with around 7000-1000 UDP per cluster and up to 33000 phones/devices per cluster. Now as per the below it breaks on around 700-800 devices. I logged a TAC case and this
 is what TAC identified. Firstly the customer is not happy with bleeding edge(Not released yet). I am not very clued up on API’s but is there possible a way I can either “export” all devices, all details via cli or with a API? I have a few more clusters to
 upgrade but all put on hold due to this.</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">1.<span class="Apple-converted-space"> </span><a href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv67192" target="_blank" style="color: blue; text-decoration: underline;" class="">https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv67192</a></span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Symptom:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Export of Bulk Phones Job , stays in "Processing" State and does not "Completes"</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Export of Bulk UDP Job , stays in "Processing" State and does not "Completes"</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Conditions:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Export fails if it's more than 520 phone records through Phone -> Export Phone/UDP -> All Details</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Workaround:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">1. Export phones around 400 records through Phone -> Export Phone -> Specific Details</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">2. Export 800+ records through Import/Export -> Export operation.</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">The known fixed version is CCM.12.5(1.14900.42) but is going to be released in late February.</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">2.<span class="Apple-converted-space"> </span><a href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvw44625" target="_blank" style="color: blue; text-decoration: underline;" class="">https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvw44625</a></span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Symptom:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">When customer submits bat job for (Bulk Administration --> Phones --> Generate Phone Reports) failed event can be observed from Job Scheduler page.</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68); background-color: yellow; background-position: initial initial; background-repeat: initial initial;" class="">Issue started after upgrading to CUCM 12.5 SU3</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Conditions:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Generate Phone Report under Bulk Administration</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Workaround:</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">While Generating the  Phone Report,</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">Bulk Administration --> Phones --> Generate Phone Reports  after selecting mandatory fields,</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">under IP Phone services fields two checkboxes are there for speed dial services and IP Phone services, if the user can checked those boxes and run the
 job Report will generate successfully</span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<b class=""><span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class="">The known fixed version is CCM.12.5(1.14900.42) but is going to be released in late February.</span></b><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; line-height: 18.75pt;" class="">
<span lang="EN-US" style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""> </span><span style="font-size: 12pt; font-family: Arial, sans-serif; color: rgb(68, 68, 68);" class=""><o:p class=""></o:p></span></div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" align="left" width="640" style="width: 480pt;">
<tbody class="">
<tr class="">
<td width="109" valign="top" style="width: 81.75pt; padding: 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="109" style="width: 81.75pt;">
<tbody class="">
<tr class="">
<td valign="top" style="padding: 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span id="cid:image001.png@01D7063A.9E68D820"><image001.png></span><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td width="353" colspan="2" valign="top" style="width: 264.75pt; padding: 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 505.015625px;">
<tbody class="">
<tr class="">
<td width="353" colspan="2" valign="top" style="width: 264.75pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 15pt; color: rgb(146, 208, 80);" class="">Louis Koekemoer (MEA)<span class="Apple-converted-space"> </span></span></b><o:p class=""></o:p></div>
</td>
</tr>
<tr class="">
<td width="353" colspan="2" valign="top" style="width: 264.75pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 9pt;" class="">Engineer - IPT - L4<span class="Apple-converted-space"> </span></span></b><o:p class=""></o:p></div>
</td>
</tr>
<tr style="height: 12pt;" class="">
<td style="padding: 0cm; height: 12pt;" class=""></td>
<td style="padding: 0cm; height: 12pt;" class=""></td>
</tr>
<tr class="">
<td width="100" style="width: 75pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 9pt;" class="">m.<span class="Apple-converted-space"> </span></span></b><span style="font-size: 9pt;" class="">+27 71 6808790</span><o:p class=""></o:p></div>
</td>
<td width="200" style="width: 150pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 9pt;" class="">t.</span></b><b class=""><span class="Apple-converted-space"> </span></b><span style="font-size: 9pt;" class="">+27 11 5754317</span><o:p class=""></o:p></div>
</td>
</tr>
<tr class="">
<td width="353" colspan="2" valign="top" style="width: 264.75pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 9pt;" class="">email.<span class="Apple-converted-space"> </span></span></b><span style="font-size: 9pt;" class=""><a href="mailto:louis.koekemoer@dimensiondata.com" target="_blank" style="color: blue; text-decoration: underline;" class="">louis.koekemoer@dimensiondata.com</a></span><o:p class=""></o:p></div>
</td>
</tr>
<tr style="height: 12pt;" class="">
<td style="padding: 0cm; height: 12pt;" class=""></td>
<td style="padding: 0cm; height: 12pt;" class=""></td>
</tr>
<tr class="">
<td width="353" colspan="2" style="width: 264.75pt; padding: 0cm 5.25pt 0cm 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<b class=""><span style="font-size: 9pt;" class=""><a href="https://www.dimensiondata.com/" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class="">dimensiondata.com</span></a></span></b><o:p class=""></o:p></div>
</td>
</tr>
<tr class="">
<td colspan="2" style="padding: 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 3.75pt 3pt 0cm 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://twitter.com/DiDataMEA" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class=""><span id="cid:image002.jpg@01D7063A.9E68D820"><image002.jpg></span></span></a><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 3.75pt 3pt 0cm 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://www.linkedin.com/company/dimension-data-middle-east-and-africa" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class=""><span id="cid:image003.jpg@01D7063A.9E68D820"><image003.jpg></span></span></a><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 3.75pt 3pt 0cm 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://www.facebook.com/DiDataMEA" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class=""><span id="cid:image004.jpg@01D7063A.9E68D820"><image004.jpg></span></span></a><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 3.75pt 3pt 0cm 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://www.instagram.com/_dimensiondata_" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class=""><span id="cid:image005.png@01D7063A.9E68D820"><image005.png></span></span></a><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height: 2.25pt;" class="">
<td style="padding: 0cm; height: 2.25pt;" class=""></td>
<td style="padding: 0cm; height: 2.25pt;" class=""></td>
<td style="padding: 0cm; height: 2.25pt;" class=""></td>
</tr>
<tr style="height: 52.5pt;" class="">
<td width="350" colspan="2" valign="top" style="width: 262.5pt; padding: 0cm; height: 52.5pt;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 199.984375px;">
<tbody class="">
<tr class="">
<td valign="top" style="padding: 0cm;" class="">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody class="">
<tr class="">
<td style="padding: 0cm;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<a href="https://www.dimensiondata.com/" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="text-decoration: none;" class=""><span id="cid:image006.png@01D7063A.9E68D820"><image006.png></span></span></a><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="color: white;" class="">.</span><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 0cm; height: 52.5pt;" class="">
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="color: white;" class="">.</span><o:p class=""></o:p></div>
</td>
</tr>
</tbody>
</table>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 954.609375px;">
<tbody class="">
<tr class="">
<td style="padding: 0cm 0cm 0cm 7.5pt;" class=""></td>
</tr>
</tbody>
</table>
<p class=""><span style="font-family: Arial, sans-serif;" class="">This email and all contents are subject to the following disclaimer:<br class="">
<a href="https://www.dimensiondata.com/email-disclaimer" target="_blank" style="color: blue; text-decoration: underline;" class="">https://www.dimensiondata.com/email-disclaimer</a></span><o:p class=""></o:p></p>
</div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" style="color: blue; text-decoration: underline;" class="">cisco-voip@puck.nether.net</a><br class="">
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank" style="color: blue; text-decoration: underline;" class="">https://puck.nether.net/mailman/listinfo/cisco-voip</a><o:p class=""></o:p></div>
</blockquote>
</div>
<div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<br class="">
<br class="">
<span style="color: white;" class="">itevomcid</span><o:p class=""></o:p></div>
</div>
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">cisco-voip
 mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="mailto:cisco-voip@puck.nether.net" style="color: blue; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">cisco-voip@puck.nether.net</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" style="color: blue; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://puck.nether.net/mailman/listinfo/cisco-voip</a></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>