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
A network site represents a location where your organization has a physical venue, such as offices, a set of buildings, or a campus. Network sites are defined as a collection of IP subnets. Each network site must be associated with a network region.
38
38
39
-
A best practice for Location Based Routing (LBR) is to create a separate site for each location which has unique PSTN connectivity. Sites may be created as LBR or non-LBR enabled. A non-LBR enabled site may be created to allow LBR enabled users to make PSTN calls when they roam to that site. Note that network sites may also be used for emergency calling enablement and configuration.
39
+
A best practice for Location Based Routing (LBR) is to create a separate site for each location which has unique PSTN connectivity. Sites may be created as LBR or non-LBR enabled. A non-LBR enabled site may be created to allow LBR enabled users to make PSTN calls when they roam to that site. Note that network sites may also be used for emergency calling enablement and configuration. In addition, network sites can also be used for configuring Network Roaming Policy capabilities.
The command shown in Example 2 created the network site 'site2' with description 'site 2'. This site is enabled for LBR, and associates with network region 'RedmondRegion', with location policy 'TestLocationPolicy', and with OnlineVoiceRoutingPolicy "OVRP1"
60
60
61
+
###-------------------------- Example 3 --------------------------
The command shown in Example 3 created the network site 'site3' with description 'site 3'. This site is enabled for network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
61
67
## PARAMETERS
62
68
63
69
### -Confirm
@@ -135,6 +141,21 @@ Accept pipeline input: False
135
141
Accept wildcard characters: False
136
142
```
137
143
144
+
### -NetworkRoamingPolicy
145
+
NetworkRoamingPolicy is the identifier for the network roaming policy to which the network site will associate to.
146
+
147
+
```yaml
148
+
Type: String
149
+
Parameter Sets: (All)
150
+
Aliases:
151
+
152
+
Required: False
153
+
Position: Named
154
+
Default value: None
155
+
Accept pipeline input: False
156
+
Accept wildcard characters: False
157
+
```
158
+
138
159
### -Force
139
160
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
A network site represents a location where your organization has a physical venue, such as offices, a set of buildings, or a campus. Network sites are defined as a collection of IP subnets. Each network site must be associated with a network region.
36
36
37
-
A best practice for Location Based Routing (LBR) is to create a separate site for each location which has unique PSTN connectivity. Sites may be created as LBR or non-LBR enabled. A non-LBR enabled site may be created to allow LBR enabled users to make PSTN calls when they roam to that site. Note that network sites may also be used for emergency calling enablement and configuration.
37
+
A best practice for Location Based Routing (LBR) is to create a separate site for each location which has unique PSTN connectivity. Sites may be created as LBR or non-LBR enabled. A non-LBR enabled site may be created to allow LBR enabled users to make PSTN calls when they roam to that site. Note that network sites may also be used for emergency calling enablement and configuration. In addition, network sites can also be used for configuring Network Roaming Policy capabilities.
The command shown in Example 2 sets the network site 'site2' with description 'site 2'. This site is enabled for LBR. The example associates the site with network region 'RedmondRegion' and with location policy 'TestLocationPolicy'.
56
56
57
+
###-------------------------- Example 3 --------------------------
The command shown in Example 3 sets the network site 'site3' with description 'site 3'. This site is enabled for network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
63
+
57
64
## PARAMETERS
58
65
59
66
### -Confirm
@@ -192,6 +199,21 @@ Accept pipeline input: False
192
199
Accept wildcard characters: False
193
200
```
194
201
202
+
### -NetworkRoamingPolicy
203
+
NetworkRoamingPolicy is the identifier for the network roaming policy to which the network site will associate to.
204
+
205
+
```yaml
206
+
Type: String
207
+
Parameter Sets: (All)
208
+
Aliases:
209
+
210
+
Required: False
211
+
Position: Named
212
+
Default value: None
213
+
Accept pipeline input: False
214
+
Accept wildcard characters: False
215
+
```
216
+
195
217
### -Tenant
196
218
Globally unique identifier (GUID) of the tenant account whose network sites are being created. For example:
0 commit comments