Skip to content

Commit 85874f5

Browse files
committed
fix formatting according to the review
1 parent 8b4e71e commit 85874f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/communication-services/how-tos/call-automation/custom-context.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,18 @@ Below are samples on how to get started using custom context headers in Call Aut
2626

2727
As a prerequisite, we recommend you to read these articles to make the most of this guide:
2828

29-
1. Call Automation [concepts guide](../../concepts/call-automation/call-automation.md#call-actions) that describes the action-event programming model and event callbacks.
30-
2. Learn about [user identifiers](../../concepts/identifiers.md#the-communicationidentifier-type) like CommunicationUserIdentifier and PhoneNumberIdentifier used in this guide.
29+
- Call Automation [concepts guide](../../concepts/call-automation/call-automation.md#call-actions) that describes the action-event programming model and event callbacks.
30+
- Learn about [user identifiers](../../concepts/identifiers.md#the-communicationidentifier-type) like CommunicationUserIdentifier and PhoneNumberIdentifier used in this guide.
3131

3232
For all the code samples, `client` is CallAutomationClient object that can be created as shown and `callConnection` is the CallConnection object obtained from Answer or CreateCall response. You can also obtain it from callback events received by your application.
3333

34-
-----
3534
## Technical parameters
3635
Call Automation supports up to 5 custom SIP headers and 1000 custom VOIP headers. Additionally, developers can include a dedicated User-To-User header as part of SIP headers list.
3736

3837
The 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. The same limitations apply when configuring the SIP headers on your SBC.
3938

4039
The maximum length of a VOIP header key is 64 chars. These headers can be sent without ‘x-MS-Custom’ prefix. The maximum length of VOIP header value is 1024 chars.
4140

42-
-----
43-
4441
## Adding custom context when inviting a participant
4542

4643
### [csharp](#tab/csharp)

0 commit comments

Comments
 (0)