RouteInfoSourceInitialDialInfo Property |
Gets the dial information that the source initiated the call with (caller ID, dialed number).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic DialInfo SourceInitialDialInfo { get; }
Public ReadOnly Property SourceInitialDialInfo As DialInfo
Get
public:
property DialInfo^ SourceInitialDialInfo {
DialInfo^ get ();
}
member SourceInitialDialInfo : DialInfo with get
Property Value
DialInfo
See Also