Skip to content

Commit 33f1757

Browse files
add UUI and Custom header description
1 parent 32ef63d commit 33f1757

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/communication-services/concepts/telephony/direct-routing-sip-specification.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@ Use of an IP address isn't supported in either Record-Route or Contact. The only
144144

145145
- If the FQDN doesn't match the value of the Common or Subject Alternative Name in the presented certificate, the call fails.
146146

147+
## Call context headers
148+
149+
Call context headers are currently available only for Call Automation SDK. Call Automation SDK supports User-To-User header and up to five custom SIP headers. Those headers are supported in INVITE and REFER methods.
150+
151+
### User-To-User header
152+
153+
SIP User-To-User (UUI) header is an industry standard to pass contextual information during a call setup process. The maximum length of a UUI header key is 64 chars. The maximum length of UUI header value is 256 chars.
154+
155+
### Custom header
156+
157+
Azure Communication Services also supports up to five custom SIP headers. Custom SIP header key must start with a mandatory `X-MS-Custom-` prefix. The maximum length of a SIP header key is 64 chars, including the `X-MS-Custom-` prefix. The maximum length of SIP header value is 256 chars.
158+
159+
For implementation details refer to [How to pass contextual data between calls](../../how-tos/call-automation/custom-context.md).
160+
147161
## Inbound call: SIP dialog description
148162

149163
Here are the details of how SIP Proxy processes inbound calls.
@@ -198,7 +212,7 @@ An Azure Communication Services identity might be used in multiple endpoints (ap
198212

199213
## Replaces option
200214

201-
The SBC must support Invite with Replaces.
215+
The SBC must support INVITE with Replaces.
202216

203217
## Size of SDP considerations
204218

0 commit comments

Comments
 (0)