<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Well you have to make some decisions here... either use domain or IP not either. &nbsp;So your users should NOT be allowed to register to the IP and only use the DNS name. &nbsp;Thats my opinion... else you have to dive into the registration db... and it gets messy.<div><br></div><div>/b</div><div><br><div><div>On Mar 3, 2011, at 3:06 PM, Dmitry Sytchev wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Seems I didn't explain clean what I'm trying to achieve.<br><br>I have a domain, say,<span class="Apple-converted-space">&nbsp;</span><a href="http://access.test.com/">access.test.com</a>. My users can use srv records to reach<br>it, or specify server's address directly as IP.<br>Default configuration with domain="all" works like a charm.<br><br>Then I moved from static files to xml_curl directory in database. Now every<br>time user registers I should respond with directory record, containing<br>domain in which user is trying to register, so I need to respond with IP if<br>user registers with IP, and with name if user registers with name. I do this<br>having DomainAlias table in my DB.<br><br>After user registration, I need to bridge calls to it by my routing rules.<br>But I don't know exactly how to instruct freeswitch to lookup user's<br>contact, since I don't know in which domain user is registered. I don't want<br>to interact with Freeswitch registration database, as it decreases<br>flexibility of solution.<br><br>At present I use force-register-domain set to my domain name, but I want to<br>use several names with different aliases, so looking for another solution =)</span></blockquote></div><br></div></body></html>