SIPSorcery.AppServer.DialPlan.DialPlanSettings.GetCNAMs C# (CSharp) Method

GetCNAMs() public method

public GetCNAMs ( ) : string>.Dictionary
return string>.Dictionary
        public Dictionary<string, string> GetCNAMs()
        {
            return GetLookups(SIPDialPlanLookupTypes.CNAM);
        }