dclark1111
Technical User
When using AADS I have the setting to configure the SIP_CONTROLLER_LIST with the list I want the client to use. This is marked in the global setting of AADS.
When going to the controller list appears to be what PPM is sending out. The output from the url is
SET SIP_CONTROLLER_LIST "1.1.1.1:5061;transport=TLS,1.1.1.1:5060;transport=TCP,1.1.1.1:5060;transport=UDP,2.2.2.2:5061;transport=TLS,2.2.2.2:5060;transport=TCP,2.2.2.2:5060;transport=UDP"
The problem - When my client registers it picks the first 2 listed, which is really the same SM, just using different ports. I have defined in AADS:
SIP_CONTROLLER_LIST 1.1.1.1:5061;transport=TLS,2.2.2.2:5061;transport=TLS
This way the client registers to each SM.
I guess I have two questions - is there a way to force what I put in AADS to override PPM?
I have tried adding the Setting - ENABLE_PPM_SOURCED_SIPPROXYSRVR with a value of 0 in AADS with no luck.
Or how do I fix PPM to only offer the 2 options?
Thanks in advance.
When going to the controller list appears to be what PPM is sending out. The output from the url is
SET SIP_CONTROLLER_LIST "1.1.1.1:5061;transport=TLS,1.1.1.1:5060;transport=TCP,1.1.1.1:5060;transport=UDP,2.2.2.2:5061;transport=TLS,2.2.2.2:5060;transport=TCP,2.2.2.2:5060;transport=UDP"
The problem - When my client registers it picks the first 2 listed, which is really the same SM, just using different ports. I have defined in AADS:
SIP_CONTROLLER_LIST 1.1.1.1:5061;transport=TLS,2.2.2.2:5061;transport=TLS
This way the client registers to each SM.
I guess I have two questions - is there a way to force what I put in AADS to override PPM?
I have tried adding the Setting - ENABLE_PPM_SOURCED_SIPPROXYSRVR with a value of 0 in AADS with no luck.
Or how do I fix PPM to only offer the 2 options?
Thanks in advance.