Skip to content

Commit 6b57df6

Browse files
Merge pull request #250120 from rcdun/use_sip_in_example_mcp_ifc
905272 Use 'sip' in example iFC for Mobile Control Point
2 parents 2d25966 + 091eb66 commit 6b57df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communications-gateway/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ When your resource has been provisioned, you can connect Azure Communications Ga
144144
</SPT>
145145
</TriggerPoint>
146146
<ApplicationServer>
147-
<ServerName>sips:<mcp-hostname>;transport=tcp;service=mcp</ServerName>
147+
<ServerName>sip:<mcp-hostname>;transport=tcp;service=mcp</ServerName>
148148
<DefaultHandling>0</DefaultHandling>
149149
</ApplicationServer>
150150
<ProfilePartIndicator>0</ProfilePartIndicator>

articles/communications-gateway/mobile-control-point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For example, you could use the following iFC (replacing *`<mcp-hostname>`* with
7373
</SPT>
7474
</TriggerPoint>
7575
<ApplicationServer>
76-
<ServerName>sips:<mcp-hostname>;transport=tcp;service=mcp</ServerName>
76+
<ServerName>sip:<mcp-hostname>;transport=tcp;service=mcp</ServerName>
7777
<DefaultHandling>0</DefaultHandling>
7878
</ApplicationServer>
7979
<ProfilePartIndicator>0</ProfilePartIndicator>

0 commit comments

Comments
 (0)