Hi,
We have a use case to create about 50 transport servers by using the same IP but different ports. Is this feasible? Is there any limit of a maximum number of transport servers in the configuration (of course we will have to provide the unique combination of IP and port)?
I found the documentation at the TBwiki and there is no mention of any limits.
https://docs.telcobridges.com/tbwiki/Toolpack:Creating_a_SIP_Transport_Server_SBC_A
Use Case:
- We are going to have a sip trunk between us and a customer. Our customer is going to send the traffic to us (from single IP) for their 50 sub-customers. And they don’t have the capability to use prefixes. Our customer wants to dedicate a SIP port for each customer as following:
• Sub Customer PORT
• Sub-Customer1 =>5061
• Sub-Customer2 =>5062
• Sub-Customer3 =>5063
-
In ProSBC, under SIP STACK, I have to create multiple transport Servers having the different port numbers.
• TS_VOIP0_5061
• TS_VOIP0_5062
• TS_VOIP0_5063
• etc… -
Once the transport servers have been created, I will have to utilize them while creating the NAP.
Please confirm if this is the correct way of configuration for the given use case.