Click or drag to resize
CallForwardingInformation Class
Interface representing forwarding information of an incoming call.
Remarks

The following provides an example of the History-Info header within SIP incoming message:

...

History - Info: "Jane" sip:UserA@ims.example.com ? Reason = SIP3B cause 3D302 ; index = 1; foo = bar

...

Where:

  • Jane represents the display name of the user who forwarded the call,
  • UserA - the user info the call was forwarded by,
  • cause - the forwarded reason.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCallForwardingInformation

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class CallForwardingInformation

The CallForwardingInformation type exposes the following members.

Properties
  NameDescription
Public propertyCause
The forward cause of incoming call.
Public propertyForwarderDisplayName
Display name of the user who forwarded the call to the local user
Public propertyForwarderUser
The user the call was forwarded by.
Top
See Also