|
Python SIP stack
0.01
|
클래스 | |
| class | ECheckAuthResult |
함수 | |
| def | AddChallenge |
| def | SendUnAuthorizedResponse |
| def | CheckAuthorization |
| def | RecvRequestRegister |
| def | CheckAuthorizationResponse |
| def sip.SipServer.SipServerRegister.AddChallenge | ( | self, | |
| clsResponse | |||
| ) |
| def sip.SipServer.SipServerRegister.CheckAuthorization | ( | self, | |
| clsCredential, | |||
| strMethod | |||
| ) |
| def sip.SipServer.SipServerRegister.CheckAuthorizationResponse | ( | strUserName, | |
| strRealm, | |||
| strNonce, | |||
| strUri, | |||
| strResponse, | |||
| strPassWord, | |||
| strMethod | |||
| ) |
| def sip.SipServer.SipServerRegister.RecvRequestRegister | ( | self, | |
| clsMessage | |||
| ) |
| def sip.SipServer.SipServerRegister.SendUnAuthorizedResponse | ( | self, | |
| clsMessage | |||
| ) |
1.8.1.2