SIPSorcery.AppServer.DialPlan.DialPlanSettings.GetSpeedDials C# (CSharp) 메소드

GetSpeedDials() 공개 메소드

public GetSpeedDials ( ) : string>.Dictionary
리턴 string>.Dictionary
        public Dictionary<string, string> GetSpeedDials()
        {
            return GetLookups(SIPDialPlanLookupTypes.SpeedDial);
        }