Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > GetDialer
 
GetDialer
Syntax
GetDialer(DialerName As String, GetInactiveDialers As Boolean) As Variant
Type
Method
Parameters
DialerName
The name of the dialer to retrieve.
GetInactiveDialers
If set to True, return the dialer object even if inactive.
Return Value
Return a scriptable dialer object that can be used from an interview script. Return not implemented if your dialing provider does not provide a scriptable dialer object.
Description
The returned dialer object is referenced as _Dialer and the extension name for the current interview is referenced using _ExtensionName. See _Dialer and _ExtensionName properties for more information.
For information about how IVR is implemented by the UNICOM Intelligence Dialer, see Interactive Voice Response interviews.
See also
IDialingProvider