« Back to Cisco JTAPI Questions

com.cisco.jtapi.InvalidPartyExceptionImpl: Request failed because of an inv

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am redirecting call from CTI Port and getting "com.cisco.jtapi.InvalidPartyExceptionImpl: Request failed because of an invalid destination". I can make call to same destination from CTI Port. I check partition and CSS ans all are ok. In redirect method we also tried with different value of calling search space.
 
What could be the possible cause? It's a cluster with 2 subscribers. CUCM is 8.5.X version.
 
Regards,
Umesh
 

CSS is used a bit differently in CTI redirect when compared to normal call. In normal call, calling party CSS is used to find if called party is 'reachable'.
 
When redirect is done from Cisco JTAPI or other CTI interfaces, calling party CSS is used by default. ie In A calls B, B redirect to C scenario, CSS of A should have partition of C for redirect to be successful. If application wants to use CSS of B, then redirect<code>(java.lang.String destination, int mode, int callingSearchSpace) with </code>CiscoConnection.ADDRESS_SEARCH_SPACE for third parameter should be used. 
Let us know if this resolves your issue.