LocalEndpoint.PhoneContext Property

Definition

Gets the phone context associated with the owner of the local endpoint.

public:
 property System::String ^ PhoneContext { System::String ^ get(); };
public string PhoneContext { get; }
member this.PhoneContext : string
Public ReadOnly Property PhoneContext As String

Property Value

Remarks

The phone context represents the dialing rules associated with the dial plan to which belongs the owner of the local endpoint.

The Phone context associated with the owner is retrieved from in-band provisioning data. If in-band provisioning data is not available, this property returns default phone context.

Applies to