Preserving Original Call Info
Paul Yago <[email protected]> Thu, 2 Mar 2006 10:47:22 -0800
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Regarding Cisco's Jtapi:
Can someone please help me understand the preservation of original call
information. In particular I need to know the original "calledID"
whenever I receive a call that's been either redirected or transferred a
number of times.
I'm not forwarding using Attendant Console, so I don't believe TCD is in
the picture. However, in this case I am using a CRA script to redirect
the call.
One thing I've tried is making the following settings in the CCM.
"Keep Original Called Party If Forwarded" = true
"Reset Original Called Party on Redirect" = false
However, not only are these parameters of the TCD, but after the
parameter changes when I check the following values in my jtapi
application, I see this:
CiscoRouteSession.DONOT_RESET_ORIGINALCALLED:0
CiscoRouteSession.RESET_ORIGINALCALLED:1
It appears as if my changes aren't being reflected in jtapi. If these
parameters aren't correlated, then how would I change the final int
CiscoRouteSession.* values? And will this help preserve original
calledID?
Any thoughts are greatly appreciated.
Thank you
Paul Yago
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST". For general help, send email to
[email protected] and include in the body of the message "help".