From Bright Pattern Documentation
< 5.2:Desktop-integration-api-net-version-tutorial
Revision as of 21:22, 8 June 2018 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:Makingacall:5.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

<translate>= Making a call=

The following method is used to make a call:

public ResultCode makeCall(string dnis, Service service, out ADAPI.Item outItem);


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;


< Previous | Next >

</translate>/prevnext/