The VoipMediaEngine..::.SUBSCRIBE_RESULTS type exposes the following members.

Fields

  NameDescription
DestinationAddress
The address of the event server target.
DestinationPort
The network server port of the event server target.
EventName
The name of the event the application wants to subscribe to.
EventParameter
The user specified event parameter string.
EventSubscribeHandle
The event subscription handle.
LocalPhoneName
This member is a string that is the name of your local phone. The local phone name is the same phone name that was specified when the media engine was instantiated.
NameOfEventServer
The name of the server device offering events. If event subscriptions are successful, this telephony device will send us events of the specified name/type.
SipResponseCode
The actual SIP response code returned from the destination of the subscribe operation.
SipStatus
The staus code describing the nature of this data. The value can be any of the following: SipSubscriptionTrying, SipSubscriptionMemoryError, SipSubscriptionSuccess, SipSubscriptionTimeOut, or SipSubscriptionNotAccepted. For more information see VoipMediaEngine..::.TELEPHONY_RETURN_VALUE.
SubscriptionIntervalSeconds
The number of seconds the event subscription will be active. If your application is unsubscribing from events, this value will be zero.

See Also