cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
748
Views
0
Helpful
1
Replies

JTAPI find if the arrived call was forwarded and the forwarding number

amit_akuka
Level 1
Level 1

Hello,

I would like to check if the call that arrives to the phone I monitor was forwarded and by which number, is that possible?

1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

Might look at CiscoCallEv.getCiscoFeatureReason() , which includes: REASON_FORWARDALL / REASON_FORWARDBUSY / REASON_FORWARDNOANSWER

CiscoCall.getCalledAddress() generally holds the original called DN, which would be the DN that forwarded the number.  See also CiscoCall.getLastRedirectedPartyInfo()

View solution in original post

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Might look at CiscoCallEv.getCiscoFeatureReason() , which includes: REASON_FORWARDALL / REASON_FORWARDBUSY / REASON_FORWARDNOANSWER

CiscoCall.getCalledAddress() generally holds the original called DN, which would be the DN that forwarded the number.  See also CiscoCall.getLastRedirectedPartyInfo()