You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/communication/data-plane/SipRouting/preview/2021-05-01-preview/communicationservicessiprouting.json
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
"name": "body",
66
66
"description": "Configuration patch.",
67
67
"schema": {
68
-
"$ref": "#/definitions/SipConfiguration"
68
+
"$ref": "#/definitions/SipConfigurationPatch"
69
69
}
70
70
}
71
71
],
@@ -115,6 +115,17 @@
115
115
}
116
116
}
117
117
},
118
+
"TrunkPatch": {
119
+
"description": "Represents a SIP trunk patch.",
120
+
"type": "object",
121
+
"properties": {
122
+
"sipSignalingPort": {
123
+
"format": "int32",
124
+
"description": "Gets or sets SIP signaling port of the trunk.",
125
+
"type": "integer"
126
+
}
127
+
}
128
+
},
118
129
"TrunkRoute": {
119
130
"description": "Represents a trunk route for routing calls.",
120
131
"required": [
@@ -169,6 +180,28 @@
169
180
}
170
181
}
171
182
}
183
+
},
184
+
"SipConfigurationPatch": {
185
+
"description": "Represents a SIP configuration patch.",
186
+
"type": "object",
187
+
"properties": {
188
+
"trunks": {
189
+
"description": "SIP trunks for routing calls.\r\nMap key is trunk's FQDN (1-249 characters).",
0 commit comments