This method is used to encrypt SIP settings for WebInitialize.
HRESULT EncryptSipSettings(BSTR sCustomerId, BSTR sWebKey, BSTR sRealm, BSTR sOutboundProxy,
BSTR sRegistrationProxy, BSTR sUserId, BSTR sLoginId, BSTR sPassword, BSTR *psEncryptedSettings);
string EncryptSipSettings(string sCustomerId, string sWebKey, string sRealm, string sOutboundProxy,
string sRegistrationProxy, string sUserId, string sLoginId, string sPassword);
|
Parameters |
Description |
|
sCustomerId |
Customer ID |
|
sWebKey |
Web license key |
|
sRealm |
Realm |
|
sOutboundProxy |
Outbound proxy |
|
sRegistrationProxy |
SIP registration proxy |
|
sUserId |
User ID |
|
sLoginId |
Login ID |
|
sPassword |
Password |
Encrypted SIP settings as String for WebInitialize
This method is used to encrypt SIP settings for WebInitialize.
|
Copyright © Conaito Technologies 2013. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|