Blogs

Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.1.
See the new 9.1 JTAPI Documentation ...Read More

 

The Unified Communications 9.0 Partner Bundle packages Cisco’s Collaboration application software for our Collaboration partner community to leverage for their internal lab or demonstration systems. The 9.0 version is now available for order. Learn More >> ...Read More

 

Developer Partners,

Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive San Diego.

Please log into the Cisco Developer Network using your Partner UserID to download this content.

Access these presentations here: http://developer.cisco.com/web/cdc/devforumpreso PARTNER LOGIN REQUIRED
...Read More

 

Developer Partners,

Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive London.

Please log into the Cisco Developer Network using your Partner UserID to download this content.

Access these presentations here: http://developer.cisco.com/web/cdc/devforumpreso PARTNER LOGIN REQUIRED
...Read More

 

Cisco Technology Developer Partners,

Cisco is proud to announce the availability of our Cisco Unified Communications System Release 8.6 Not-For-Resale software bundle on Cisco Marketplace (Partner Login Required).

To purchase the latest Unified Communications NFR Software bundle
- Navigate to Cisco Marketplace
- Login using your Cisco.com UserID ...Read More

 

Showing 1 - 5 of 30 results.
Items per Page 5
of 6

Forums

« Back to Cisco JTAPI Questions

How do you get original calling number from getCallingAddress?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I have an application  that needs to get the number calling into an 800 number in a call center.  The call is redirected through a route point to a call center representative.  I have set up my java as follows:
 

 
public class JTEventObserver implements CallControlCallObserver, CiscoTerminalObserver, CiscoAddressObserver, Runnable
 

 
I have tried to set up an observer on all addresses and terminals for both the call center agent extension as well as the CiscoRouteTerminal.  The call comes into the 800 number and goes through the route point to the agent extension.  I am logging all of the CallEvents in the callChangeEvent method to see what the values are for getCurrentCallingAddress, getCalledAddress, getModifiedCallingAddress, and getCallingAddress.  As the call events occur and are routed the CiscoCall.getCallID value changes between CallobservationEndedEv and CallActiveEv.  The value for my getCalledAddress is the 800 number and getCallingAddress show the number I am calling from, in the CallobservationEndedEv.  The next event in the log CallActiveEv shows getCalledAddress as a routing extenstion and getCallingAddress as the agent extension.  At this point the original calling number is not longer in the addresses.
 

 
Why is this not carried along?  How can I make and association in my observer to identify what the original calling number is if the getCallID is changing.  There doesn't seem to be any id that allows me to identify a call from the 800 number through the route terminal to the endpoint terminal.  The Developer guide talks about this in the caveats and states that you must monitor the transferController(aka CiscoRouteTerminal) as well as the phone terminal.  I'm doing this but still don't see how you can tell what calls on the routeterminal link to the call on the phone.

 

 
Does anyone know what i'm doing wrong here?

Do you know how the calls are being routed to the representatives?
Is it through your inhouse application or some other contact centre solution(UCCE/UCCX ?)
If it is your own application, you could specify calling address as part of selectRoute request while routing it to representative

Collateral


No files available