PhoneLineConfiguration Constructor (SIPAccount) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PhoneLineConfiguration(
SIPAccount sipAccount
)
Public Sub New (
sipAccount As SIPAccount
)
public:
PhoneLineConfiguration(
SIPAccount^ sipAccount
)
new :
sipAccount : SIPAccount -> PhoneLineConfiguration
Parameters
- sipAccount
- Type: Ozeki.VoIPSIPAccount
The SIP account
See Also