<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=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (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:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">You can use axl API to do this.  You need to have SQL experience and programming experience though.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Here are the steps:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Write an application that keeps track of the schedule, and the list of phones that need their HLOG status changed at the intervals necessary.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">At the given “log in” or “log out” time for a group of phones, Axl post to CUCM using the api “dosqlupdate” to update the database.  The update should go something
 like “UPDATE devicehlogdynamic set hlog=[‘t’|’f’] WHERE fkdevice=(SELECT pkid FROM device WHERE device.name in (‘<device1>’,’<device2>’,’<etc>’)”<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">[‘t’|’f’] = t represents true, or logged in, f represents f or logged out.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">This will log all of the devices in or out based on ‘t’ or ‘f’.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Now, if you change HLOG status through any method other than pressing the button on the phone, you have to do a RESTART of the phone OR a RESET.  Restart is
 quicker, so you would then post to AXL using the api “doDeviceReset”.  One set of this per device name:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;color:#A31515"><doDeviceReset><deviceName>SEP1234567890ab</deviceName><isHardReset>false</isHardReset></doDeviceReset><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Once you do that second step, the phones should refresh their screen with the current status of “HLOG”.  This app would have to be running on a machine at all
 times and have a user account it uses to post to AXL that has axl api access.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">This is how you would do that, and it isn’t easy.  I strongly suggest that you ask for outside assistance if you aren’t confident you can tackle this in-house. 
 SQL updates can be dangerous if you’re not experienced with them.  Also, you should gauge if that level of work is worth the return.  Personally I think what you’re trying to do is a neat approach, and it builds upon things I have personally done in the past
 to give “Contact center-like” functionality to a call flow using just a hunt group.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">You could also probably use CTI to actually PUSH the buttons via an application, but I haven’t taken that approach before.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Good luck!<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:black"><o:p> </o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:black">Eric Butcher<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:8.0pt;font-family:"Calibri","sans-serif";color:black">Cisco Unified Communications Engineer</span></b><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:black"><br>
</span></b><b><span style="font-size:7.5pt;font-family:"Calibri","sans-serif";color:red">CDW</span></b><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:gray"> Professional Services</span><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:gray">11711 N Meridian, Ste 225</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:gray">Carmel, IN  46032<br>
</span><span style="font-size:10.0pt;font-family:Wingdings;color:black">(</span><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:black"> 317.569.4282 - IP Phone<br>
</span><span style="font-size:10.0pt;font-family:Wingdings;color:black">(</span><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:black"> 765.744.1458 - Mobile<br>
</span><span style="font-size:10.0pt;font-family:Wingdings;color:black">*</span><span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:black">
<a href="mailto:eric.butcher@cdw.com">eric.butcher@cdw.com</a></span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:8.0pt;font-family:"Arial","sans-serif";color:black"><a href="http://www.cdw.com/">http://www.cdw.com/</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:black"><o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cisco-voip-bounces@puck.nether.net [mailto:cisco-voip-bounces@puck.nether.net]
<b>On Behalf Of </b>Marcelo Zilio (BR)<br>
<b>Sent:</b> Wednesday, February 16, 2011 8:32 AM<br>
<b>To:</b> John.VanLaecke@ghd.com; cisco-voip@puck.nether.net<br>
<b>Subject:</b> [cisco-voip] RES: Hunt groups<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black">I don't know if there is a way to make it dynamic or time based.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">We have used a HLog Softkey. The user press HLog and logs out from the hunt group. Press again and logs in.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">Hope this helps,</span><o:p></o:p></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt">Marcelo Zilio<o:p></o:p></span></p>
</div>
</div>
</div>
<div id="divRpF112158">
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">De:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cisco-voip-bounces@puck.nether.net [cisco-voip-bounces@puck.nether.net]
 em Nome de John.VanLaecke@ghd.com [John.VanLaecke@ghd.com]<br>
<b>Enviado:</b> quarta-feira, 16 de fevereiro de 2011 4:40<br>
<b>Para:</b> cisco-voip@puck.nether.net<br>
<b>Assunto:</b> [cisco-voip] Hunt groups</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Hello all,</span>
<br>
<br>
<span style="font-size:10.0pt;font-family:"Arial","sans-serif"">As anyone set-up dynamic hunt groups in call manager 6.13.</span>
<br>
<br>
<span style="font-size:10.0pt;font-family:"Arial","sans-serif"">we have a requirement where we need after hours call forward on a line but need to to be part of the hunt group during business hours.</span>
<br>
<br>
<br>
<span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Any doco would help allot.</span>
<br>
<br>
<span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Thanks,</span> <br>
<br>
<span style="font-size:10.0pt;font-family:"Arial","sans-serif"">John</span> <br>
<br>
_____________________ <br>
This email and all attachments are confidential. For further important information about emails sent to or from GHD or if you have received this email in error, please refer to
<a href="http://www.ghd.com/emaildisclaimer.html">http://www.ghd.com/emaildisclaimer.html</a> .<br>
_____________________ <br>
This e-mail has been scanned for viruses by MessageLabs.<o:p></o:p></p>
</div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="1" width="100%" align="center">
</div>
<p class="MsoNormal"><a href="http://dimensiondata.stream57.com/04141pm/"><span style="text-decoration:none"><img border="0" id="_x0000_i1027" src="http://image.exct.net/lib/feed16797d620d/i/2/8c665b10-9.gif" alt="DDIPT"></span></a><o:p></o:p></p>
<p><strong>Disclaimer: This e-mail communication and any attachments may contain confidential and privileged information and is for use by the designated addressee(s) named above only. If you are not the intended addressee, you are hereby notified that you
 have received this communication in error and that any use or reproduction of this email or its contents is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message
 and deleting it from your computer. Thank you. </strong><o:p></o:p></p>
</div>
</body>
</html>