Sep 28 2023 05:19 AM
I'd like to find out if it should be possible to use derived trunks in the same tenant in which the parent trunk is configured.
My configuration looks like the below:
I am able to create voice routes which use `teamstest.carrier.com` but when I try to create voice routes using the derived trunk, e.g.:
New-CsOnlineVoiceRoute -Identity Route1 -OnlinePstnUsages @{add="Account1Record"} -OnlinePstnGatewayList @{add="account001.teamstest.carrier.com"} -NumberPattern ".*"
It fails with the error:
New-CsOnlineVoiceRoute: Cannot find specified Gateway "account001.teamstest.carrier.com".
Is this because I have some incorrect configuration, or is using derived trunks in this manner not supported?
Sep 29 2023 05:01 AM
Hi @SimranDhillon ,
I'm not sure if it works also in the same Tenant.
But the derived trunk setup works for different tenants. Look at the Microsoft learn article describing a hosted SBC model for a carrier setup.
Best regards,
Thorsten