Skip to content

Commit

Permalink
Updated description of directTransfer
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriburant committed Dec 9, 2024
1 parent ed62be9 commit 56252dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
"directTransfer": {
"type": "boolean",
"description": "Enable Direct transfer feature. When enabled, ACS will remove itself from signaling path on call transfer."
"description": "When enabled, removes Azure Communication Services from the signaling path on call transfer and sets the SIP Refer-To header to the trunk's FQDN. By default false."
},
"privacyHeader": {
"$ref": "#/definitions/PrivacyHeader",
Expand Down Expand Up @@ -379,7 +379,7 @@
},
"directTransfer": {
"type": "boolean",
"description": "Enable Direct transfer feature. When enabled, ACS will remove itself from signaling path on call transfer."
"description": "When enabled, removes Azure Communication Services from the signaling path on call transfer and sets the SIP Refer-To header to the trunk's FQDN. By default false."
},
"privacyHeader": {
"$ref": "#/definitions/PrivacyHeader",
Expand Down

0 comments on commit 56252dd

Please sign in to comment.