From Bright Pattern Documentation
Jump to: navigation, search
 
(Updated via BpDeleteTranslateTags script)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= Transfers=
+
= 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):
 
+
public ResultCode consultTransfer(Call consultCall)
::''public ResultCode consultTransfer(Call consultCall)''
 
  
  
 
The following method in ''Call'' is used to make a [[agent-guide/HowtoPlaceaCallinaServiceQueue|single-step transfer]]:
 
The following method in ''Call'' is used to make a [[agent-guide/HowtoPlaceaCallinaServiceQueue|single-step transfer]]:
 
+
public ResultCode sstepTransfer(string dest)
::''public ResultCode sstepTransfer(string dest)''
 
 
 
 
 
 
 
<center>[[desktop-integration-api-net-version-tutorial/Makingacall|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/Conference|Next >]]</center>
 
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

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)

< Previous | Next >