04-18-2012 09:14 AM - edited 03-21-2019 05:40 AM
We are using SPA5xx phones in a hosted product. We'd like to set up a backup proxy with SRV settings, but we don't want to use DNS. And, we don't want to have to type something like
MY_proxies:SRV=192.168.2.100:5060:p=1:w=50|192.168.2.22:5060:p=2:w=50
into the GUI of every phone. Can we send a string like this in the config file the phone grabs from the provisioning server?
Solved! Go to Solution.
04-25-2012 08:53 AM
Yes, you can use DNS SRV for the fall back. There are two parameters to be set, 'use dns srv' and 'dns srv auto prefix'.
04-19-2012 03:50 PM
You should be able to do that.
I checked the provisioning guide and the only special characters that need to be done differently for the xml provisioning file is the following.
enter special characters, use basic XML character escapes, as shown in
the following table.
Special Character XML Escape Sequence
& (ampersand) &
< (less than) <
> (greater than) >
’ (apostrophe) '
” (double quote) "
04-24-2012 08:11 AM
We're not using a Cisco provisioning server. I believe we may be using a text file before it's compiled, but I will have to dig into the Metaswitch docs to find out. Thanks for the reply, though.
04-25-2012 06:03 AM
So, let's pursue a different idea. Can we fall back to a backup server learned from DNS SRV records when the server learned from the downloaded configuration is not available? I suspect there is a problem with this since the config does not include a priority parameter, but I thought I'd ask.
04-25-2012 08:53 AM
Yes, you can use DNS SRV for the fall back. There are two parameters to be set, 'use dns srv' and 'dns srv auto prefix'.
04-25-2012 09:00 AM
Yes, we set those now. This might work better than putting both addresses in DNS, as we need more flexibility on the primary address than the backup. Thanks.
04-30-2012 02:22 PM
nice to find this post, this saves me a lot of time.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide