<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:x="urn:schemas-microsoft-com:office:excel" 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:blue;
text-decoration:underline;}
p.gmail-m-7901180231892168742xmsonormal, li.gmail-m-7901180231892168742xmsonormal, div.gmail-m-7901180231892168742xmsonormal
{mso-style-name:gmail-m_-7901180231892168742xmsonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.EmailStyle20
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
@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="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Hunter,<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">Some time ago I had this issue and you mentioned if I want everything I should remove where and everything after it. I have a bug hence I need to use this method until I can one day convince business
to upgrade. I need to get all my line info. More specific I am looking for CSS, Recording option, recording profile, recording media source and Monitoring Calling Search Space. Could you guys help me to alter this script to include these parameters?<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"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<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"> Hunter Fuller <hf0002@uah.edu>
<br>
<b>Sent:</b> Thursday, 18 February 2021 21:38<br>
<b>To:</b> Louis Koekemoer (MEA) <Louis.Koekemoer@dimensiondata.com><br>
<b>Cc:</b> Alan Libbee <alan.libbee@umgc.edu>; cisco-voip <cisco-voip@puck.nether.net><br>
<b>Subject:</b> Re: [External] Re: [cisco-voip] Is it possible to bulk export phones from CLI or API?<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">If you want to use it to match everything, just delete the word "where" and everything after it. If you don't specify a "where" clause it matches everything.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I'm sure you won't want to bother with axlrows since you already have what you need, but here is one way you could have done it. It is not possible to use axlrows to do it for device profiles because we don't use those so I haven't written
that - sorry.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">>>> phones = get_phones(name="SEP700B4F9C44B8")<br>
for phone in phones:<br>
dirn_uuid = phone.lines[0][0].dirn._uuid<br>
dirn = get_suds_client().service.getLine(uuid=dirn_uuid)[0][0] #hack<br>
print(<a href="http://phone.name">phone.name</a> + "," + phone.description + "," + dirn.pattern + "," + dirn.shareLineAppearanceCssName[0])<br>
SEP700B4F9C44B8,Hunter Fuller (Cisco 8851 SIP) - Home,5331,COS-Unlimited-CSS<o:p></o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><br>
--<br>
Hunter Fuller (they)<br>
Router Jockey<br>
VBH Annex B-5<br>
+1 256 824 5331<br>
<br>
Office of Information Technology<br>
The University of Alabama in Huntsville<br>
Network Engineering<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Thu, Feb 18, 2021 at 1:31 PM Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com">Louis.Koekemoer@dimensiondata.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Alan,<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">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></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">run sql select
<a href="http://device.name" target="_blank">
device.name</a>, device.description, numplan.dnorpattern, <a href="http://routepartition.name" target="_blank">
routepartition.name</a>, <a href="http://callingsearchspace.name" target="_blank">
callingsearchspace.name</a>, devicenumplanmap.e164mask, <a href="http://devicepool.name" target="_blank">
devicepool.name</a>, 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></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<div>
<div style="border:none;border-top:solid windowtext 1.0pt;padding:3.0pt 0cm 0cm 0cm;border-color:currentcolor currentcolor">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> Alan Libbee <<a href="mailto:alan.libbee@umgc.edu" target="_blank">alan.libbee@umgc.edu</a>>
<br>
<b>Sent:</b> Thursday, 18 February 2021 21:12<br>
<b>To:</b> Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com" target="_blank">Louis.Koekemoer@dimensiondata.com</a>>; cisco-voip <<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a>><br>
<b>Subject:</b> Re: Is it possible to bulk export phones from CLI or API?</span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt"> <o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">Louis,</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><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.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">run sql select
<a href="http://device.name" target="_blank">
device.name</a>, device.description, numplan.dnorpattern, <a href="http://routepartition.name" target="_blank">
routepartition.name</a>, <a href="http://callingsearchspace.name" target="_blank">
callingsearchspace.name</a>, devicenumplanmap.e164mask, <a href="http://devicepool.name" target="_blank">
devicepool.name</a>, 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%'</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">Example Output:</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">name description dnorpattern name name e164mask name
busytrigger maxnumcalls </span><o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">=============== ============================================== =========== ======= ================= ========== ========== ===========
===========</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><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</span><o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">Hope this helps. </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black">-Alan </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;color:black"> </span><o:p></o:p></p>
</div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="98%" align="center">
</div>
<div id="gmail-m_-7901180231892168742divRplyFwdMsg">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="color:black">From:</span></b><span style="color:black"> cisco-voip <<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank">cisco-voip-bounces@puck.nether.net</a>>
on behalf of Louis Koekemoer (MEA) <<a href="mailto:Louis.Koekemoer@dimensiondata.com" target="_blank">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" target="_blank">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" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <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="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Hi,</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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" target="_blank">
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv67192</a></span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Symptom:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Conditions:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Workaround:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">2. Export 800+ records through Import/Export -> Export operation.</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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" target="_blank">
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvw44625</a></span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Symptom:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444;background:yellow">Issue started after upgrading to CUCM 12.5 SU3</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Conditions:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Generate Phone Report under Bulk Administration</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><b><span lang="EN-US" style="color:#444444">Workaround:</span></b><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">While Generating the Phone Report,
</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444">Bulk Administration --> Phones --> Generate Phone Reports after selecting mandatory fields,</span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" 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><o:p></o:p></p>
<p class="gmail-m-7901180231892168742xmsonormal" style="line-height:18.75pt"><span lang="EN-US" style="color:#444444"> </span><o:p></o:p></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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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="gmail-m_-7901180231892168742Picture_x0020_2" src="cid:image001.png@01D75281.E718A5D0" 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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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><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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank">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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="gmail-m_-7901180231892168742Picture_x0020_3" src="cid:image002.jpg@01D75281.E718A5D0" 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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="gmail-m_-7901180231892168742Picture_x0020_4" src="cid:image003.jpg@01D75281.E718A5D0" 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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="gmail-m_-7901180231892168742Picture_x0020_5" src="cid:image004.jpg@01D75281.E718A5D0" 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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank"><span style="text-decoration:none"><img border="0" width="20" height="20" style="width:.2083in;height:.2083in" id="gmail-m_-7901180231892168742Picture_x0020_6" src="cid:image005.png@01D75281.E718A5D0" 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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" target="_blank"><span style="text-decoration:none"><img border="0" width="200" height="34" style="width:2.0833in;height:.3541in" id="gmail-m_-7901180231892168742Picture_x0020_7" src="cid:image006.png@01D75281.E718A5D0" alt="Logo"></span></a><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;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-margin-top-alt:auto;mso-margin-bottom-alt:auto;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" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br>
<br>
<span style="color:white">itevomcid</span> <o:p></o:p></p>
</div>
</div>
<p class="MsoNormal">_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>