<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
p.xmsonormal, li.xmsonormal, div.xmsonormal
        {mso-style-name:x_msonormal;
        margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle25
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-ZA" link="#0563C1" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Alan,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">This is exactly what I am looking for. I will use it like below, as I am interested in all. What would I change to do the same for UDP, as not every user necessarily has a jabber or physical phone
 device<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">run sql select device.name, device.description, numplan.dnorpattern, routepartition.name, callingsearchspace.name, devicenumplanmap.e164mask, devicepool.name, devicenumplanmap.busytrigger, devicenumplanmap.maxnumcalls
 from numplan inner join devicenumplanmap on numplan.pkid = devicenumplanmap.fknumplan inner join device on devicenumplanmap.fkdevice = device.pkid inner join routepartition on routepartition.pkid = numplan.fkroutepartition inner join callingsearchspace on
 callingsearchspace.pkid = numplan.fkcallingsearchspace_sharedlineappear inner join devicepool on device.fkdevicepool = devicepool.pkid where numplan.dnorpattern like '%'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> Alan Libbee <alan.libbee@umgc.edu>
<br>
<b>Sent:</b> Thursday, 18 February 2021 21:12<br>
<b>To:</b> Louis Koekemoer (MEA) <Louis.Koekemoer@dimensiondata.com>; cisco-voip <cisco-voip@puck.nether.net><br>
<b>Subject:</b> Re: Is it possible to bulk export phones from CLI or API?<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Louis,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Below is a query you can run from the CLI in CallManager over ssh. You can change the end from '24%' to any number you want, similar to directory number starts with 24. You can modify this query
 or build a similar one to get the fields you are looking for.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">run sql select device.name, device.description, numplan.dnorpattern, routepartition.name, callingsearchspace.name, devicenumplanmap.e164mask, devicepool.name, devicenumplanmap.busytrigger, devicenumplanmap.maxnumcalls
 from numplan inner join devicenumplanmap on numplan.pkid = devicenumplanmap.fknumplan inner join device on devicenumplanmap.fkdevice = device.pkid inner join routepartition on routepartition.pkid = numplan.fkroutepartition inner join callingsearchspace on
 callingsearchspace.pkid = numplan.fkcallingsearchspace_sharedlineappear inner join devicepool on device.fkdevicepool = devicepool.pkid where numplan.dnorpattern like '24%'<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Example Output:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">name            description                                dnorpattern name            name                 e164mask       name       busytrigger maxnumcalls
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">=============== ============================================== =========== ======= ================= ========== ========== =========== ===========<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">CSFBLAH      CSF  for Blah                             2408675309 Internal_PT Long_Distance 1<span style="background:white">2408675309 </span>Example 1                     2<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Hope this helps. <o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">-Alan <o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="98%" align="center">
</div>
<div id="divRplyFwdMsg">
<p class="MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black"> cisco-voip <<a href="mailto:cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a>> on behalf of Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com">Louis.Koekemoer@dimensiondata.com</a>><br>
<b>Sent:</b> Thursday, February 18, 2021 1:44 PM<br>
<b>To:</b> cisco-voip <<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>><br>
<b>Subject:</b> [cisco-voip] Is it possible to bulk export phones from CLI or API?</span>
<o:p></o:p></p>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
<div>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 7.5pt">
<div>
<div>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Hi,</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">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="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">1.
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbst.cloudapps.cisco.com%2Fbugsearch%2Fbug%2FCSCvv67192&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983601572%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sr4n26vQfEhwnrWn392hbBjP46n073g2vTLyw5SKnf0%3D&reserved=0">
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv67192</a></span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Symptom:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Export of Bulk Phones Job , stays in "Processing" State and does not "Completes"</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Export of Bulk UDP Job , stays in "Processing" State and does not "Completes"</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Conditions:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Export fails if it's more than 520 phone records through Phone -> Export Phone/UDP -> All Details</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Workaround:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">1. Export phones around 400 records through Phone -> Export Phone -> Specific Details</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">2. Export 800+ records through Import/Export -> Export operation.</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">The known fixed version is CCM.12.5(1.14900.42) but is going to be released in late February.</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">2.
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbst.cloudapps.cisco.com%2Fbugsearch%2Fbug%2FCSCvw44625&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983611566%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=VzD5xg%2By8XySV2dAZahQ20SSd%2BalkdWJRGa9nOvm5r0%3D&reserved=0">
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvw44625</a></span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Symptom:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">When customer submits bat job for (Bulk Administration --> Phones --> Generate Phone Reports) failed event can be observed from Job Scheduler page.
</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444;background:yellow">Issue started after upgrading to CUCM 12.5 SU3</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Conditions:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Generate Phone Report under Bulk Administration</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Workaround:</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">While Generating the  Phone Report,
</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Bulk Administration --> Phones --> Generate Phone Reports  after selecting mandatory fields,</span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">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="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">The known fixed version is CCM.12.5(1.14900.42) but is going to be released in late February.</span></b><span style="color:#444444"><o:p></o:p></span></p>
<p class="xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><span style="color:#444444"><o:p></o:p></span></p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" align="left" width="640" style="width:480.0pt">
<tbody>
<tr>
<td width="109" valign="top" style="width:81.75pt;padding:0cm 0cm 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="109" style="width:81.75pt">
<tbody>
<tr>
<td valign="top" style="padding:0cm 0cm 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<img border="0" width="135" height="110" style="width:1.4062in;height:1.1458in" id="Picture_x0020_2" src="cid:image001.png@01D7063C.E3A51410" alt="ddlogo"><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td width="353" colspan="2" valign="top" style="width:264.75pt;padding:0cm 0cm 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td width="353" colspan="2" valign="top" style="width:264.75pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:15.0pt;color:#92D050">Louis Koekemoer (MEA) </span></b><o:p></o:p></p>
</td>
</tr>
<tr>
<td width="353" colspan="2" valign="top" style="width:264.75pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:9.0pt">Engineer - IPT - L4 </span></b><o:p></o:p></p>
</td>
</tr>
<tr style="height:12.0pt">
<td style="padding:0cm 0cm 0cm 0cm;height:12.0pt"></td>
<td style="padding:0cm 0cm 0cm 0cm;height:12.0pt"></td>
</tr>
<tr>
<td width="100" style="width:75.0pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:9.0pt">m. </span></b><span style="font-size:9.0pt">+27 71 6808790
</span><o:p></o:p></p>
</td>
<td width="200" style="width:150.0pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:9.0pt">t.</span></b><b> </b><span style="font-size:9.0pt">+27 11 5754317
</span><o:p></o:p></p>
</td>
</tr>
<tr>
<td width="353" colspan="2" valign="top" style="width:264.75pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:9.0pt">email. </span></b><span style="font-size:9.0pt;color:black"><a href="mailto:louis.koekemoer@dimensiondata.com">louis.koekemoer@dimensiondata.com</a>
</span><o:p></o:p></p>
</td>
</tr>
<tr style="height:12.0pt">
<td style="padding:0cm 0cm 0cm 0cm;height:12.0pt"></td>
<td style="padding:0cm 0cm 0cm 0cm;height:12.0pt"></td>
</tr>
<tr>
<td width="353" colspan="2" style="width:264.75pt;padding:0cm 5.25pt 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style="font-size:9.0pt"><a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dimensiondata.com%2F&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983611566%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=mHZOq8WiLH5ONsLtsuSEz311srS6dWDi5GfGScyMVjA%3D&reserved=0" target="_blank"><span style="color:black;text-decoration:none">dimensiondata.com</span></a>
</span></b><o:p></o:p></p>
</td>
</tr>
<tr>
<td colspan="2" style="padding:0cm 0cm 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:3.75pt 3.0pt 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FDiDataMEA&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983621560%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=P3VxRmJGNwBYdX5esUANZSABBxH%2FalQelYxRR%2Bnx4sU%3D&reserved=0"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="Picture_x0020_3" src="cid:image002.jpg@01D7063C.E3A51410" alt="ddtwitter"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding:3.75pt 3.0pt 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fdimension-data-middle-east-and-africa&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983641549%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=3PmUo1tpbkznjoiK7%2B0q7WqJluszHAMnVLTTSER3MkY%3D&reserved=0"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="Picture_x0020_4" src="cid:image003.jpg@01D7063C.E3A51410" alt="ddlinkedin"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding:3.75pt 3.0pt 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FDiDataMEA&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983651540%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=alo66IOqggKMBQEaZhsjEcLtLTYJQtm5k3t0L4nPLhE%3D&reserved=0"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="Picture_x0020_5" src="cid:image004.jpg@01D7063C.E3A51410" alt="ddfacebook"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding:3.75pt 3.0pt 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2F_dimensiondata_&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983671533%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=VOKNK6mCRmNqB5CLgaIziULRzSd9zYSNE3Kkcq%2FJEVs%3D&reserved=0"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="Picture_x0020_6" src="cid:image005.png@01D7063C.E3A51410" alt="ddinstagram"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height:2.25pt">
<td style="padding:0cm 0cm 0cm 0cm;height:2.25pt"></td>
<td style="padding:0cm 0cm 0cm 0cm;height:2.25pt"></td>
<td style="padding:0cm 0cm 0cm 0cm;height:2.25pt"></td>
</tr>
<tr style="height:52.5pt">
<td width="350" colspan="2" valign="top" style="width:262.5pt;padding:0cm 0cm 0cm 0cm;height:52.5pt">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td valign="top" style="padding:0cm 0cm 0cm 0cm">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dimensiondata.com%2F&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983671533%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=Rn2NtjxVoAEuveElN3wcO2f2VNt6ScZhjJe0Ujob8bQ%3D&reserved=0"><span style="text-decoration:none"><img border="0" width="200" height="34" style="width:2.0833in;height:.3541in" id="Picture_x0020_7" src="cid:image006.png@01D7063C.E3A51410" alt="Logo"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<span style="color:white">.</span> <o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding:0cm 0cm 0cm 0cm;height:52.5pt">
<p class="MsoNormal" style="mso-element:frame;mso-element-frame-hspace:2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-height-rule:exactly">
<span style="color:white">.</span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 7.5pt"></td>
</tr>
</tbody>
</table>
<p><span style="font-family:"Arial",sans-serif;color:black">This email and all contents are subject to the following disclaimer:<br>
<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dimensiondata.com%2Femail-disclaimer&data=04%7C01%7Calan.libbee%40umgc.edu%7C75ff6196f22345bf3a8308d8d43d9df9%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C637492708983681526%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F%2BnptdrOsp%2FK9ZTzT5%2FKSKl3mpFQsEAb5TqzRUfuLZ4%3D&reserved=0" target="_blank">https://www.dimensiondata.com/email-disclaimer</a>
</span><o:p></o:p></p>
</div>
<p class="MsoNormal"><br>
<br>
<span style="color:white">itevomcid</span> <o:p></o:p></p>
</div>
</body>
</html>