RTC_LISTEN_MODE

The RTC_LISTEN_MODE enumeration describes the ports to listen on.

typedef enum RTC_LISTEN_MODE
{
  RTCLM_NONE, 
  RTCLM_DYNAMIC, 
  RTCLM_BOTH
} RTC_LISTEN_MODE;

Constants

  • RTCLM_NONE
    The SIP layer binds to a dynamic port (for outgoing sessions processing), but it does not accept incoming sessions.
  • RTCLM_DYNAMIC
    The SIP layer binds to a dynamic port, and it listens for incoming sessions on that port.
  • RTCLM_BOTH
    The SIP layer binds both a dynamic port and a well-known static port, and it listens for incoming calls on both of them.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.

See Also

IRTCClient::get_ListenForIncomingSessions, IRTCClient::put_ListenForIncomingSessions