MessageOrigin (Microsoft.Rtc.Sip)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

MessageOrigin (Microsoft.Rtc.Sip)

The MessageOrigin enumeration values specify the origin of a SIP message. The values are assigned to the Origin property of the AuthenticationInfo class.

Syntax

public enum MessageOrigin

Members

Member

Description

NetworkUnknown

The message came from a connection that was not configured as an internal or external connection.

NetworkInternal

The message arrived at the internal edge of this Access Edge Server.

NetworkExternal

The message arrived at the external edge of this Access Edge Server.

LocalNetwork

The message was created by this or other local applications or enterprise components.

Remarks

Currently, only Access Proxies are aware of network edges. For other servers, the value for messages received from the network is usually "NetworkUnknown".

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)