|
sipxtacklib
Version 3.3
|
This is the complete list of members for SipLine, including all inherited members.
| addCredentials(const UtlString &strRealm, const UtlString &strUserID, const UtlString &strPassword, const UtlString &Type) | SipLine | |
| copyCredentials(const SipLine &rSipLine) | SipLine | protected |
| generateLineID(UtlString &lineId) | SipLine | protected |
| getAllCredentials(int MaxEnteries, int &actualEnteries, UtlString realms[], UtlString UserId[], UtlString type[], UtlString passtoken[]) | SipLine | |
| getAutoEnableStatus() | SipLine | |
| getCallHandling() | SipLine | |
| getCanonicalUrl() | SipLine | |
| getContactType() const | SipLine | |
| getCredentials(const UtlString &type, const UtlString &realm, UtlString *userID, UtlString *MD5_token) | SipLine | |
| getDuplicateCredentials(const UtlString &type, const UtlString &realm) | SipLine | |
| getIdentity() | SipLine | |
| getIdentityAndUrl(Url &identity, Url &userEnteredUrl) | SipLine | |
| getLineId() | SipLine | |
| GetNumOfCredentials() | SipLine | |
| getPreferredContactUri(Url &preferredContactUri) const | SipLine | |
| getState() | SipLine | |
| getUser() | SipLine | |
| getUserEnteredUrl() | SipLine | |
| getVisibility() | SipLine | |
| isDeviceLine() | SipLine | |
| IsDuplicateRealm(const UtlString realm, const UtlString scheme=HTTP_DIGEST_AUTHENTICATION) | SipLine | |
| LINE_STATE_DISABLED enum value | SipLine | |
| LINE_STATE_EXPIRED enum value | SipLine | |
| LINE_STATE_FAILED enum value | SipLine | |
| LINE_STATE_PROVISIONED enum value | SipLine | |
| LINE_STATE_REGISTERED enum value | SipLine | |
| LINE_STATE_TRYING enum value | SipLine | |
| LINE_STATE_UNKNOWN enum value | SipLine | |
| LineStates enum name | SipLine | |
| mCanonicalUrl | SipLine | protected |
| mCredentials | SipLine | protected |
| mCurrentState | SipLine | protected |
| meContactType | SipLine | protected |
| mIdentity | SipLine | protected |
| mIsAutoEnabled | SipLine | protected |
| mIsUsingCallHandling | SipLine | protected |
| mIsVisible | SipLine | protected |
| mLineId | SipLine | protected |
| mPreferredContactUri | SipLine | protected |
| mUser | SipLine | protected |
| mUserEnteredUrl | SipLine | protected |
| operator=(const SipLine &rSipLine) | SipLine | |
| removeAllCredentials() | SipLine | |
| removeCredential(const UtlString *realm) | SipLine | |
| setAutoEnableStatus(UtlBoolean isAutoEnabled) | SipLine | |
| setCallHandling(UtlBoolean useCallHandling=TRUE) | SipLine | |
| setContactType(LINE_CONTACT_TYPE eContactType) | SipLine | |
| setIdentityAndUrl(Url identity, Url userEnteredUrl) | SipLine | |
| setPreferredContactUri(const Url &preferredContactUri) | SipLine | |
| setState(int state) | SipLine | |
| setUser(const UtlString user) | SipLine | |
| setVisibility(UtlBoolean isEnable=TRUE) | SipLine | |
| SipLine(Url userEnteredUrl="", Url identityUri="", UtlString user="", UtlBoolean visible=TRUE, int state=LINE_STATE_REGISTERED, UtlBoolean isAutoEnabled=TRUE, UtlBoolean useCallHandling=FALSE) | SipLine | |
| SipLine(const SipLine &rSipLine) | SipLine | |
| ~SipLine() | SipLine | virtual |