- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 01:37 PM - edited 03-16-2019 02:51 AM
Anyone know how I can disable SRV record lookup on an IAD2431 running 15.0M3? I'm using 'DNS:mysipserver-name' in my SIP-UA. And I have 'ip host mysipserver-name x.x.x.x' in my config so that it's found. but everytime it tries to make a call the IAD tries to do a SRV record lookup taking about 10 secs to timeout before going ahead and using the already known IP.
i've added 'ip host _sip._udp.mysipserver-name' but it's still no good, even with 'ip name-server <my ip>. I can't even enable 'ip dns server' on the IAD to act as it's own dns server. aaarrgg !
Any suggestions would be appreciated.
ci
Solved! Go to Solution.
- Labels:
-
Other IP Telephony
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 10:42 AM
Configure an 'outbound proxy for sip' using ipv4. This might work for you.
voice service voip
sip
outbound-proxy ipv4:x.x.x.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 01:44 PM
I've also just tried this on my 2901. SAME Thing... It tries SRV record lookup first, then after 3 attempts, it decides to finally use the IP given (or go to the hostname provided in sip-registrar)..
ci
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 10:42 AM
Configure an 'outbound proxy for sip' using ipv4. This might work for you.
voice service voip
sip
outbound-proxy ipv4:x.x.x.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 10:54 AM
thanks,... that works out fine
