Hello all,
My company needs to migrate our existing SIP/VOIP offices off of our current platform to their new SIP platform. As a result we need to set up a few test DID's on the new platform. This means adding an additional SIP UA to our CUBE router. My plan is to set up the additional SIP UA IP with a different reference:
Our current config is:
sip-ua
retry invite 2
retry bye 2
retry cancel 2
registrar ipv4:64.211.xxx.xx expires 3600
sip-server ipv4:64.211.xxx.xx
My addtional config for the new sip ua would be:
sip-ua
retry invite 2
retry bye 2
retry cancel 2
registrar 1 ipv4:207.227.xxx.xx expires 3600
sip-server ipv4:207.227.xxx.xx
We have dual 3845 cube routers, each running Version 15.1 OS in active passive mode. My plan is to set up a few additonal Dial peers that will point to our specific test DID's on our backup cube router and test.
My questions/concerns are:
1. Does the configuration that I have listed out look ok?
2. Is there any risk of interruption to the existing production network when we set up this additional SIP UA?
3. Does this require any additional configuration on our Call Manager, outside of just adding the test DID's?
Any feedback here would be great.
Thank you.