Skip to content

Commit 874220a

Browse files
committed
Learn Editor: Update issues-with-call-transfers.md
1 parent 857c98d commit 874220a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Teams/phone-system/direct-routing/issues-with-call-transfers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ A call transfer can be made by using any of the following methods, in order of p
3333

3434
All transfers that use an SIP Refer message must go through the Microsoft Teams infrastructure. When the Microsoft SIP proxy sends an SIP Refer message to SBC, an SIP Invite message should be returned to the SIP proxy, not to PSTN or to any other destination. It is true even if the call is transferred to an external PSTN number. SBC doesn't have to parse the SIP Refer message to look for the transfer target. SBC should send the SIP Invite message together with the Request-URI (RURI) setting only to contents of the Refer-To header. It also should include the Referred-By header from the SIP Refer message. Make sure that the strings of the SIP Invite message are not changed, and that they are sent as the exact same strings that are provided in the SIP Refer message (especially in the Referred-By header). This is because these strings are used to identify calls, targets, and other important parts of a call transfer.
3535

36-
**Note:** The strings could be either x-* strings or custom strings in the Referred-By and Refer-To headers.
36+
**Note:**
37+
38+
- The strings could be either x-* strings or custom strings in the Referred-By and Refer-To headers.
39+
40+
- When the transfer is handled by the internal Microsoft Teams infrastructure, the transferee may hear an international ringtone.
3741

3842
## Auto attendant does not transfer calls to an external PSTN number
3943

0 commit comments

Comments
 (0)