Reference Library
RedirectMedia Method (usePreviousValues, medInfo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIPhoneRedirectMedia(Boolean, Phone..::..MediaInfo, Object)
Instruct CM to direct the media to a different IP Address
Declaration Syntax
C#Visual BasicVisual C++
int RedirectMedia(
	bool usePreviousValues,
	Phone..::..MediaInfo medInfo,
	Object userState
)
Function RedirectMedia ( _
	usePreviousValues As Boolean, _
	medInfo As Phone..::..MediaInfo, _
	userState As Object _
) As Integer
int RedirectMedia(
	bool usePreviousValues, 
	Phone..::..MediaInfo^ medInfo, 
	Object^ userState
)
Parameters
usePreviousValues (Boolean)
Set to true indicates that the user is aware that the codec, packet size, 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)