Allowed non default SipSigPort

Brass Contributor

Hi, 

 

Does anyone know the range of non 5061 SipSigPort allowed for Direct Routing/PSTNGateway? Suppose I have a really weird situation that force me to use higher port, say 7061 for SipSigPort. Is that still allowed?

 

Thanks in advance.

 

2 Replies

Hi @godril_ 

 

the SBC that you connect to Teams can be added via Teams Admin Center or PowerShell. For PowerShell the command would be Set-CsOnlinePSTNGateway. This command also includes a paramter to specify the SIP port where the SBC is listining. This is SipSignalingPort. 

The docs say for this parameter "Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535."

 

Set-CsOnlinePSTNGateway (SkypeForBusiness) | Microsoft Docs

 

Hope this helps.

 

Regards,

 

Paul

Hi @Paul Lange 

Thank you very much for replying. 

 

Well then it should be okay if so. I asked because I cant connect using something like 7061. When moving to other more opened network to test, still cant connect to 7061, but 5061 - 5081 work just fine. Now I am sure this is something else along the path. 

 

Thank you again for the clue.