C++ SIP Stack  0.31
Public 멤버 함수 | 모든 멤버 목록
ISipStackSecurityCallBack 클래스 참조

SIP stack 보안 callback 인터페이스 더 자세히 ...

Public 멤버 함수

virtual ~ISipStackSecurityCallBack ()
virtual bool IsAllowUserAgent (const char *pszSipUserAgent)=0
 SIP stack 에서 허용하는 SIP User Agent 인가?
virtual bool IsDenyUserAgent (const char *pszSipUserAgent)=0
 SIP stack 에서 허용하지 않는 SIP User Agent 인가?
virtual bool IsAllowIp (const char *pszIp)=0
 SIP stack 에서 허용하는 IP 주소인가?
virtual bool IsDenyIp (const char *pszIp)=0
 SIP stack 에서 허용하지 않는 IP 주소인가?

상세한 설명

SIP stack 보안 callback 인터페이스

생성자 & 소멸자 문서화

virtual ISipStackSecurityCallBack::~ISipStackSecurityCallBack ( )
inlinevirtual