Modify CallTransfer profile D
From TBwiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | === '''''Applies to version(s): v2.9''''' === | + | === '''''Applies to version(s): v2.9, v2.10''''' === |
{{DISPLAYTITLE:Modifying Call Transfer Profile Settings}} | {{DISPLAYTITLE:Modifying Call Transfer Profile Settings}} | ||
Revision as of 13:33, 10 November 2016
Applies to version(s): v2.9, v2.10
To modify Call Transfer Options settings:
1- Click Call Transfer Options in the Editing Profile window, to display the customizable options.
2- Modify settings as required.
- Click Save
Path
/configurations/@[configuration_name]/profiles/@[profile_name]
Parameters (text)
/configurations/@[configuration_name]/profiles/@[profile_name] name = "@[profile_name]" /configurations/@[configuration_name]/profiles/@[profile_name]/call_transfer_options call_transfer_mode = "Relay" call_transfer_timeout = "1 minute" terminate_transferor_immediately = false
Parameters (json)
{ "call_transfer_options" : { "call_transfer_mode" : "Relay", "call_transfer_timeout" : "1 minute", "terminate_transferor_immediately" : false } }
List of Parameters
Call Transfer Options