09-21-2022 02:56 AM
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?
Solved! Go to Solution.
09-23-2022 11:55 AM
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()
09-23-2022 11:55 AM
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()
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide