Setting caller ID for an outbound call
John Spens <[email protected]> Mon, 9 Oct 2006 13:03:46 -0600
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Using a Cisco's JTAPI implementation, I'm attempting to set the caller ID
on an outbound call.
Can anyone give me some ideas?
---------------------------------------------------------
I read another post that mentioned this using redirect:
http://archives.java.sun.com/cgi-bin/wa?A2=ind0507&L=jtapi-
interest&P=R213&I=-3
"There are potentially other scenarios using redirects or routing functions
which allow you to modify the caller ID. You can redirect and change the
CLID, but I'm afraid redirect only works with calls that have not yet been
picked up."
I've tried using the CiscoConnection.redirect like this:
CiscoConnection connection;
// ... Retrieve a call that is ringing but hasn't been answered.
connection.redirect("555000", CiscoConnection.REDIRECT_NORMAL,
CiscoConnection.CALLINGADDRESS_SEARCH_SPACE,
CiscoConnection.CALLED_ADDRESS_SET_TO_PREFERREDCALLEDPARTY, "5551234",
null, null);
I do see on my cisco phone (5550000) "Forwarded for 5551234".
But any other phone shows "Unknown".
---------------------------------------------------------
Thanks,
John
===========================================================================
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".