From Bright Pattern Documentation
Line 1: | Line 1: | ||
<translate>= Transfers= | <translate>= 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) | |
− | |||
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) | ||
− | |||
− | |||
</translate> | </translate> |
Revision as of 01:24, 7 May 2019
<translate>= 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)
</translate>/prevnext/