Hi AnthonyBartolo
Just played with Teams PS and hit to pretty odd issue. When I have more than one SIP port on our PSTN Gateway, the Teams PS module does not allow us to use more than one port. This is because PS module forces the "identity" and "fqdn" on New-CsOnlinePSTNGateway to be the same, as the documentation says also:
"When creating a new SBC, the identity must be identical to the -FQDN parameter, described above. If the parameter is not defined the Identity will be copied from the -FQDN parameter. The Identity parameter is not mandatory."
This leads me to the issue that I cannot have multiple identities where ports are different.
The correct way for this is to remove requirement to have identity and fqdn identical. And let us to defines the identity for example:
New-CsOnlinePSTNGateway -identity "country 5063" -Fqdn sbc1.contoso.com -port 5063
New-CsOnlinePSTNGateway -identity "country 5064" -Fqdn sbc1.contoso.com -port 5064