<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 12 (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]-->
<title>Re: [cisco-voip] UCCX - Presenting Caller ID / Name rather than CTI
&nbsp;Route Point Number</title>
<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;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 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;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</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=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Shouldn&#8217;t you be able to capture this in the script and show it
on the agent desktop??&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</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>Matthew Linsemier<br>
<b>Sent:</b> Friday, December 18, 2009 12:36 PM<br>
<b>To:</b> Tanner Ezell<br>
<b>Cc:</b> cisco-voip@puck.nether.net<br>
<b>Subject:</b> Re: [cisco-voip] UCCX - Presenting Caller ID / Name rather than
CTI Route Point Number<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif"'>This is what I figured. &nbsp;I was
wondering if there was any way to preserve the calling number in CallManager
through the trigger lines and CTI pool. &nbsp;I wasn&#8217;t sure if numbers were
considered forwarded or not, and if you played around with any of the
forwarding settings, if you could get it to work. &nbsp;From the sounds of it,
no.<br>
<br>
<br>
On 12/18/09 11:51 AM, &quot;Tanner Ezell&quot; &lt;<a
href="tanner.ezell@gmail.com">tanner.ezell@gmail.com</a>&gt; wrote:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>This
is not possible due to the way UCCX handles calls, in short:<br>
<br>
Caller dials Trigger (CTI Route Point), UCCX is made aware of the call, finds an
unused CTI Port and the caller is connected to that CTI Port.&nbsp;<br>
<br>
Now, until the caller is transferred to an agent, all handling of the Caller
(get digits, play media, etc) is done via this CTI Port. Remember that CTI
Ports act as software phones (akin to CIPC); For all intents and purposes, the
Caller is talking to Softphone with extension 53xx.<br>
<br>
When an agent becomes available, the CTI Port rings to the agent. At this point
is where you see your CTI Ports (53xx) ringing the Agent phone, the reason
being is that the call is still being controlled by UCCX via the CTI Port.
Until the caller is released from the CTI Port and transferred to the Agent
(agent picks up), UCCX will keep control of the call.<br>
<br>
Now in theory, you <b>might</b>&nbsp;be able to accomplish what you're seeking
by doing something like using the connect step to get the AgentID UCCX has
found for you and doing a cold transfer to that person terminating the
connection to the CTI Port. Again, I've never actually tried this so I can't
say for certain it will work; Additionally it comes at a risk to your caller,
should the agent not answer (RONA) the call will be dropped out of queue and
terminated (since you terminated the CTI Port connecting the caller to UCCX)<br>
<br>
Even if that is possible, I don't recommend it (the only acceptable time to
implement such a thing would be in call centre environments that utilize auto
answer).<br>
<br>
Cheers,<br>
<br>
Tanner Ezell&nbsp;<br>
<br>
On Fri, Dec 18, 2009 at 7:07 AM, Matthew Linsemier &lt;<a
href="mlinsemier@apassurance.com">mlinsemier@apassurance.com</a>&gt; wrote:</span><o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif"'>I do this but it still doesn&#8217;t show up
until the agent answers the call... Maybe I am handling it wrong so I will look
into this again.<br>
<br>
However, what I would like to do also is preserve the original caller on the
phones as well. &nbsp;Right now if I call our helpdesk, the agent is presented
with a call from the CTI route point (53xx) number not the original caller.
&nbsp;Again, Im not sure if this is possible but I would like to have something
like this:<br>
<br>
&nbsp;Matt (2000) calls helpdesk trigger (6767) --&gt; CTI Pool (number
5300-5324) --&gt; Agent Phone (Displays &#8220;Matt, 2000&#8221; before they pick it up) <br>
<br>
Right now all the agent sees is a CTI Pool number (5300-5324).<br>
<br>
Matt<br>
<br>
<br>
<br>
On 12/18/09 9:55 AM, &quot;Mike Olivere&quot; &lt;<a href="mikeeo@msn.com">mikeeo@msn.com</a>
&lt;<a href="http://mikeeo@msn.com">http://mikeeo@msn.com</a>&gt; &gt; wrote:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I would use Get Call Contact info step and throw &#8220;calling
number&#8221; into a variable and then display it on the CAD using enterprise data.<br>
&nbsp;<br>
UCCX as far as I know can&#8217;t display name yet.<br>
&nbsp;<br>
Thanks,<br>
Mike<br>
&nbsp;<br>
</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><br>
</span><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"'> <a
href="cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a>
&lt;<a href="http://cisco-voip-bounces@puck.nether.net">http://cisco-voip-bounces@puck.nether.net</a>&gt;
&nbsp;[<a href="mailto:cisco-voip-bounces@puck.nether.net">mailto:cisco-voip-bounces@puck.nether.net</a>]
<b>On Behalf Of </b>Matthew Linsemier<br>
<b>Sent:</b> Friday, December 18, 2009 8:53 AM<br>
<b>To:</b> <a href="cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>
&lt;<a href="http://cisco-voip@puck.nether.net">http://cisco-voip@puck.nether.net</a>&gt;
<br>
<b>Subject:</b> [cisco-voip] UCCX - Presenting Caller ID / Name rather than CTI
Route Point Number<br>
</span><br>
<span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>Hi,<br>
<br>
I am wondering if anyone knows if it is possible within a UCCX script to
present an agent with the originating Caller ID of the Caller rather than the
CTI route point &#8220;before&#8221; they answer the call (as it is ringing). &nbsp;For
some reason I have had issues getting this to work. &nbsp;We are current on
UCCX 7.0(2). &nbsp;If anyone can point me where to look, if it is possible, I
would appreciate it!<br>
<br>
Thanks!<br>
<br>
Matt</span> <span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:gray'><o:p></o:p></span></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;font-family:"Arial","sans-serif";color:gray'>

<hr size=2 width="100%" align=center>

</span></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif"'><br>
</span><span style='font-size:7.0pt;font-family:"Arial","sans-serif";
color:gray'>CONFIDENTIALITY STATEMENT<br>
This communication and any attachments are CONFIDENTIAL and may be protected by
one or more legal privileges. It is intended solely for the use of the
addressee identified above. If you are not the intended recipient, any use,
disclosure, copying or distribution of this communication is UNAUTHORIZED.
Neither this information block, the typed name of the sender, nor anything else
in this message is intended to constitute an electronic signature unless a
specific statement to the contrary is included in this message. If you have
received this communication in error, please immediately contact me and delete
this communication from your computer. Thank you.</span><span style='color:
gray'> </span><span style='font-size:11.0pt;color:gray'><o:p></o:p></span></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:11.0pt;color:gray'>

<hr size=2 width="100%" align=center>

</span></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;font-family:"Arial","sans-serif";color:gray'>

<hr size=3 width="100%" align=center>

</span></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif";color:gray'>CONFIDENTIALITY STATEMENT<br>
This communication and any attachments are CONFIDENTIAL and may be protected by
one or more legal privileges. It is intended solely for the use of the
addressee identified above. If you are not the intended recipient, any use,
disclosure, copying or distribution of this communication is UNAUTHORIZED.
Neither this information block, the typed name of the sender, nor anything else
in this message is intended to constitute an electronic signature unless a
specific statement to the contrary is included in this message. If you have
received this communication in error, please immediately contact me and delete
this communication from your computer. Thank you.</span><span style='font-size:
11.0pt;font-family:"Calibri","sans-serif";color:gray'> <o:p></o:p></span></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:gray'>

<hr size=3 width="100%" align=center>

</span></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif"'><br>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a></span><o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:7.5pt;font-family:"Arial","sans-serif";color:gray'>

<hr size=2 width="100%" align=center>

</span></div>

<p><span style='font-size:7.5pt;font-family:"Arial","sans-serif";color:gray'>CONFIDENTIALITY
STATEMENT<br>
This communication and any attachments are CONFIDENTIAL and may be protected by
one or more legal privileges. It is intended solely for the use of the
addressee identified above. If you are not the intended recipient, any use,
disclosure, copying or distribution of this communication is UNAUTHORIZED.
Neither this information block, the typed name of the sender, nor anything else
in this message is intended to constitute an electronic signature unless a
specific statement to the contrary is included in this message. If you have
received this communication in error, please immediately contact me and delete
this communication from your computer. Thank you.</span><span style='color:
gray'> </span><o:p></o:p></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='color:gray'>

<hr size=2 width="100%" align=center>

</span></div>

</div>

</body>

</html>