Click or drag to resize
TapiCallDisplayableAddress Property
Gets the displayable address (phone number) for logging purposes, if available.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public string DisplayableAddress { get; }

Property Value

Type: String
Additional information related to the caller or to the called party, depending on a telephony system.
Remarks
Panasonic phone systems use this field to provide group number for group calls. For example, the caller calls a group number. The call rings on extension 2006 that belongs to group 2012. In this case the property will contain 2006 (extension number) and DisplayableAddress will contain 2012 (group number).
See Also