Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > StartMonitoring
 
StartMonitoring
Syntax
StartMonitoring(SampleManagementName As String, StationPropertiesXml As String, StationToMonitorPropertiesXml As String, ExtendedParameters As String) As AudioOperationResultXml
Type
Method
Parameters
SampleManagementName
For station to monitor.
StationToMonitorPropertiesXml
The station to monitor properties as XML.
StationPropertiesXml
The station properties as XML.
ExtendedParameters
Extended parameters to pass to the dialer for the audio operation. Reserved for future use.
Return value
AudioOperationResultXml
Description
Start monitoring the specified extension. If the station is already monitoring an extension, switch to the new extension.
See also
IDialingProvider