Re: Request failed because of an invalid destination
Jörg Wiesmann <[email protected]> Wed, 6 Jul 2005 02:29:08 -0600
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
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".