From Bright Pattern Documentation
(Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:Transfers:5.1) |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = Transfers= | |
The following method in ''Call'' is used to [[agent-guide/HowtoTransferaCall|transfer a primary call to a consultation party]] (assuming that there is an active consult call): | The following method in ''Call'' is used to [[agent-guide/HowtoTransferaCall|transfer a primary call to a consultation party]] (assuming that there is an active consult call): | ||
Line 13: | Line 13: | ||
<center>[[desktop-integration-api-net-version-tutorial/Makingacall|< Previous]] | [[desktop-integration-api-net-version-tutorial/Conference|Next >]]</center> | <center>[[desktop-integration-api-net-version-tutorial/Makingacall|< Previous]] | [[desktop-integration-api-net-version-tutorial/Conference|Next >]]</center> | ||
− |
Latest revision as of 04:31, 29 May 2024
Transfers
The following method in Call is used to transfer a primary call to a consultation party (assuming that there is an active consult call):
- public ResultCode consultTransfer(Call consultCall)
The following method in Call is used to make a single-step transfer:
- public ResultCode sstepTransfer(string dest)