Re: Setting caller ID for an outbound call
Joerg Wiesmann <[email protected]> Tue, 10 Oct 2006 11:05:55 +0200
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
What do you want to do exactly?
You may describe your problem, maybe anybody can help you.
I do not have any idea why the caller ID should be set.
greetz J=F6rg Wiesmann
John Spens schrieb:
> 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=3Dind0507&L=3Djtapi-
> interest&P=3DR213&I=3D-3
>
> "There are potentially other scenarios using redirects or routing funct=
ions
> which allow you to modify the caller ID. You can redirect and change th=
e
> CLID, but I'm afraid redirect only works with calls that have not yet b=
een
> 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
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> 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".
>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
To unsubscribe, send email to [email protected] and include in the bo=
dy
of the message "signoff JTAPI-INTEREST". For general help, send email to
[email protected] and include in the body of the message "help".