Skip to content

Commit db10866

Browse files
authored
Update direct-routing-sip-specification.md
fix special characters in markdown
1 parent ec2d32e commit db10866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ Call context headers are currently available only for Call Automation SDK. Call
150150

151151
### User-To-User header
152152

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. The UUI header value might consist of alphanumeric characters and a few selected symbols, including "=", ";", ".", "!", "%", "*", "_", "+", "~", "-".
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. The UUI header value might consist of alphanumeric characters and a few selected symbols, including `=`, `;`, `.`, `!`, `%`, `*`, `_`, `+`, `~`, `-`.
154154

155155
### Custom header
156156

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 SIP header key might consist of alphanumeric characters and a few selected symbols, including ".", "!", "%", "*", "_", "+", "~", "-". The maximum length of the SIP header value is 256 characters. The SIP header value might consist of alphanumeric characters and a few selected symbols, including "=", ";", ".", "!", "%", "*", "_", "+", "~", "-".
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 SIP header key might consist of alphanumeric characters and a few selected symbols, including `.`, `!`, `%`, `*`, `_`, `+`, `~`, `-`. The maximum length of the SIP header value is 256 characters. The SIP header value might consist of alphanumeric characters and a few selected symbols, including `=`, `;`, `.`, `!`, `%`, `*`, `_`, `+`, `~`, `-`.
158158

159159
For implementation details refer to [How to pass contextual data between calls](../../how-tos/call-automation/custom-context.md).
160160

0 commit comments

Comments
 (0)