- Joined
- Feb 20, 2019
- Messages
- 66
- Reaction score
- 10
Good day,
I have 3cx v18 update 8 integrated with teams.
I am troubleshooting some issues and one question is I have a 4 digit system but see this in my script generated for the dial plan.
$TCXExt = New-CsVoiceNormalizationRule -Parent Global -Name "3CX Internal" -Description "Dialing 3 Digit Extension" -Pattern '^(\d{4})$' -Translation '$1' -IsInternalExtension $false -InMemory
Do I need to edit this or can I ignore this?
I also see no rule for external calls.
Regards
Johan
I have 3cx v18 update 8 integrated with teams.
I am troubleshooting some issues and one question is I have a 4 digit system but see this in my script generated for the dial plan.
$TCXExt = New-CsVoiceNormalizationRule -Parent Global -Name "3CX Internal" -Description "Dialing 3 Digit Extension" -Pattern '^(\d{4})$' -Translation '$1' -IsInternalExtension $false -InMemory
Do I need to edit this or can I ignore this?
I also see no rule for external calls.
Regards
Johan