Skip to content

Commit 99c4b83

Browse files
authored
Merge pull request #10776 from JensTrier/JensUpdate12
Announcing Service substitution block
2 parents 7e79e46 + cf74f19 commit 99c4b83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

skype/skype-ps/skype/New-CsCallingLineIdentity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ New-CsCallingLineIdentity [-Identity] <string> [-BlockIncomingPstnCallerID <bool
2525

2626
## DESCRIPTION
2727

28-
**Note**: The use of CallingIDSubstitute Service will be deprecated. You should start using CallingIDSubstitute Resource as soon as possible.
28+
**Note**: The use of CallingIDSubstitute Service will be deprecated. You are no longer able to create new Caller ID policies using CallingIDSubstitute Service. You should use CallingIDSubstitute Resource instead.
2929

3030
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the Teams or Skype for Business Online user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in. You can create a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
3131

3232
Note:
3333
- Identity must be unique.
34-
- ServiceNumber must be a valid Service Number in the tenant telephone number inventory.
35-
- If CallerIdSubstitute is given as "Service", then ServiceNumber cannot be empty.
3634
- If CallerIdSubstitute is given as "Resource", then ResourceAccount cannot be empty.
3735

3836
## EXAMPLES
@@ -103,9 +101,9 @@ Accept wildcard characters: False
103101
```
104102
105103
### -CallingIDSubstitute
106-
**Note**: The use of CallingIDSubstitute Service will be deprecated. You should start using CallingIDSubstitute Resource as soon as possible.
104+
**Note**: The use of CallingIDSubstitute Service will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource instead.
107105
108-
The CallingIDSubstitute parameter lets you specify an alternate Caller ID. The default value is LineUri. Supported values are Anonymous, Service, LineUri, and Resource.
106+
The CallingIDSubstitute parameter lets you specify an alternate Caller ID. The default value is LineUri. Supported values are Anonymous, LineUri, and Resource.
109107
110108
```yaml
111109
Type: String
@@ -189,6 +187,8 @@ Accept wildcard characters: False
189187
```
190188
191189
### -ServiceNumber
190+
**Note**: The use of CallingIDSubstitute Service and -ServiceNumber will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource and -ResourceAccount instead.
191+
192192
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
193193
194194
Note: Do not add '+' to the Service number. For example, if the Service number is +1425-xxx-xxxx then valid input is 1425xxxxxxx

0 commit comments

Comments
 (0)