Reference Library
RedirectMedia Method (usePreviousValues, medInfo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCPhoneRedirectMedia(Boolean, Phone..::.MediaInfo, Object)
Instruct CM to direct the media to a different IP Address
Declaration Syntax
C#Visual BasicVisual C++
public int RedirectMedia(
	bool usePreviousValues,
	Phone..::.MediaInfo medInfo,
	Object userState
)
Public Function RedirectMedia ( _
	usePreviousValues As Boolean, _
	medInfo As Phone..::.MediaInfo, _
	userState As Object _
) As Integer
public:
virtual int RedirectMedia(
	bool usePreviousValues, 
	Phone..::.MediaInfo^ medInfo, 
	Object^ userState
) sealed
Parameters
usePreviousValues (Boolean)
Set to true indicates that the user is aware that the codec and encryption parameters of the new recepient are the same as those of the previous recepient.
medInfo (Phone..::.MediaInfo)
The structure containing information about the media.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)