Registering RegistrationDone (ExpiryTime As Long) RegistrationFailed (ErrorCode As Int, ErrorMessage As String) CallEstablished CallEnded Calling CallError (ErrorCode As Int, ErrorMessage As String) CallRinging (IncomingCall As SipAudioCall)
Initializes the object. EventName - Sets the subs that will handle the events. User - User name. Host - Host name or IP address. Password - Account password.
Initializes the object. EventName - Sets the subs that will handle the events. Uri - The profile Uri. For example: sip:zzz@iptel.org Password - Account password.
Makes an audio call. This method should only be called after registering. TargetUri - The target Uri. TimeoutSeconds - The timeout measured in seconds.
OutboundProxyAsString [write only]
Sets the outbound proxy address.
PortAsInt [write only]
Sets the connection port.
ProfileNameAsString [write only]
Sets the user defined profile name.
ProtocolAsString [write only]
Sets the protocol. Either "TCP" or "UDP".
Register
Sends a registration request to the server. The following events will be raised: Registering and RegistrationDone or RegistrationFail.
SendKeepAliveAsBoolean [write only]
Sets whether keep-alive messages will be sent automatically.