SipUserConfigurationOtherPhoneModeRemoteMediaResponseTimeout Property |
Time period for waiting for completion of initial INVITE transaction with other phone call leg.
If no early or final media response is received from remote party within this time period,
then the other phone call leg transaction will be completed with a dummy media response.
Dummy media will be updated to real remote media info upon media response from remote party.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic uint OtherPhoneModeRemoteMediaResponseTimeout { get; set; }
Property Value
Type:
UInt32
Remarks
Valid values are within 0 to 30 seconds range. Default value is 30.
If set to 0, it means there is no wait for completion of the initial INVITE transaction with the telecommuter call leg.
If set to >30, this variable will be set to the default value of 30.
See Also