ISoftPhoneRegisterPhoneLine Method |
Registers the SIP account to the softphone. If SIP account registration required,
the softphone will send a register request asynchronously to the SIP registrar/proxy.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void RegisterPhoneLine(
IPhoneLine phoneLine
)
Sub RegisterPhoneLine (
phoneLine As IPhoneLine
)
void RegisterPhoneLine(
IPhoneLine^ phoneLine
)
abstract RegisterPhoneLine :
phoneLine : IPhoneLine -> unit
Parameters
- phoneLine
- Type: Ozeki.VoIPIPhoneLine
The line object which will be registered.
See Also