<div dir="ltr">Justin,<div><br></div><div>What you want to do with UCCX and hunt groups is not possible via the scripting interfaces exposed to you by UCCX. As a matter of fact, the underlying call control system (JTAPI) did not have this ability until recently with CUCM version 9.0.</div>
<div><br></div><div>If you have CUCM 9.0+ and UCCX 9.0+ with Premium licensing it is possible to get what you want. However, you will need to be expertly familiar with both the UCCX CTI Engine and CUCM's JTAPI implementation.</div>
<div><br></div><div>The gist of the implementation is:</div><div><br></div><div>1. Get the contact channel</div><div>2. Get the underlaying JTAPI representation of the Call</div><div>3. Get the called address of the connected end point (requires proper hunt group configuration as well).</div>
<div><br></div><div>I mocked this up with UCCX 9.0SU1 and it works without issue.</div><div><br></div><div>Good luck!</div><div><br></div><div>Regards,</div><div>Tanner Ezell</div><div><br></div><div>CTI Logic</div><div><br>
</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 29, 2014 at 12:10 PM, Justin Steinberg <span dir="ltr"><<a href="mailto:jsteinberg@gmail.com" target="_blank">jsteinberg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am working on a script where I call the CCX application via HTTP trigger.<div><br></div><div>The CCX script will use the  'place call' step to call a CUCM hunt group.  Then I need to determine the line group member (extension would be fine) of the person who answered the call.  I then need to pass the extension of the phone that answered back from the script via HTTP to the requesting application.</div>

<div><br></div><div>Unfortunately, I have not been able to find a CCX editor step that can tell me the extension of the line group member who answered the call.   All 'get' steps just show the extension of the hunt pilot used to route the call to the group of phones, I can't actually see the individual person who answered.</div>

<div><br></div><div>The phones in the group are not agents, so there is no CSQ or 'select resource' in play here.   I'm just using CCX to leverage the scripting capabilities to interface with the other application.</div>

<div><br></div><div>Perhaps Java would be of use here, though I am not sure what code would be used.</div><div><br></div><div>Any thoughts or ideas ?<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>
<br></div><div>Justin</div><div><br></div><div><br></div>
</font></span></div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">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><br>
<br></blockquote></div><br></div>