From Bright Pattern Documentation
< 5.3:Desktop-integration-api-net-version-tutorial
Revision as of 04:09, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
Making a call
The following method is used to make a call:
public ResultCode makeCall(string dnis, Service service, out ADAPI.Item outItem);
Note:
- The dnis parameter should not contain any non-numeric characters such as “:”, “+”, or “-”.
- The output parameter outItem corresponds to the new ACL item generated for the call.
The following event will be raised when the call is dialed:
public event CallDialingCallback callDialingCallback;
When the other party answers the call and the call is connected, the following event will be raised:
public event CallConnectedCallback callConnectedCallback;