yang tw | Hi Yang,
You can use CiscoCall API's like getCallingAddress(), getCurrentCallingAddress(), getModifiedCallingAddress(), etc, to retrieve the caller address in a call. For more info, please refer to the latest JTAPI Developer Guide posted on http://developer.cisco.com/web/jtapi/docs.
Thanks, Andrew
Thanks your suggestion, but I think for getCallingAddress(), getCurrentCallingAddress(), getModifiedCallingAddress() can be used to get the caller infomation after make a call. my quesion is when I begin to make a call ,how to know this number. below coding is copy from sample coding-makecall.java if (src == null) { src = args; } else { dest = args; Originator originator = new Originator(this.provider.getAddress(src), dest, (Trace) this, actionDelayMillis); you can see the src is the original number, and it is passed from outside. My PC has installed the Cisco IP communatior software. There is a bingding phone number for me. How can I get this numer with the JTAPI ? |
| Please sign in to flag this as inappropriate. |