Skip to content

Commit 7fd69a5

Browse files
committed
fix warnings by using H2
1 parent c12e4c9 commit 7fd69a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ As a prerequisite, we recommend you to read these articles to make the most of t
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

3434
-----
35-
# Technical parameters
35+
## Technical parameters
3636
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.
3737

3838
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.
@@ -41,7 +41,7 @@ The maximum length of a VOIP header key is 64 chars. These headers can be sent w
4141

4242
-----
4343

44-
# Adding custom context when inviting a participant
44+
## Adding custom context when inviting a participant
4545

4646
### [csharp](#tab/csharp)
4747

@@ -126,7 +126,7 @@ result = call_connection_client.add_participant(
126126
```
127127

128128
-----
129-
# Adding custom context during call transfer
129+
## Adding custom context during call transfer
130130

131131
### [csharp](#tab/csharp)
132132

@@ -219,7 +219,7 @@ result = call_connection_client.transfer_call_to_participant(
219219
Transfer of a VoIP call to a phone number is currently not supported.
220220

221221
-----
222-
# Reading custom context from an incoming call event
222+
## Reading custom context from an incoming call event
223223

224224
### [csharp](#tab/csharp)
225225

@@ -271,7 +271,7 @@ sipHeaders = callCustomContext.sipHeaders
271271
```
272272

273273
-----
274-
# Additional resources
274+
## Additional resources
275275

276276
- For a sample payload of the incoming call, refer to this [guide](../../../event-grid/communication-services-voice-video-events.md#microsoftcommunicationincomingcall).
277277

0 commit comments

Comments
 (0)