C# 클래스 SIPSorcery.AppServer.DialPlan.DialPlanSettings

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Lookups List
Options SIPSorcery.Entities.SIPDialplanOption
Providers SIPDialplanProvider>.Dictionary
Routes List

공개 메소드들

메소드 설명
DialPlanSettings ( List lookups, List routes, SIPDialplanProvider>.Dictionary providers, SIPDialplanOption options ) : System
GetAllowedCountries ( ) : List

Gets a list of allowed country codes that the user has specified in their dialplan options.

GetCNAMs ( ) : string>.Dictionary
GetENUMServers ( ) : List

Gets a list of any ENUM servers the user has specified in their dialplan options. The ENUM servers will be stored in the database as a CRLF separated list of strings.

GetENUMs ( ) : string>.Dictionary
GetExcludedPrefixes ( ) : List

Gets a list of any excluded prefixes the user has specified in their dialplan options. The excluded prefix strings will be stored in the database as a CRLF separated list of strings. Spaces are used in excluded prefixes so they should not be trimmed.

GetSpeedDials ( ) : string>.Dictionary
GetTimezoneOffset ( ) : int

If set retrieves the user's UTC time zone offset for use in the dialplan.

비공개 메소드들

메소드 설명
GetLookups ( SIPDialPlanLookupTypes lookupType ) : string>.Dictionary

메소드 상세

DialPlanSettings() 공개 메소드

public DialPlanSettings ( List lookups, List routes, SIPDialplanProvider>.Dictionary providers, SIPDialplanOption options ) : System
lookups List
routes List
providers SIPDialplanProvider>.Dictionary
options SIPSorcery.Entities.SIPDialplanOption
리턴 System

GetAllowedCountries() 공개 메소드

Gets a list of allowed country codes that the user has specified in their dialplan options.
public GetAllowedCountries ( ) : List
리턴 List

GetCNAMs() 공개 메소드

public GetCNAMs ( ) : string>.Dictionary
리턴 string>.Dictionary

GetENUMServers() 공개 메소드

Gets a list of any ENUM servers the user has specified in their dialplan options. The ENUM servers will be stored in the database as a CRLF separated list of strings.
public GetENUMServers ( ) : List
리턴 List

GetENUMs() 공개 메소드

public GetENUMs ( ) : string>.Dictionary
리턴 string>.Dictionary

GetExcludedPrefixes() 공개 메소드

Gets a list of any excluded prefixes the user has specified in their dialplan options. The excluded prefix strings will be stored in the database as a CRLF separated list of strings. Spaces are used in excluded prefixes so they should not be trimmed.
public GetExcludedPrefixes ( ) : List
리턴 List

GetSpeedDials() 공개 메소드

public GetSpeedDials ( ) : string>.Dictionary
리턴 string>.Dictionary

GetTimezoneOffset() 공개 메소드

If set retrieves the user's UTC time zone offset for use in the dialplan.
public GetTimezoneOffset ( ) : int
리턴 int

프로퍼티 상세

Lookups 공개적으로 프로퍼티

public List Lookups
리턴 List

Options 공개적으로 프로퍼티

public SIPDialplanOption,SIPSorcery.Entities Options
리턴 SIPSorcery.Entities.SIPDialplanOption

Providers 공개적으로 프로퍼티

public Dictionary Providers
리턴 SIPDialplanProvider>.Dictionary

Routes 공개적으로 프로퍼티

public List Routes
리턴 List