The REGISTER_DETAILS structure contains information to allow application software to determine if it wants to accept a registration request from another application or device.

If your application needs to perform registrar oriented services in support of other telephony applications or devices, then it can process the SipRegisterReceived event. When it does, it will have access to a REGISTER_DETAILS object in memory. Your application can take the contents of this object to determine if the far end entity can register with your application.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class REGISTER_DETAILS : IDisposable
Visual Basic (Declaration)
Public Class REGISTER_DETAILS _
	Implements IDisposable
Visual C++
public ref class REGISTER_DETAILS : IDisposable
J#
public class REGISTER_DETAILS implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.REGISTER_DETAILS

See Also