Re: Request failed because of an invalid destination

Kenny Wong <[email protected]> Mon, 11 Jul 2005 10:57:11 +0800
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <[email protected]>
Hi all, 
I hav had done a simple make call application with Avaya
Implementation.The application works fine except that occasionally, I
will have a error of CSTA error 44. In the event of these errors
occurring, the funny thing is that the call still go through.

I have been searching for the nature of CSTA error 44 but have found
little information in the net. Could some one please advise me on
this.

Thanks and Regards
Kenny

On 7/6/05, Jörg Wiesmann <[email protected]> wrote:
> Thx,
> 
> sorry that i did not answer earlier, but i had no time @ all :-)
> It works fine for me now, i used the wrong implementation, not CISCO, but
> JTAPI.
> 
> if somebody is interrested in how i resolved the problem:
> 
> [...]
> if (events[i].getID() == CallCtlConnAlertingEv.ID ) {
> callControlConnection =
> (CallControlConnection)((CallCtlConnAlertingEv)events[i]).getConnection();
> 
> CiscoConnection ciscoConnection =
> (CiscoConnection)((CallCtlConnAlertingEv)events[i]).getConnection();
>                    System.out.println("ciscoConnection" + ciscoConnection);
>                    try {
>                      ciscoConnection.redirect("529",
> CiscoConnection.REDIRECT_NORMAL, CiscoConnection.ADDRESS_SEARCH_SPACE);
> [...]
> 
> greets Jörg Wiesmann
> 
> ===========================================================================
> 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".
>

===========================================================================
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".