Information about state of the phone line.

C# | Visual Basic | Visual C++ |
public enum PhoneLineState
Public Enumeration PhoneLineState
public enum class PhoneLineState

Member | Description |
---|---|
Initialized |
The phoneline object is initialized.
|
RegistrationRequested |
Registration is requested on SIP Registrar/Proxy.
|
RegistrationSucceeded |
Registration is succeeded on SIP Registrar/Proxy.
|
RegistrationFailed |
Registration request is failed on SIP Registrar/Proxy.
|
RegistrationTimedOut |
Registration request is timed out.
|
UnregRequested |
Unregistration is requested on SIP Registrar/Proxy.
|
UnregSucceeded |
Unregistration is succeeded on SIP Registrar/Proxy.
|
UnregFailed |
Unregistration request is failed on SIP Registrar/Proxy.
|
UnregTimedOut |
Unregistration request is timed out.
|
NoRegNeeded |
No registration process needed.
|

The phone line state either shows the registration state on the SIP Registrar server
or the fact that there is direct SIP communication. If the phone line has not been used before
the state is Initialized.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649